1. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  2. fcaf4e9 Merge "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  3. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 12 years ago
  4. 85f491f Merge "More pthreads cleanup." by Elliott Hughes · 12 years ago
  5. 83bf28e Merge "Fix MIPS build." by Elliott Hughes · 12 years ago
  6. ba342c1 Fix MIPS build. by Elliott Hughes · 12 years ago
  7. d7a3a40 Use ENTRY/END in ARM __get_sp. by Elliott Hughes · 12 years ago
  8. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 12 years ago
  9. f94fd3c Clean up ARM assembler files to use ENTRY/END. by Elliott Hughes · 12 years ago
  10. 2a1bb4e More pthreads cleanup. by Elliott Hughes · 12 years ago
  11. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
  12. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
  13. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 12 years ago
  14. 9a9bb24 Merge "Switch to using AT_RANDOM for the stack guards." by Elliott Hughes · 12 years ago
  15. d3920b3 Switch to using AT_RANDOM for the stack guards. by Elliott Hughes · 12 years ago
  16. b184d3b update xattr.h by Nick Kralevich · 12 years ago
  17. cd6780b Remove dead code from gensyscalls.py. by Elliott Hughes · 12 years ago
  18. f6afd3b Merge "Fix x86 build, remove void* arithmetic." by Elliott Hughes · 12 years ago
  19. 646e058 Fix x86 build, remove void* arithmetic. by Elliott Hughes · 12 years ago
  20. e4ccf5a __progname should be const char*, not char*. by Elliott Hughes · 12 years ago
  21. 2f41531 Merge "Clean up the argc/argv/envp/auxv handling." by Elliott Hughes · 12 years ago
  22. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
  23. 7582a9c Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. by Elliott Hughes · 12 years ago
  24. 428f556 Remove bogus extra alignment from sbrk. by Elliott Hughes · 12 years ago
  25. 24fad01 Document the mallinfo struct, add missing attributes. by Elliott Hughes · 12 years ago
  26. 3fac8f7 Regenerate msm_ion.h. by Elliott Hughes · 13 years ago
  27. 9c81892 Don't claim there were no leaks if we weren't even checking. by Elliott Hughes · 13 years ago
  28. a48e1b2 Restore bionic's <linux/elf-em.h>. by Elliott Hughes · 13 years ago
  29. 44badc7 Merge "Upgrade libm." by Elliott Hughes · 13 years ago
  30. a0ee078 Upgrade libm. by Elliott Hughes · 13 years ago
  31. 1d12d57 Say explicitly if there were no leaks. by Elliott Hughes · 13 years ago
  32. a990cf5 Merge "Clean up trailing whitespace in the kernel headers." by Elliott Hughes · 13 years ago
  33. c95eb57 Clean up trailing whitespace in the kernel headers. by Elliott Hughes · 13 years ago
  34. 6fe67c3 Fix valgrind build. by Elliott Hughes · 13 years ago
  35. d070df4 Fix x86 build to use <elf.h>. by Elliott Hughes · 13 years ago
  36. 448080d Bring the NOTICE files back up to date. by Elliott Hughes · 13 years ago
  37. a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 13 years ago
  38. 35b621c Don't collect useless stack frames; do demangle C++ symbols. by Elliott Hughes · 13 years ago
  39. 41b3179 Unit tests for formatting code, fix %%. by Elliott Hughes · 13 years ago
  40. 239e7a0 More debug malloc fixes. by Elliott Hughes · 13 years ago
  41. 6a94cb7 Merge "arm syscall : for eabi call_default don't use stack" by Elliott Hughes · 13 years ago
  42. c16961b system_properties: do more checking of file by Nick Kralevich · 13 years ago
  43. 8e70b0d prctl.h: include sys/cdefs.h by Nick Kralevich · 13 years ago
  44. 32417fb libc: use more secure system properties if available by Nick Kralevich · 13 years ago
  45. 778a68e Merge "Don't free anything when reporting leaks." by Elliott Hughes · 13 years ago
  46. 848247a Don't free anything when reporting leaks. by Elliott Hughes · 13 years ago
  47. 84f8b5f Disable leak checking for mksh; it's way too leaky. by Elliott Hughes · 13 years ago
  48. 28f82b2 Merge "Add const for first argument of sigismember for fit POSIX spec" by Elliott Hughes · 13 years ago
  49. 2b47307 Our strcoll(3) is no different from NetBSD's, so take exactly theirs. by Elliott Hughes · 13 years ago
  50. c51cd76 Avoid overflow in memccpy. by Elliott Hughes · 13 years ago
  51. 7af7895 Merge "Use the new non-allocating logging for dlmalloc failures." by Elliott Hughes · 13 years ago
  52. ce4cf90 Use the new non-allocating logging for dlmalloc failures. by Elliott Hughes · 13 years ago
  53. abc21c8 bionic_auxv.h: fix #define conflict by Nick Kralevich · 13 years ago
  54. f90b95e Add missing extern "C". by Elliott Hughes · 13 years ago
  55. ca48376 Merge "Fix the duplication in the debugging code." by Elliott Hughes · 13 years ago
  56. f373b11 Add const for first argument of sigismember for fit POSIX spec by Kito Cheng · 13 years ago
  57. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 13 years ago
  58. 4bfaf1e Merge "FORTIFY_SOURCE: optimize" by Nick Kralevich · 13 years ago
  59. a44e9af FORTIFY_SOURCE: optimize by Nick Kralevich · 13 years ago
  60. a864c2c Add functionlity to the scripts to replace tokens in kernel headers by Raghu Gandham · 13 years ago
  61. 36bd371 Revert "stack protector: use AT_RANDOM" by Nick Kralevich · 13 years ago
  62. e3a49a8 stack protector: use AT_RANDOM by Nick Kralevich · 13 years ago
  63. f193b9f Fix signalfd for MIPS. by Elliott Hughes · 13 years ago
  64. faa0fdb arm syscall : for eabi call_default don't use stack by Matthieu Castet · 13 years ago
  65. acb907f Revert "DO NOT MERGE Revert "Add the libcutils localtime_tz and mktime_t extensions to bionic."" by Elliott Hughes · 13 years ago
  66. 35f5385 Add __aeabi_idiv to the dummy reference list. by Ben Cheng · 13 years ago
  67. a67e4de headers: update auxvec.h from Linux kernel by Nick Kralevich · 13 years ago
  68. 68fa57f Merge "Name anonymous mmap mallocs." by Ian Rogers · 13 years ago
  69. 9fb48ac libc_init_static: apply relro earlier. by Nick Kralevich · 13 years ago
  70. 8921060 Name anonymous mmap mallocs. by Ian Rogers · 13 years ago
  71. 2c5153b libc: add getauxval() by Nick Kralevich · 13 years ago
  72. a12c544 Fix unused warnings in pthread.c by Wink Saville · 13 years ago
  73. e6e6006 glibc 2.15 treats errno as signed in strerror(3). by Elliott Hughes · 13 years ago
  74. c5d028f Only have one copy of the kernel_sigset_t hack, and add more tests. by Elliott Hughes · 13 years ago
  75. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 13 years ago
  76. fb5e5cb Fix an off-by-one error in the sigset_t function error handling. by Elliott Hughes · 13 years ago
  77. d73c0b3 Add AF_CAN and PF_CAN (and other missing families). by Elliott Hughes · 13 years ago
  78. db492b3 Fix debug malloc. by Elliott Hughes · 13 years ago
  79. 7cbff41 sysconf.c was renamed to sysconf.cpp (and modified)... by Elliott Hughes · 13 years ago
  80. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 13 years ago
  81. 4fa35d8 Fix <endian.h> and <sys/endian.h>. by Elliott Hughes · 13 years ago
  82. d8a5a6f Use pthread_kill() in raise() by Chris Dearman · 13 years ago
  83. 03e1ebb Added audit.h from the kernel. by Geremy Condra · 13 years ago
  84. 5787475 FORTIFY_SOURCE: remove memcpy overlap checks by Nick Kralevich · 13 years ago
  85. 8b6fea5 FORTIFY_SOURCE: fix up previous commit by Nick Kralevich · 13 years ago
  86. 326ea54 clean up FORTIFY_SOURCE handling. by Nick Kralevich · 13 years ago
  87. 9a4d305 FORTIFY_SOURCE: fortify strrchr by Nick Kralevich · 13 years ago
  88. 60fb683 Merge "mmap: Remove madvise() workaround" by Elliott Hughes · 13 years ago
  89. 46d64ed Merge "Add argument checking to sigemptyset(3) and friends." by Elliott Hughes · 13 years ago
  90. da73f65 Add argument checking to sigemptyset(3) and friends. by Elliott Hughes · 13 years ago
  91. 049e583 FORTIFY_SOURCE: fortify strchr by Nick Kralevich · 13 years ago
  92. 4a9e837 Reduce the exposure of the __set_errno implementation detail. by Elliott Hughes · 13 years ago
  93. 97b70b2 Merge "Replace .S version of x86 crtfiles with .c version" by Elliott Hughes · 13 years ago
  94. 20c4a3a Replace .S version of x86 crtfiles with .c version by Pavel Chupin · 13 years ago
  95. 3975cec Remove (near-)duplicate definitions of size_t and ssize_t. by Elliott Hughes · 13 years ago
  96. 50e62e4 Merge "Bug: __WINT_TYPE__ and wint_t reference to different types" by Elliott Hughes · 13 years ago
  97. 99ea84b Merge "[MIPS] Fix the MIPS getsid system call" by Elliott Hughes · 13 years ago
  98. 5d4b842 Merge "Verify architecture neutral syscall numbers" by Elliott Hughes · 13 years ago
  99. 58aaaa7 [MIPS] Fix the MIPS getsid system call by Chris Dearman · 13 years ago
  100. 285b025 Verify architecture neutral syscall numbers by Chris Dearman · 13 years ago