- 10 Oct, 2011 1 commit
-
-
Elliott Hughes authored
This affects Asia/Hebron and Pacific/Fiji (and historical data for America/Sitka). Change-Id: I111a34038e44416f1900f774bdb78750e815eb5f
-
- 30 Sep, 2011 3 commits
-
-
David 'Digit' Turner authored
* commit '32ca348e': Bionic: x86: Fix libm macro definitions
-
David 'Digit' Turner authored
* commit 'ce0d646c': Bionic: x86: Fix libm macro definitions
-
David 'Digit' Turner authored
Change-Id: I85bd5291c2a9cd29bff538b6d5a4dcd73f85a1fd
-
- 29 Sep, 2011 5 commits
-
-
Lorenzo Colitti authored
-
Lorenzo Colitti authored
-
Bruce Beare authored
http://code.google.com/p/android/issues/detail?id=19276 GCC would remove inline asm due to lack of knowledge of FPU register changes. Change-Id: I9f9e8623fa6580843b7cd8178439ace8c2db2d51 Signed-off-by:
Mark D Horn <mark.d.horn@intel.com> Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com> Author: Jingwei Zhang <jingwei.zhang@intel.com>
-
Lorenzo Colitti authored
AI_ADDRCONFIG is currently implemented by trying to connect to well-known addresses in order to see if IPv4 and/or IPv6 connectivity is available. In some cases (e.g., walled gardens with no global connectivity) both probes can fail. If this happens, query for both IPv4 and IPv6 addresses instead of doing nothing and failing the query. Bug: 5284168 Change-Id: I4e3a69ea86fb6d839a6bd31236b98da81e5cbf45
-
Lorenzo Colitti authored
Change Ife82a8d8 broke IPv6 on wifi. Change I4e3a69ea is an alternate approach that does not require any framework changes. Bug: 5284168 Change-Id: Ib52614be3875a2ae2eaedd1be265f90e506eda41
-
- 28 Sep, 2011 1 commit
-
-
Mathias Agopian authored
this breaks C++ source code in particular. Change-Id: Ie06b5d31d23b5455e6950c470adc64dd5e7784df
-
- 26 Sep, 2011 1 commit
-
-
Elliott Hughes authored
Affects Palestine, Gaza, Hebron, Belarus, Ukraine, and "Russia". Change-Id: Ib17f848c3b0e86d0bfcf289c4c4a3ae53dd2f8c4
-
- 23 Sep, 2011 1 commit
-
-
Robert Greenwalt authored
* commit '8af58f0f': Use framework hints to determine dns query type.
-
- 22 Sep, 2011 1 commit
-
-
Robert Greenwalt authored
Instead of checking for IPv4 or IPv6 connectivity, try using pid-specific hints the framework has left for us. bug:5284168 Change-Id: Id64d48db3900865a7d58ada8309870c63d6eab12
-
- 17 Sep, 2011 2 commits
-
-
JP Abgrall authored
* commit '3884bfe9': libc: popen: work around data corruption
-
JP Abgrall authored
vfork() would not save the registers that the parent would expect to have restored after execl() completed. Specially that execl() would call execve() underneath, further messing up the stack of the parent. To avoid that, we fork() for now. Later we will revisit and cleanup vfork()+execve() to actually have vfork() store all the register that the parent expects to see, and not those left by execve(). In the original code, looking at the registers just before the call to popen(), and after the call showed that r7 would get clobbered. This would leave the caller with an invalid pointer, leading to all kinds of data corruptions. execve() is simpler that execl() in this case. Bug: 5336252 Change-Id: I3bf718c0bb4c0439f6f2753f153cdea14175be9c
-
- 16 Sep, 2011 1 commit
-
-
Glenn Kasten authored
Tracking bugs 5267571 and 5090073 (for deadlock detection logs). Change-Id: Icb90f91ec1525607551c2234ef921bf88296484f
-
- 14 Sep, 2011 1 commit
-
-
Erik Gilling authored
Change-Id: Ib00343e3b6f95eaf3d347d4b8b9df950d0686e70 Signed-off-by:
Erik Gilling <konkers@android.com>
-
- 12 Sep, 2011 2 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Affects Samoa, Kenya, Uganda, and Tanzania. Change-Id: Ibee638d415d4f0389ff27ea1c9c481543e181f1f
-
- 07 Sep, 2011 1 commit
-
-
Erik Gilling authored
Change-Id: Ifc4f96e3a9c3435c0b0ee80ac9da295b4e9463a1 Signed-off-by:
Erik Gilling <konkers@android.com>
-
- 02 Sep, 2011 1 commit
-
-
Robert Greenwalt authored
Added info about what entries are getting flushed due to ttl or size limits. Change-Id: I69fb70ce23b5b820f5f1a5738c0f1aa57b6a1127
-
- 30 Aug, 2011 6 commits
-
-
David 'Digit' Turner authored
* commit '91966c30': linker: allow debugging of constructors
-
David 'Digit' Turner authored
* commit '35aebd36': libc: fix typo in kernel helper script
-
David 'Digit' Turner authored
* commit '0acdbe08': linker: allow debugging of constructors
-
David 'Digit' Turner authored
* commit 'c7f5c8e2': libc: fix typo in kernel helper script
-
David 'Digit' Turner authored
* commit '89ea107d': linker: allow debugging of constructors
-
David 'Digit' Turner authored
* commit '0f7d9df1': libc: fix typo in kernel helper script
-
- 29 Aug, 2011 3 commits
-
-
Nick Kralevich authored
In 48527c3f, we modified the soinfo structure to remove an unnecessary variable. However, third party programs seem to be relying on the structure not changing. Add a dummy variable back into place to preserve structure. Bug: 5064106 Change-Id: I3014dda1a46e624644b09e156c3e9381ba3729bd
-
Elliott Hughes authored
Affects South Sudan (Africa/Juba), Samoa, Europe/Kalingrad, Newfoundland, America/Resolute, Metlakatla, America/Honolulu, America/Goose_Bay and America/St_Johns. Change-Id: I8e60a7c7ba5ab71eedcc66937443a9e6993accd6
-
David 'Digit' Turner authored
-
- 28 Aug, 2011 1 commit
-
-
David 'Digit' Turner authored
-
- 27 Aug, 2011 2 commits
-
-
David 'Digit' Turner authored
Change-Id: I3b75b1323cf7a48cb839dede1552f24711847335
-
David 'Digit' Turner authored
This patch allows the debugging of constructors in shared libraries and executables. It does so by ensuring that the corresponding binary is visible to gdb before running the constructors. Change-Id: I0a3df726a04ad109944c834dcbba672b85d3991e
-
- 24 Aug, 2011 2 commits
-
-
Erik Gilling authored
-
Erik Gilling authored
Change-Id: If4bd1d751b30ad2e65c0bd83caba436334949463 Signed-off-by:
Erik Gilling <konkers@android.com>
-
- 23 Aug, 2011 1 commit
-
-
Mike Lockwood authored
Change-Id: I9144b58bdc522d6ec22466adc459a40be648592f Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 22 Aug, 2011 1 commit
-
-
David 'Digit' Turner authored
This patch ensure that __aeabi_f2uiz is embedded in our C library. This is needed to avoid breaking certain applications when they are loaded in ICS. It is likely that the issue is due to mis-linked binaries generated with the stand-alone toolchain (the problem should not exist if you use ndk-build), but this fix is easier than asking all app developers to fix their custom build system. If you want more technical details, read the comments inside libgcc_compat.c Change-Id: I59ac1fc781ecb70b90b5573c5a3c67560ca8f270
-
- 17 Aug, 2011 1 commit
-
-
Jing Yu authored
sincos() functions would be turned into infinite calls to itself if sincos optimization is applied to itself. See gcc bugzilla http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46926 arm-linux-androideabi-4.4.3 toolchain does not have this problem because sincos optimization is entirely disabled. Starting from arm-linux-androideabi-4.6 toolchain, we enable sincos optimization in gcc. This patch simply enforce -O0 on this function to minimize the change. Change-Id: I0fc00b5f1dd71c0a024943bdedfed29b0d195e82
-
- 09 Aug, 2011 2 commits
-
-
David Turner authored
am 3dc94305: am 17a40ffb: am c57fd963: Merge "NDK: x86 header file has incorrect definition for ptrdiff_t" * commit '3dc94305': NDK: x86 header file has incorrect definition for ptrdiff_t
-
David Turner authored
* commit '951e8381': x86 libc: Fix the range to check the error
-