1. bf9441e Handle naming for system uids running as secondary users by Amith Yamasani · 13 years ago
  2. a554212 Remove the last .jam file. by Elliott Hughes · 13 years ago
  3. 7e248be Merge "Add a .note.android.ident section to Android ELF binaries." by Jean-Baptiste Queru · 13 years ago
  4. 405b802 MIPS support for libc. by Raghu Gandham · 13 years ago
  5. ea8fad1 Add a .note.android.ident section to Android ELF binaries. by Michael Hope · 13 years ago
  6. 52d6233 Report errors to the log, not just stderr. by Elliott Hughes · 13 years ago
  7. c20d0f3 Correction to use of TEMP_FAILURE_RETRY in send_prop_msg by Jens Gulin · 13 years ago
  8. f2ba5c9 am 63c4179f: am 4d0128f1: Merge "Minor tweak to get memory around corrupted heap chunks dumped." into jb-dev by Andy McFadden · 14 years ago
  9. 63c4179 am 4d0128f1: Merge "Minor tweak to get memory around corrupted heap chunks dumped." into jb-dev by Andy McFadden · 14 years ago
  10. ec2ab73 Minor tweak to get memory around corrupted heap chunks dumped. by Ben Cheng · 14 years ago
  11. 8b11c4c Adding event logging to libc. by Geremy Condra · 14 years ago
  12. 3069270 am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper threads sensible names." by Elliott Hughes · 14 years ago
  13. 470631e Give the timer_create SIGEV_THREAD helper threads sensible names. by Elliott Hughes · 14 years ago
  14. 252a5c8 resolved conflicts for merge of e1dd3c28 to jb-dev-plus-aosp by Iliyan Malchev · 14 years ago
  15. f0ddaa2 am 7d2e24eb: bionic: introduce libc.debug.malloc.program by Iliyan Malchev · 14 years ago
  16. e1dd3c2 bionic: import heaptracker as chk_malloc by Iliyan Malchev · 14 years ago
  17. 7d2e24e bionic: introduce libc.debug.malloc.program by Iliyan Malchev · 14 years ago
  18. d7b60b2 am c84ff11d: Print the corrupted address passed to free(). by Ben Cheng · 14 years ago
  19. c84ff11 Print the corrupted address passed to free(). by Ben Cheng · 14 years ago
  20. eab2889 am fd955033: Merge "pthread: Invalidate stale stack pointers on pthread_exit()" by Elliott Hughes · 14 years ago
  21. 0753dc6 pthread: Invalidate stale stack pointers on pthread_exit() by Bjorn Andersson · 14 years ago
  22. 9c3eca7 resolved conflicts for merge of 6cf3c7c5 to jb-dev-plus-aosp by Elliott Hughes · 14 years ago
  23. d0c884d Let pthread_create fail if schedparam can't be set by Pierre Peiffer · 14 years ago
  24. ff0d1ce am e3bc7192: Merge "bionic: fix integer overflows in chk_malloc(), leak_malloc(), and leak_memalign()" by Elliott Hughes · 14 years ago
  25. 7f5aa4f bionic: fix integer overflows in chk_malloc(), leak_malloc(), and leak_memalign() by Xi Wang · 14 years ago
  26. 6baffed Add the posix_memalign(3) function to bionic by Ken Sumrall · 14 years ago
  27. 1a78fbb Initialize TLS before any application code is run. by Evgeniy Stepanov · 14 years ago
  28. faca92f Handle pthread-related changes (mutex/atfork) by Jean-Baptiste Queru · 14 years ago
  29. eaae810 Initialize mspace->least_addr properly in the mmap path. by Ben Cheng · 14 years ago
  30. 21eab51 New additions/bug fixes required/found when porting perf. by Ben Cheng · 14 years ago
  31. 34e89c2 bionic: fix atfork hanlder_mutex deadlock by Jack Ren · 14 years ago
  32. 06823da Revert "am be741d47: am 2f460fbe: am 73b5cad9: Merge "bionic: Fix wrong kernel_id in pthread descriptor after fork()"" by Guang Zhu · 14 years ago
  33. 76d56cf am be741d47: am 2f460fbe: am 73b5cad9: Merge "bionic: Fix wrong kernel_id in pthread descriptor after fork()" by Elliott Hughes · 14 years ago
  34. d8bc6e7 bionic: Fix wrong kernel_id in pthread descriptor after fork() by Jack Ren · 14 years ago
  35. 058d6d8 Update bionic to know users and isolated uids for uid string representation. by Dianne Hackborn · 14 years ago
  36. e1414aa libc: remove global lock from recursive mutex implementation. by David 'Digit' Turner · 14 years ago
  37. b57db75 libc: Fix recursive mutex lock implementation. by David 'Digit' Turner · 14 years ago
  38. 68d03fd Merge "implement pthread mutex deadlock detection" by Mathias Agopian · 14 years ago
  39. 85aad90 Add the posix_memalign(3) function to bionic by Ken Sumrall · 14 years ago
  40. 7c0c379 implement pthread mutex deadlock detection by Mathias Agopian · 14 years ago
  41. 022d303 libc: optimize pthread mutex lock/unlock operations (1/2) by David 'Digit' Turner · 14 years ago
  42. 6c6de44 libc: optimize pthread_once() implementation. by David 'Digit' Turner · 14 years ago
  43. 6e9d517 am a73de44b: am 177ba8cb: Prevent deadlock when using fork by Rabin Vincent · 14 years ago
  44. 177ba8c Prevent deadlock when using fork by Rabin Vincent · 15 years ago
  45. c5819d4 Merge 35765066 from ics-mr1-plus-aosp by Jean-Baptiste Queru · 14 years ago
  46. e4a21c8 signal: Align the sigset_t size passed to from user space to kernel. by Bruce Beare · 14 years ago
  47. aed4a4c am 75039baf: am 89d3fdca: MALLOC_DEBUG: enable the option libc.debug.malloc = 10 by Bruce Beare · 14 years ago
  48. 89d3fdc MALLOC_DEBUG: enable the option libc.debug.malloc = 10 by Bruce Beare · 14 years ago
  49. bec5dec am 0c3d21e6: am e480fc83: bionic: fix pthread_{create, exit}/signal race condition by Jack Ren · 14 years ago
  50. e480fc8 bionic: fix pthread_{create, exit}/signal race condition by Jack Ren · 14 years ago
  51. 95a1784 Merge "Add tgkill syscall." by Jeff Brown · 14 years ago
  52. 10c8ce5 Add tgkill syscall. by Jeff Brown · 14 years ago
  53. 5f64df4 ASLR: enable pthread stack location randomization by Nick Kralevich · 14 years ago
  54. e31bfae bionic: Do not use <sys/atomics.h> for platform code. by David 'Digit' Turner · 14 years ago
  55. 9bf330b libc: fix the pthread_sigmask implementation by David 'Digit' Turner · 14 years ago
  56. d53cae0 Add non-NDK internal API __pthread_gettid by Glenn Kasten · 14 years ago
  57. 30e30ac am 6b6ebeca: am 3a131026: resolved conflicts for merge of 50a83255 to gingerbread-plus-aosp by David 'Digit' Turner · 14 years ago
  58. 6b6ebec am 3a131026: resolved conflicts for merge of 50a83255 to gingerbread-plus-aosp by David 'Digit' Turner · 14 years ago
  59. 3a13102 resolved conflicts for merge of 50a83255 to gingerbread-plus-aosp by David 'Digit' Turner · 14 years ago
  60. 3435fc6 bionic, libthread_db x86 fixes by James Rose · 15 years ago
  61. bf29647 Updated gcc 4.4.3 IA toolchain doesn't require the .ctors list by Bruce Beare · 15 years ago
  62. 0f2dc2b ptrace.c Fix source file format to unix from dos by Bruce Beare · 15 years ago
  63. 681c4bd Merge b3773e9c by Jean-Baptiste Queru · 15 years ago
  64. cb5529e Merge 784515ad by Jean-Baptiste Queru · 15 years ago
  65. c993768 Revert "Revert "libc: Add logcat error message for memory corruption"" by Jean-Baptiste Queru · 15 years ago
  66. b3773e9 am 9c95cbf7: Merge "Really fix the build." by David 'Digit' Turner · 15 years ago
  67. c51871d Really fix the build. by David 'Digit' Turner · 15 years ago
  68. 784515a am 01eb7f72: Merge "Fix broken build" by David 'Digit' Turner · 15 years ago
  69. a482446 Fix broken build by David 'Digit' Turner · 15 years ago
  70. 368ee1e Revert "libc: Add logcat error message for memory corruption" by Mathew Inwood · 15 years ago
  71. 877923d am d25ea49e: am b73b6783: Merge "libc: Add logcat error message for memory corruption" by David 'Digit' Turner · 15 years ago
  72. d25ea49 am b73b6783: Merge "libc: Add logcat error message for memory corruption" by David 'Digit' Turner · 15 years ago
  73. 7708a89 libc: Add logcat error message for memory corruption by David 'Digit' Turner · 15 years ago
  74. 1f8e267 Implement getpwnam_r(3) and getpwuid_r(3). by Brian Carlstrom · 15 years ago
  75. 54e494d am add0a45a: am e8f7e30b: Merge "bionic, libthread_db x86 fixes" by David Turner · 15 years ago
  76. add0a45 am e8f7e30b: Merge "bionic, libthread_db x86 fixes" by David Turner · 15 years ago
  77. 8e551a6 bionic, libthread_db x86 fixes by Bruce Beare · 15 years ago
  78. 3be409a am 70245736: am aad685ce: am 4c090434: Merge "removing shadowing redeclaration of result" by David Turner · 15 years ago
  79. 7024573 am aad685ce: am 4c090434: Merge "removing shadowing redeclaration of result" by David Turner · 15 years ago
  80. 5f133f3 am 31e2feee: am 2dc801f9: am 8da75ab8: Ignore property set timeouts. by Brad Fitzpatrick · 15 years ago
  81. 2dc801f am 8da75ab8: Ignore property set timeouts. by Brad Fitzpatrick · 15 years ago
  82. 8da75ab Ignore property set timeouts. by Brad Fitzpatrick · 15 years ago
  83. 099423b am 23bc3ff7: Don\'t futex_wait spin when setting properties. Wait for socket close. by Brad Fitzpatrick · 15 years ago
  84. 23bc3ff Don't futex_wait spin when setting properties. Wait for socket close. by Brad Fitzpatrick · 15 years ago
  85. bf90b57 Don't futex_wait spin when setting properties. Wait for socket close. by Brad Fitzpatrick · 15 years ago
  86. 0f55870 removing shadowing redeclaration of result by Christopher Schwardt · 15 years ago
  87. 2cc2b2b Add some missing includes. by Carl Shapiro · 15 years ago
  88. 0b3c5c5 do not merge. Move property setting from libcutils to bionic. by satok · 15 years ago
  89. ec7e8cc do not merge. Move property setting from libcutils to bionic. by satok · 15 years ago
  90. 4399df8 Move property setting from libcutils to bionic. by Brad Fitzpatrick · 15 years ago
  91. f9316d3 am 08a4ce98: am 0c398985: Merge "[ENDIAN] Build md5 code correctly for bigendian targets" by Brad Fitzpatrick · 15 years ago
  92. 865e378 [ENDIAN] Build md5 code correctly for bigendian targets by Paul Lind · 15 years ago
  93. 81d79f9 am 962dcb22: am fed58049: Merge "libc: Fix PTHREAD_RWLOCK_INITIALIZER" by David 'Digit' Turner · 15 years ago
  94. 48e1fea Updated gcc 4.4.3 IA toolchain doesn't require the .ctors list by Bruce Beare · 15 years ago
  95. 4ce737f Added _memmove_words by Andy McFadden · 15 years ago
  96. a37cf34 Bug 3330205 Reentrant MD5 by Glenn Kasten · 15 years ago
  97. 5c8c00a libc: Fix the definition of SIGRTMAX by David 'Digit' Turner · 15 years ago
  98. 72e6fd4 <sched.h>: Add sched_getcpu() and cpu_set_t by David 'Digit' Turner · 15 years ago
  99. 6481b91 <time.h>: Add timegm(), timelocal() and others. by David 'Digit' Turner · 15 years ago
  100. ff590ca Use a modern chdir(2)-free realpath(3) implementation. by Elliott Hughes · 15 years ago