- 61ba9b5 stdlib: atexit: include <sys/cdefs.h> by Chirayu Desai · 12 years ago
- 081318e dalvik is big enough and ugly enough to handle System.arraycopy itself. by Elliott Hughes · 12 years ago
- 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
- 0a2cb81 Merge "Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces." by Elliott Hughes · 12 years ago
- fb7eb5e Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces. by Elliott Hughes · 12 years ago
- 0276656 bionic: Add securebits.h by Nick Kralevich · 12 years ago
- dc5ec07 Turn on -Werror for ssp.cpp. by Elliott Hughes · 12 years ago
- a261afb fix compiler warning. by Nick Kralevich · 12 years ago
- d254704 ffs was not being built for x86. by Elliott Hughes · 12 years ago
- 6719500 Add a bunch more missing ENDs to assembler routines. by Elliott Hughes · 12 years ago
- 73964c5 Everyone has CLZ. by Elliott Hughes · 12 years ago
- d8213bb Update getnameinfo.c, remove dead code, and fix error reporting. by Elliott Hughes · 12 years ago
- 3002d64 Merge "Everyone has a TLS register." by Elliott Hughes · 12 years ago
- b603251 Fix __pthread_clone and __bionic_clone error handling on x86. by Elliott Hughes · 12 years ago
- 91a9925 Everyone has a TLS register. by Elliott Hughes · 12 years ago
- 59aeff9 Merge "Use ENTRY/END in custom x86 assembler too." by Elliott Hughes · 12 years ago
- 4b4a882 Clean up pthread_create. by Elliott Hughes · 12 years ago
- 6d33918 Simplify pthread_create, using more public API. by Elliott Hughes · 12 years ago
- 9f878c2 Really set errno if __pthread_clone fails. by Elliott Hughes · 12 years ago
- 558a8b1 Merge "Revert "Revert "More pthreads cleanup.""" by Elliott Hughes · 12 years ago
- 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
- 3fa6746 Merge "add factory property file definition" by Dima Zavin · 12 years ago
- bfa199a am fcaf4e9f: Merge "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
- fcaf4e9 Merge "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
- 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 12 years ago
- a2a9817 am 85f491f9: Merge "More pthreads cleanup." by Elliott Hughes · 12 years ago
- 85f491f Merge "More pthreads cleanup." by Elliott Hughes · 12 years ago
- 605cc29 am 83bf28e6: Merge "Fix MIPS build." by Elliott Hughes · 12 years ago
- 83bf28e Merge "Fix MIPS build." by Elliott Hughes · 12 years ago
- ba342c1 Fix MIPS build. by Elliott Hughes · 12 years ago
- 8e2b28c am c56be54a: Merge "Use ENTRY/END in ARM __get_sp." by Elliott Hughes · 12 years ago
- bdff26d Use ENTRY/END in custom x86 assembler too. by Elliott Hughes · 12 years ago
- d7a3a40 Use ENTRY/END in ARM __get_sp. by Elliott Hughes · 12 years ago
- c440d24 am cae7b2cf: Merge "Fix __pthread_clone on ARM to set errno on failure." by Elliott Hughes · 12 years ago
- 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 12 years ago
- 03798dd am 1fea0f25: Merge "Clean up ARM assembler files to use ENTRY/END." by Elliott Hughes · 12 years ago
- f94fd3c Clean up ARM assembler files to use ENTRY/END. by Elliott Hughes · 12 years ago
- 2a1bb4e More pthreads cleanup. by Elliott Hughes · 12 years ago
- 6b73d13 am 2d3e7233: Merge "Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""" by Elliott Hughes · 12 years ago
- e4b0831 am 8397cdba: Merge "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
- 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
- 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
- 024246e am 09e89c3c: Merge "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
- ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 12 years ago
- 8f509e8 am 9a9bb243: Merge "Switch to using AT_RANDOM for the stack guards." by Elliott Hughes · 12 years ago
- 9a9bb24 Merge "Switch to using AT_RANDOM for the stack guards." by Elliott Hughes · 12 years ago
- d3920b3 Switch to using AT_RANDOM for the stack guards. by Elliott Hughes · 12 years ago
- f156b90 am fa75fce5: Merge "update xattr.h" by Nick Kralevich · 12 years ago
- b184d3b update xattr.h by Nick Kralevich · 12 years ago
- 86e4e23 am 964886af: Merge "Remove dead code from gensyscalls.py." by Elliott Hughes · 12 years ago
- cd6780b Remove dead code from gensyscalls.py. by Elliott Hughes · 12 years ago
- 5bb6776 am f6afd3b6: Merge "Fix x86 build, remove void* arithmetic." by Elliott Hughes · 12 years ago
- 8ddef40 am 59e9a496: Merge "__progname should be const char*, not char*." by Elliott Hughes · 12 years ago
- f6afd3b Merge "Fix x86 build, remove void* arithmetic." by Elliott Hughes · 12 years ago
- 646e058 Fix x86 build, remove void* arithmetic. by Elliott Hughes · 12 years ago
- e4ccf5a __progname should be const char*, not char*. by Elliott Hughes · 12 years ago
- 6f67cd2 am 2f41531f: Merge "Clean up the argc/argv/envp/auxv handling." by Elliott Hughes · 12 years ago
- 2f41531 Merge "Clean up the argc/argv/envp/auxv handling." by Elliott Hughes · 12 years ago
- 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
- 4e9d9e4 am d4187efd: Merge "Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs." by Elliott Hughes · 12 years ago
- 7582a9c Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. by Elliott Hughes · 12 years ago
- df8c72e am d7ff139f: Merge "Remove bogus extra alignment from sbrk." by Elliott Hughes · 12 years ago
- 428f556 Remove bogus extra alignment from sbrk. by Elliott Hughes · 12 years ago
- 3cbcb87 am a4f88fdc: Merge "Document the mallinfo struct, add missing attributes." by Elliott Hughes · 12 years ago
- 24fad01 Document the mallinfo struct, add missing attributes. by Elliott Hughes · 12 years ago
- ada6de6 am a1821f01: Merge "Regenerate msm_ion.h." by Elliott Hughes · 12 years ago
- 3fac8f7 Regenerate msm_ion.h. by Elliott Hughes · 13 years ago
- 16444e0 am 3dc6b57c: Merge "Don\'t claim there were no leaks if we weren\'t even checking." by Elliott Hughes · 13 years ago
- 9c81892 Don't claim there were no leaks if we weren't even checking. by Elliott Hughes · 13 years ago
- 704d9c5 am a9dd3670: Merge "Restore bionic\'s <linux/elf-em.h>." by Elliott Hughes · 13 years ago
- a48e1b2 Restore bionic's <linux/elf-em.h>. by Elliott Hughes · 13 years ago
- ff26e25 am 44badc70: Merge "Upgrade libm." by Elliott Hughes · 13 years ago
- 44badc7 Merge "Upgrade libm." by Elliott Hughes · 13 years ago
- a0ee078 Upgrade libm. by Elliott Hughes · 13 years ago
- 9743d7f am fb55511e: am e1a124e5: Merge "Say explicitly if there were no leaks." by Elliott Hughes · 13 years ago
- fb55511 am e1a124e5: Merge "Say explicitly if there were no leaks." by Elliott Hughes · 13 years ago
- 1d12d57 Say explicitly if there were no leaks. by Elliott Hughes · 13 years ago
- 9d43c07 am 4e882503: am a990cf5b: Merge "Clean up trailing whitespace in the kernel headers." by Elliott Hughes · 13 years ago
- 4e88250 am a990cf5b: Merge "Clean up trailing whitespace in the kernel headers." by Elliott Hughes · 13 years ago
- a990cf5 Merge "Clean up trailing whitespace in the kernel headers." by Elliott Hughes · 13 years ago
- c95eb57 Clean up trailing whitespace in the kernel headers. by Elliott Hughes · 13 years ago
- 5821e11 am 7bc49fcf: am 323287ea: Merge "Fix valgrind build." by Elliott Hughes · 13 years ago
- 7bc49fc am 323287ea: Merge "Fix valgrind build." by Elliott Hughes · 13 years ago
- 6fe67c3 Fix valgrind build. by Elliott Hughes · 13 years ago
- 9d995d6 am 1cc09402: am f6721978: Merge "Fix x86 build to use <elf.h>." by Elliott Hughes · 13 years ago
- 0a38388 am be11de2b: am 5fb409b7: Merge "Bring the NOTICE files back up to date." by Elliott Hughes · 13 years ago
- a7f44b5 am 172e038f: am f09f6db5: Merge "Use the NetBSD <sys/exec_elf.h>." by Elliott Hughes · 13 years ago
- 1cc0940 am f6721978: Merge "Fix x86 build to use <elf.h>." by Elliott Hughes · 13 years ago
- be11de2 am 5fb409b7: Merge "Bring the NOTICE files back up to date." by Elliott Hughes · 13 years ago
- d070df4 Fix x86 build to use <elf.h>. by Elliott Hughes · 13 years ago
- 172e038 am f09f6db5: Merge "Use the NetBSD <sys/exec_elf.h>." by Elliott Hughes · 13 years ago
- 448080d Bring the NOTICE files back up to date. by Elliott Hughes · 13 years ago
- a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 13 years ago
- f5d6238 am 3f20ecc2: am 3db2fc5a: Merge "Don\'t collect useless stack frames; do demangle C++ symbols." by Elliott Hughes · 13 years ago
- 3f20ecc am 3db2fc5a: Merge "Don\'t collect useless stack frames; do demangle C++ symbols." by Elliott Hughes · 13 years ago
- 35b621c Don't collect useless stack frames; do demangle C++ symbols. by Elliott Hughes · 13 years ago
- 2218b89 am d383ac15: am a0151cbf: Merge "Unit tests for formatting code, fix %%." by Elliott Hughes · 13 years ago
- d383ac1 am a0151cbf: Merge "Unit tests for formatting code, fix %%." by Elliott Hughes · 13 years ago
- 41b3179 Unit tests for formatting code, fix %%. by Elliott Hughes · 13 years ago
- d265d36 am f07db754: am 0a91b11d: Merge "More debug malloc fixes." by Elliott Hughes · 13 years ago