- 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
-
- 05 Aug, 2011 9 commits
-
-
Andy McFadden authored
-
David Turner authored
* commit '17a40ffb': NDK: x86 header file has incorrect definition for ptrdiff_t
-
David Turner authored
* commit 'c57fd963': NDK: x86 header file has incorrect definition for ptrdiff_t
-
David Turner authored
-
Mark D Horn authored
See Bug http://code.google.com/p/android/issues/detail?id=19042 Change-Id: I8e975930e7f8c3c437ecdffbc6f6bc5028937829 Signed-off-by:
Mark D Horn <mark.d.horn@intel.com>
-
David Turner authored
* commit '3906a9c1': x86 libc: Fix the range to check the error
-
David Turner authored
* commit 'f5aa1382': x86 libc: Fix the range to check the error
-
David Turner authored
-
Iliyan Malchev authored
Change-Id: I3d52beb97efd23000b76131b6049978546571754 Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
- 04 Aug, 2011 9 commits
-
-
Andy McFadden authored
When a fatal signal is received, we now write a message to the log that looks like this: F/libc ( 1540): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1) This is useful for debugging fatal signals that turn out not to be fatal. This also changes the signal reset from SIG_IGN to SIG_DFL, so that future non-fatal fatal signals are fatal. The code that blocked SIGUSR1 to avoid being interrupted by the GC has been removed. Also, fix minor issues in format_buffer(). Bug 5035703 Change-Id: I8940af47297b5dcf3cf33537e3483ca5334ed565
-
David 'Digit' Turner authored
* commit 'a64990f3': libc: x86: Fixed size_t definition.
-
David 'Digit' Turner authored
* commit 'f03fb955': libc: x86: Fixed size_t definition.
-
David 'Digit' Turner authored
* commit '023c4988': libc: x86: Fixed size_t definition.
-
David 'Digit' Turner authored
-
David 'Digit' Turner authored
This patch changes the declaration of size_t on x86 targets to test for the __ANDROID__ macro, instead of ANDROID __ANDROID__ should be a builting toolchain macro, while ANDROID is usually added manually during the build. Testing against __ANDROID__ allows us to use the header when using the NDK's standalone x86 toolchain. This is related to http://code.google.com/p/android/issues/detail?id=19011 The bug was already fixed in the NDK platform headers, this simply updates the C library one accordingly. Change-Id: Ie038c4c8b37b7d24e2e4ae4d7a63371b69c9a51e
-
Iliyan Malchev authored
Change-Id: I09a98d0abe8ff4f92058f90ffb80ddc19ccee076 Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
Iliyan Malchev authored
Change-Id: Id07ad37dd464d859cebdf72b68e6fb16d5e91c0f Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
David Turner authored
* commit 'bc9d1fe7': typo in libc/stdio/wcio.h
-
- 03 Aug, 2011 3 commits
-
-
David Turner authored
* commit '4685acbd': typo in libc/stdio/wcio.h
-
David Turner authored
* commit '9efda5b7': typo in libc/stdio/wcio.h
-
David Turner authored
-
- 29 Jul, 2011 5 commits
-
-
Robert Greenwalt authored
* commit '663e0579': Don't call freeaddrinfo with a NULL ptr.
-
Robert Greenwalt authored
* commit 'dfec555c': Don't call freeaddrinfo with a NULL ptr.
-
Robert Greenwalt authored
* commit 'bcf861f2': Don't call freeaddrinfo with a NULL ptr.
-
Robert Greenwalt authored
-
Robert Greenwalt authored
bug:5067055 Change-Id: I863dc4760a0aa449ac6298397ed571d8d9287801
-
- 27 Jul, 2011 8 commits
-
-
JP Abgrall authored
am 4e5f0d41: (-s ours) am 821bea02: Merge "DO NOT MERGE: libc: enable IPTOS_MINCOST, fixup gethostbyaddr() proto." into honeycomb-LTE * commit '4e5f0d41': DO NOT MERGE: libc: enable IPTOS_MINCOST, fixup gethostbyaddr() proto.
-
JP Abgrall authored
am cec4e990: (-s ours) am 30517a93: Merge "DO NOT MERGE: Update netlink-related kernel includes" into honeycomb-LTE * commit 'cec4e990': DO NOT MERGE: Update netlink-related kernel includes
-
Robert Greenwalt authored
* commit '0cb2d467':
-
JP Abgrall authored
am 821bea02: Merge "DO NOT MERGE: libc: enable IPTOS_MINCOST, fixup gethostbyaddr() proto." into honeycomb-LTE * commit '821bea02': DO NOT MERGE: libc: enable IPTOS_MINCOST, fixup gethostbyaddr() proto.
-
JP Abgrall authored
* commit '30517a93': DO NOT MERGE: Update netlink-related kernel includes
-
Robert Greenwalt authored
Change-Id: Ib0680d7e0be34ae656a9675ddd1014a6193a4006
-
JP Abgrall authored
-
JP Abgrall authored
-
- 26 Jul, 2011 4 commits
-
-
Robert Greenwalt authored
Change-Id: I555f5c10da9770feacdbece9fd77729d6151bfba
-
Robert Greenwalt authored
import of changes 22100 and 23138 from opensource. Change-Id: I3ce86394323d269272aeb2bebeed4374f171a8cf
-
JP Abgrall authored
DO NOT MERGE: pulled in from master for iptables v1.4.11 update Make netinet/ip.h have IPTOS_MINCOST which matches what kernel/common/linux/ip.h has to say. Fixup gethostbyaddr() 1st arg to match what man has to say. Change-Id: Iff9647d4a46ea88b1fc32163eb69bb9b27cdf370
-
Dmitry Shmidt authored
DO NOT MERGE: pulled in from master for iptables v1.4.11 update Change-Id: I7e41bb168a1036093b598383d663a6a2e036ea42 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-