1. d25ea49 am b73b6783: Merge "libc: Add logcat error message for memory corruption" by David 'Digit' Turner · 14 years ago
  2. 7708a89 libc: Add logcat error message for memory corruption by David 'Digit' Turner · 14 years ago
  3. add0a45 am e8f7e30b: Merge "bionic, libthread_db x86 fixes" by David Turner · 14 years ago
  4. 8e551a6 bionic, libthread_db x86 fixes by Bruce Beare · 14 years ago
  5. 7024573 am aad685ce: am 4c090434: Merge "removing shadowing redeclaration of result" by David Turner · 14 years ago
  6. 2dc801f am 8da75ab8: Ignore property set timeouts. by Brad Fitzpatrick · 14 years ago
  7. 8da75ab Ignore property set timeouts. by Brad Fitzpatrick · 14 years ago
  8. 099423b am 23bc3ff7: Don\'t futex_wait spin when setting properties. Wait for socket close. by Brad Fitzpatrick · 14 years ago
  9. 23bc3ff Don't futex_wait spin when setting properties. Wait for socket close. by Brad Fitzpatrick · 14 years ago
  10. 0f55870 removing shadowing redeclaration of result by Christopher Schwardt · 14 years ago
  11. 0b3c5c5 do not merge. Move property setting from libcutils to bionic. by satok · 14 years ago
  12. ec7e8cc do not merge. Move property setting from libcutils to bionic. by satok · 14 years ago
  13. f9316d3 am 08a4ce98: am 0c398985: Merge "[ENDIAN] Build md5 code correctly for bigendian targets" by Brad Fitzpatrick · 14 years ago
  14. 865e378 [ENDIAN] Build md5 code correctly for bigendian targets by Paul Lind · 14 years ago
  15. 81d79f9 am 962dcb22: am fed58049: Merge "libc: Fix PTHREAD_RWLOCK_INITIALIZER" by David 'Digit' Turner · 14 years ago
  16. 48e1fea Updated gcc 4.4.3 IA toolchain doesn't require the .ctors list by Bruce Beare · 15 years ago
  17. 4ce737f Added _memmove_words by Andy McFadden · 14 years ago
  18. a37cf34 Bug 3330205 Reentrant MD5 by Glenn Kasten · 15 years ago
  19. 5c8c00a libc: Fix the definition of SIGRTMAX by David 'Digit' Turner · 15 years ago
  20. 72e6fd4 <sched.h>: Add sched_getcpu() and cpu_set_t by David 'Digit' Turner · 15 years ago
  21. 6481b91 <time.h>: Add timegm(), timelocal() and others. by David 'Digit' Turner · 15 years ago
  22. ff590ca Use a modern chdir(2)-free realpath(3) implementation. by Elliott Hughes · 15 years ago
  23. fa8fef9 am f2c05baa: am 96c03c7d: Merge "Remove duplicated _rand48 implementation. Use stdlib version instead" by Jean-Baptiste Queru · 15 years ago
  24. f2c05ba am 96c03c7d: Merge "Remove duplicated _rand48 implementation. Use stdlib version instead" by Jean-Baptiste Queru · 15 years ago
  25. 7047810 Remove duplicated _rand48 implementation. Use stdlib version instead by Jim Huang · 15 years ago
  26. 209cf82 am f7ad13b0: am 1df986c2: libc: fix executable destruction support. by David 'Digit' Turner · 15 years ago
  27. 51a4f78 am 001a3218: am 4afe0f47: Merge "time64: make helper functions static" by Jean-Baptiste Queru · 15 years ago
  28. f97ce8c am 6ac5660e: am ade2a929: Merge "bionic: stubs: Make internal symbol static" by Jean-Baptiste Queru · 15 years ago
  29. d3ecb3c am 1203671b: am 2215c113: Merge "pthread-timers: Hide internal symbol __timer_table_start_stop" by Jean-Baptiste Queru · 15 years ago
  30. d445a2b am bcd94044: am 847223de: Merge "__set_errno: Hide internal symbol __set_syscall_errno" by Jean-Baptiste Queru · 15 years ago
  31. f7ad13b am 1df986c2: libc: fix executable destruction support. by David 'Digit' Turner · 15 years ago
  32. 1df986c libc: fix executable destruction support. by David 'Digit' Turner · 15 years ago
  33. 001a321 am 4afe0f47: Merge "time64: make helper functions static" by Jean-Baptiste Queru · 15 years ago
  34. 6ac5660 am ade2a929: Merge "bionic: stubs: Make internal symbol static" by Jean-Baptiste Queru · 15 years ago
  35. 1203671 am 2215c113: Merge "pthread-timers: Hide internal symbol __timer_table_start_stop" by Jean-Baptiste Queru · 15 years ago
  36. 4afe0f4 Merge "time64: make helper functions static" by Jean-Baptiste Queru · 15 years ago
  37. ade2a92 Merge "bionic: stubs: Make internal symbol static" by Jean-Baptiste Queru · 15 years ago
  38. 2215c11 Merge "pthread-timers: Hide internal symbol __timer_table_start_stop" by Jean-Baptiste Queru · 15 years ago
  39. bcd9404 am 847223de: Merge "__set_errno: Hide internal symbol __set_syscall_errno" by Jean-Baptiste Queru · 15 years ago
  40. cd9c98d __set_errno: Hide internal symbol __set_syscall_errno by Jim Huang · 15 years ago
  41. c9a41a6 pthread-timers: Hide internal symbol __timer_table_start_stop by Jim Huang · 15 years ago
  42. c940945 bionic: stubs: Make internal symbol static by Jim Huang · 15 years ago
  43. 8b2707a time64: make helper functions static by Jim Huang · 15 years ago
  44. 9d8be54 get_malloc_leak_info: Fix assumption that totalMemory out parameter was initialized to zero. by tedbo · 15 years ago
  45. b1c9cc2 Add memory barriers to pthread_once. by Andy McFadden · 15 years ago
  46. 6dbfddf am b9e49ad5: Use a recursive lock for pthread_once. DO NOT MERGE. by Wink Saville · 15 years ago
  47. b9e49ad Use a recursive lock for pthread_once. DO NOT MERGE. by Wink Saville · 15 years ago
  48. e2ac898 Add a memory barrier to cond var signaling. by Andy McFadden · 15 years ago
  49. caaf7ec am 1ff91085: am 52e7d3d9: Bulletproof leak dump against null hash entries by Christopher Tate · 15 years ago
  50. 1ff9108 am 52e7d3d9: Bulletproof leak dump against null hash entries by Christopher Tate · 15 years ago
  51. 52e7d3d Bulletproof leak dump against null hash entries by Christopher Tate · 15 years ago
  52. 6b9d2d6 am 6d4d8cb7: resolved conflicts for merge of 4f086aeb to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  53. 6d4d8cb resolved conflicts for merge of 4f086aeb to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  54. 4f086ae Implemented pthread_atfork() by Matt Fischer · 15 years ago
  55. fb6907d am 0e78f786: merge from open-source master by The Android Open Source Project · 15 years ago
  56. 0e78f78 merge from open-source master by The Android Open Source Project · 15 years ago
  57. fc6d95b Merge "Change-Id: I68cc462aeb2460345a53bdb9941ce4bfc10456fb bionic: fix clearenv() compiler warning and related comment typos" by Jean-Baptiste Queru · 15 years ago
  58. cf38531 resolved conflicts for merge of 2576abf0 to master by David 'Digit' Turner · 15 years ago
  59. 5197632 libc: Fix sem_post() implementation to wake up all waiting threads. by David 'Digit' Turner · 15 years ago
  60. 3b43f87 Allow dlclose() to properly call static C++ destructors. by David 'Digit' Turner · 15 years ago
  61. 4e6043a am 7d1d98b9: am a02b93bd: libc: add sanity checks to pthread_mutex_destroy() by David 'Digit' Turner · 15 years ago
  62. a02b93b libc: add sanity checks to pthread_mutex_destroy() by David 'Digit' Turner · 15 years ago
  63. ccc3d1e Use a recursive lock for pthread_once. by Wink Saville · 15 years ago
  64. 2bf607d Change-Id: I68cc462aeb2460345a53bdb9941ce4bfc10456fb by Chris Peterson · 15 years ago
  65. 50ace4f Remove compiler warnings when building Bionic. by David 'Digit' Turner · 15 years ago
  66. 6a9b888 Allow static C++ destructors to be properly called on dlclose(). by David 'Digit' Turner · 15 years ago
  67. 6c8a2f2 libc: remove cutils dependencies by David 'Digit' Turner · 15 years ago
  68. 6304d8b Use private futexes for semaphores, unless they are initialized with pshared != 0. by David 'Digit' Turner · 15 years ago
  69. a8a2148 resolved conflicts for merge of 7b6e6fa5 to kraken by Jean-Baptiste Queru · 15 years ago
  70. 7b6e6fa merge from open-source master by The Android Open Source Project · 15 years ago
  71. fcd00eb Atomic/SMP update, part 3. by Andy McFadden · 15 years ago
  72. 78c1c04 pthread: introduce pthread_setname_np() as a mean to give names to threads by André Goddard Rosa · 15 years ago
  73. 8a1d2cf Add pthread_rwlock_t implementation to the C library (DO NOT MERGE) by David 'Digit' Turner · 15 years ago
  74. f450fa5 merge from open-source master by The Android Open Source Project · 15 years ago
  75. 0be7eda Merge "Fix log channel initialization at bionic/logd_write.c." by David Turner · 15 years ago
  76. 5751c54 bionic: add missing NULL check from memory allocation on record_backtrace() by André Goddard Rosa · 15 years ago
  77. 95faece merge from open-source master by The Android Open Source Project · 15 years ago
  78. 350bb35 bionic: fix memory leak in get_malloc_leak_info() error path by André Goddard Rosa · 15 years ago
  79. 3f61212 bionic: clear only the part of the buffer which is not overwritten afterward by André Goddard Rosa · 15 years ago
  80. 5207d78 Fix typo that broke recursive mutexes implementation. by David 'Digit' Turner · 15 years ago
  81. b5e4a41 pthread: Use private futexes by default in condition variables by David 'Digit' Turner · 15 years ago
  82. 377d4c9 merge from open-source master by The Android Open Source Project · 15 years ago
  83. 88f06cd Use private futexes for pthread_mutex_t. by David 'Digit' Turner · 15 years ago
  84. 1825fb5 Merge "bionic: on pthread_join(), avoid extra check in case we find the thread" by David Turner · 15 years ago
  85. c0e4642 Merge "bionic: ftell() returns a long, not an int" by David Turner · 15 years ago
  86. ee7b077 Add pthread_condattr_init/destroy/setpshared/getpshared by David 'Digit' Turner · 15 years ago
  87. 40e6b82 Fix indentation in pthread mutex implementation. by David 'Digit' Turner · 15 years ago
  88. a9c41a8 Merge "bionic: remove unneeded variable from chk_realloc()" by David Turner · 15 years ago
  89. 8641833 Revert "bionic: pthread: use private futexes by default for mutexes and condvars" by Fabrice Di Meglio · 15 years ago
  90. ba9c6f0 bionic: pthread: use private futexes by default for mutexes and condvars by David 'Digit' Turner · 15 years ago
  91. 9f69156 bonic: libc: cpuacct support for setuid functions by Mike Chan · 15 years ago
  92. 8f8b531 Fix pthread_sigmask() to return correct error values. by David 'Digit' Turner · 15 years ago
  93. b554623 Merge "Merge memory checking functionality from sandbox" by Vladimir Chtchetkine · 15 years ago
  94. 75fba68 Merge memory checking functionality from sandbox by Vladimir Chtchetkine · 15 years ago
  95. 4f920f6 Fix sem_post() behaviour to wake up multiple waiting threads. by David 'Digit' Turner · 15 years ago
  96. 294dd0b Fix sem_trywait() implementation + update changelog. by David 'Digit' Turner · 15 years ago
  97. 1dcf07a Fix android_id_from_name to accept "app_0" as a valid ID. by David 'Digit' Turner · 15 years ago
  98. 699237b bionic: equalize the <unknown> program name between ssp.c and libc_init_common.c by André Goddard Rosa · 15 years ago
  99. 291100c bionic: remove unneeded variable from chk_realloc() by André Goddard Rosa · 15 years ago
  100. a28336c bionic: on pthread_join(), avoid extra check in case we find the thread by André Goddard Rosa · 15 years ago