1. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 13 years ago
  2. 36bd371 Revert "stack protector: use AT_RANDOM" by Nick Kralevich · 13 years ago
  3. e3a49a8 stack protector: use AT_RANDOM by Nick Kralevich · 13 years ago
  4. 68fa57f Merge "Name anonymous mmap mallocs." by Ian Rogers · 13 years ago
  5. 9fb48ac libc_init_static: apply relro earlier. by Nick Kralevich · 13 years ago
  6. 8921060 Name anonymous mmap mallocs. by Ian Rogers · 13 years ago
  7. 2c5153b libc: add getauxval() by Nick Kralevich · 13 years ago
  8. a12c544 Fix unused warnings in pthread.c by Wink Saville · 13 years ago
  9. e6e6006 glibc 2.15 treats errno as signed in strerror(3). by Elliott Hughes · 13 years ago
  10. c5d028f Only have one copy of the kernel_sigset_t hack, and add more tests. by Elliott Hughes · 13 years ago
  11. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 13 years ago
  12. db492b3 Fix debug malloc. by Elliott Hughes · 13 years ago
  13. 7cbff41 sysconf.c was renamed to sysconf.cpp (and modified)... by Elliott Hughes · 13 years ago
  14. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 13 years ago
  15. d8a5a6f Use pthread_kill() in raise() by Chris Dearman · 13 years ago
  16. 8b6fea5 FORTIFY_SOURCE: fix up previous commit by Nick Kralevich · 13 years ago
  17. 326ea54 clean up FORTIFY_SOURCE handling. by Nick Kralevich · 13 years ago
  18. 60fb683 Merge "mmap: Remove madvise() workaround" by Elliott Hughes · 13 years ago
  19. 4a9e837 Reduce the exposure of the __set_errno implementation detail. by Elliott Hughes · 13 years ago
  20. 635df85 mmap: Remove madvise() workaround by Nick Kralevich · 13 years ago
  21. ac3de8d Support GNU_RELRO for static executables. by Nick Kralevich · 13 years ago
  22. 4f251be Don't corrupt the thread list if the main thread exits. by Elliott Hughes · 13 years ago
  23. 06b5961 Merge "Fix bug in pthread_join, pthread_exit, pthread_detach" by Elliott Hughes · 13 years ago
  24. 58b5754 Clean up the <libgen.h> implementation a little, bring in tests. by Elliott Hughes · 13 years ago
  25. 10ce969 Fix bug in pthread_join, pthread_exit, pthread_detach by Sergey Melnikov · 13 years ago
  26. 14f1959 Fix the pthread_join on self error case. by Elliott Hughes · 13 years ago
  27. ae8eb74 Fix a potential NULL pointer dereference in _init_thread(). by Xi Wang · 13 years ago
  28. c30396f libc: Fix alphasort() signature (and implementation). by David 'Digit' Turner · 13 years ago
  29. 063cfb2 Clean up the implementation of the <dirent.h> functions. by Elliott Hughes · 13 years ago
  30. ad88a08 Per-thread -fstack-protector guards for x86. by Elliott Hughes · 13 years ago
  31. ab44f52 More upstream NetBSD upgrades. by Elliott Hughes · 13 years ago
  32. e8bcca3 Upgrade more functions to the current upstream NetBSD copy. by Elliott Hughes · 13 years ago
  33. 29c7f0b Move setlocale(3) and the wchar stubs over to .cpp. by Elliott Hughes · 13 years ago
  34. 6fa26e2 Clean up warnings in stubs.cpp. by Elliott Hughes · 13 years ago
  35. 4035b7a Move the FORTIFY_SOURCE helpers over to .cpp. by Elliott Hughes · 13 years ago
  36. 5419b94 Make dlerror(3) thread-safe. by Elliott Hughes · 13 years ago
  37. e7e274b Fix realloc(3) when chk_malloc debugging is on. by Elliott Hughes · 13 years ago
  38. 3b297c4 Fix dlerror(3). by Elliott Hughes · 13 years ago
  39. 1ceb982 Merge "Fix a getcwd(3) bug and make our tests run correctly under valgrind." by Elliott Hughes · 13 years ago
  40. e5d5f7f Fix two comment typos. by Elliott Hughes · 13 years ago
  41. 156da96 Fix a getcwd(3) bug and make our tests run correctly under valgrind. by Elliott Hughes · 13 years ago
  42. a89864a Move non-upstream code into the libc/bionic directory. by Elliott Hughes · 13 years ago
  43. 774c7f5 Upgrade to the current NetBSD rand implementation. by Elliott Hughes · 13 years ago
  44. ac184b2 Fix several compiler warnings. by Elliott Hughes · 13 years ago
  45. 855dde4 Merge "Fix tmpfile(3)." by Elliott Hughes · 13 years ago
  46. 91875dc Fix tmpfile(3). by Elliott Hughes · 13 years ago
  47. cd58770 FORTIFY_SOURCE: add umask check by Nick Kralevich · 13 years ago
  48. 95a7a64 Use hidden visibility for several internal-use-only functions. by Elliott Hughes · 13 years ago
  49. 88f1ea8 Make pthread_create more forgiving of invalid sched_policy. Bug: 7005326 by Dave Burke · 13 years ago
  50. 4198fa4 Don't copy strerror(3) or strsignal(3) strings if we can share. by Elliott Hughes · 13 years ago
  51. 8a05a01 Print out shared app gids correctly by Kenny Root · 13 years ago
  52. 2a54e5e Add tests for Android-specific stubs by Kenny Root · 13 years ago
  53. b5f053b Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). by Irina Tirdea · 13 years ago
  54. bfeab1b Don't corrupt the thread list in static executables. by Elliott Hughes · 13 years ago
  55. 3e2d293 Avoid malloc lock while calling pthread_atfork. by Kirill Artamonov · 13 years ago
  56. 6fe901e Merge "Upgrade to dlmalloc 2.8.6." by Ian Rogers · 13 years ago
  57. c6d95ad Upgrade to dlmalloc 2.8.6. by Ian Rogers · 13 years ago
  58. 0d7177c Merge "Clean up warnings in the malloc_debug_* files." by Elliott Hughes · 13 years ago
  59. c4d1fec Clean up warnings in the malloc_debug_* files. by Elliott Hughes · 13 years ago
  60. 0a150ea libc: remove ctors/dtors sections by Ard Biesheuvel · 13 years ago
  61. bfc1d97 Restore posix_memalign by Brian Carlstrom · 13 years ago
  62. 9990891 Upgrade to dlmalloc 2.8.5. by Ian Rogers · 13 years ago
  63. 2932f04 Fix race condition in pthread_create() by Jurijs Oniscuks · 13 years ago
  64. b7beb69 Add link.h for all platforms with dl_phdr_info by Pavel Chupin · 13 years ago
  65. 04a83a4 Enhance getcwd(3) to handle NULL like glibc. by Elliott Hughes · 13 years ago
  66. 9862f5e bionic: add macro protection for MALLOC_ALIGNMENT by Jin Wei · 13 years ago
  67. 22d366c enable clone system call for x86 by Jin Wei · 13 years ago
  68. 409302f Switch to upstream NetBSD tdelete/tfind/tsearch. by Elliott Hughes · 13 years ago
  69. de727ca Clean up warnings in stubs.cpp. by Elliott Hughes · 13 years ago
  70. bf9441e Handle naming for system uids running as secondary users by Amith Yamasani · 13 years ago
  71. a554212 Remove the last .jam file. by Elliott Hughes · 13 years ago
  72. 7e248be Merge "Add a .note.android.ident section to Android ELF binaries." by Jean-Baptiste Queru · 13 years ago
  73. 405b802 MIPS support for libc. by Raghu Gandham · 13 years ago
  74. ea8fad1 Add a .note.android.ident section to Android ELF binaries. by Michael Hope · 13 years ago
  75. 52d6233 Report errors to the log, not just stderr. by Elliott Hughes · 13 years ago
  76. c20d0f3 Correction to use of TEMP_FAILURE_RETRY in send_prop_msg by Jens Gulin · 13 years ago
  77. f2ba5c9 am 63c4179f: am 4d0128f1: Merge "Minor tweak to get memory around corrupted heap chunks dumped." into jb-dev by Andy McFadden · 13 years ago
  78. 63c4179 am 4d0128f1: Merge "Minor tweak to get memory around corrupted heap chunks dumped." into jb-dev by Andy McFadden · 13 years ago
  79. ec2ab73 Minor tweak to get memory around corrupted heap chunks dumped. by Ben Cheng · 13 years ago
  80. 8b11c4c Adding event logging to libc. by Geremy Condra · 13 years ago
  81. 3069270 am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper threads sensible names." by Elliott Hughes · 13 years ago
  82. 470631e Give the timer_create SIGEV_THREAD helper threads sensible names. by Elliott Hughes · 13 years ago
  83. 252a5c8 resolved conflicts for merge of e1dd3c28 to jb-dev-plus-aosp by Iliyan Malchev · 13 years ago
  84. f0ddaa2 am 7d2e24eb: bionic: introduce libc.debug.malloc.program by Iliyan Malchev · 13 years ago
  85. e1dd3c2 bionic: import heaptracker as chk_malloc by Iliyan Malchev · 13 years ago
  86. 7d2e24e bionic: introduce libc.debug.malloc.program by Iliyan Malchev · 13 years ago
  87. d7b60b2 am c84ff11d: Print the corrupted address passed to free(). by Ben Cheng · 13 years ago
  88. c84ff11 Print the corrupted address passed to free(). by Ben Cheng · 13 years ago
  89. eab2889 am fd955033: Merge "pthread: Invalidate stale stack pointers on pthread_exit()" by Elliott Hughes · 13 years ago
  90. 0753dc6 pthread: Invalidate stale stack pointers on pthread_exit() by Bjorn Andersson · 13 years ago
  91. 9c3eca7 resolved conflicts for merge of 6cf3c7c5 to jb-dev-plus-aosp by Elliott Hughes · 13 years ago
  92. d0c884d Let pthread_create fail if schedparam can't be set by Pierre Peiffer · 13 years ago
  93. ff0d1ce am e3bc7192: Merge "bionic: fix integer overflows in chk_malloc(), leak_malloc(), and leak_memalign()" by Elliott Hughes · 13 years ago
  94. 7f5aa4f bionic: fix integer overflows in chk_malloc(), leak_malloc(), and leak_memalign() by Xi Wang · 13 years ago
  95. 6baffed Add the posix_memalign(3) function to bionic by Ken Sumrall · 14 years ago
  96. 1a78fbb Initialize TLS before any application code is run. by Evgeniy Stepanov · 13 years ago
  97. faca92f Handle pthread-related changes (mutex/atfork) by Jean-Baptiste Queru · 13 years ago
  98. eaae810 Initialize mspace->least_addr properly in the mmap path. by Ben Cheng · 13 years ago
  99. 21eab51 New additions/bug fixes required/found when porting perf. by Ben Cheng · 13 years ago
  100. 34e89c2 bionic: fix atfork hanlder_mutex deadlock by Jack Ren · 13 years ago