1. caaf7ec am 1ff91085: am 52e7d3d9: Bulletproof leak dump against null hash entries by Christopher Tate · 15 years ago
  2. 1ff9108 am 52e7d3d9: Bulletproof leak dump against null hash entries by Christopher Tate · 15 years ago
  3. 52e7d3d Bulletproof leak dump against null hash entries by Christopher Tate · 15 years ago
  4. 6b9d2d6 am 6d4d8cb7: resolved conflicts for merge of 4f086aeb to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  5. 6d4d8cb resolved conflicts for merge of 4f086aeb to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  6. 4f086ae Implemented pthread_atfork() by Matt Fischer · 15 years ago
  7. fb6907d am 0e78f786: merge from open-source master by The Android Open Source Project · 15 years ago
  8. 0e78f78 merge from open-source master by The Android Open Source Project · 15 years ago
  9. fc6d95b Merge "Change-Id: I68cc462aeb2460345a53bdb9941ce4bfc10456fb bionic: fix clearenv() compiler warning and related comment typos" by Jean-Baptiste Queru · 15 years ago
  10. cf38531 resolved conflicts for merge of 2576abf0 to master by David 'Digit' Turner · 15 years ago
  11. 5197632 libc: Fix sem_post() implementation to wake up all waiting threads. by David 'Digit' Turner · 15 years ago
  12. 3b43f87 Allow dlclose() to properly call static C++ destructors. by David 'Digit' Turner · 15 years ago
  13. 4e6043a am 7d1d98b9: am a02b93bd: libc: add sanity checks to pthread_mutex_destroy() by David 'Digit' Turner · 15 years ago
  14. a02b93b libc: add sanity checks to pthread_mutex_destroy() by David 'Digit' Turner · 15 years ago
  15. ccc3d1e Use a recursive lock for pthread_once. by Wink Saville · 15 years ago
  16. 2bf607d Change-Id: I68cc462aeb2460345a53bdb9941ce4bfc10456fb by Chris Peterson · 15 years ago
  17. 50ace4f Remove compiler warnings when building Bionic. by David 'Digit' Turner · 15 years ago
  18. 6a9b888 Allow static C++ destructors to be properly called on dlclose(). by David 'Digit' Turner · 15 years ago
  19. 6c8a2f2 libc: remove cutils dependencies by David 'Digit' Turner · 15 years ago
  20. 6304d8b Use private futexes for semaphores, unless they are initialized with pshared != 0. by David 'Digit' Turner · 15 years ago
  21. a8a2148 resolved conflicts for merge of 7b6e6fa5 to kraken by Jean-Baptiste Queru · 15 years ago
  22. 7b6e6fa merge from open-source master by The Android Open Source Project · 15 years ago
  23. fcd00eb Atomic/SMP update, part 3. by Andy McFadden · 15 years ago
  24. 78c1c04 pthread: introduce pthread_setname_np() as a mean to give names to threads by André Goddard Rosa · 15 years ago
  25. 8a1d2cf Add pthread_rwlock_t implementation to the C library (DO NOT MERGE) by David 'Digit' Turner · 15 years ago
  26. f450fa5 merge from open-source master by The Android Open Source Project · 15 years ago
  27. 0be7eda Merge "Fix log channel initialization at bionic/logd_write.c." by David Turner · 15 years ago
  28. 5751c54 bionic: add missing NULL check from memory allocation on record_backtrace() by André Goddard Rosa · 15 years ago
  29. 95faece merge from open-source master by The Android Open Source Project · 15 years ago
  30. 350bb35 bionic: fix memory leak in get_malloc_leak_info() error path by André Goddard Rosa · 15 years ago
  31. 3f61212 bionic: clear only the part of the buffer which is not overwritten afterward by André Goddard Rosa · 15 years ago
  32. 5207d78 Fix typo that broke recursive mutexes implementation. by David 'Digit' Turner · 15 years ago
  33. b5e4a41 pthread: Use private futexes by default in condition variables by David 'Digit' Turner · 15 years ago
  34. 377d4c9 merge from open-source master by The Android Open Source Project · 15 years ago
  35. 88f06cd Use private futexes for pthread_mutex_t. by David 'Digit' Turner · 15 years ago
  36. 1825fb5 Merge "bionic: on pthread_join(), avoid extra check in case we find the thread" by David Turner · 15 years ago
  37. c0e4642 Merge "bionic: ftell() returns a long, not an int" by David Turner · 15 years ago
  38. ee7b077 Add pthread_condattr_init/destroy/setpshared/getpshared by David 'Digit' Turner · 15 years ago
  39. 40e6b82 Fix indentation in pthread mutex implementation. by David 'Digit' Turner · 15 years ago
  40. a9c41a8 Merge "bionic: remove unneeded variable from chk_realloc()" by David Turner · 15 years ago
  41. 8641833 Revert "bionic: pthread: use private futexes by default for mutexes and condvars" by Fabrice Di Meglio · 15 years ago
  42. ba9c6f0 bionic: pthread: use private futexes by default for mutexes and condvars by David 'Digit' Turner · 15 years ago
  43. 9f69156 bonic: libc: cpuacct support for setuid functions by Mike Chan · 15 years ago
  44. 8f8b531 Fix pthread_sigmask() to return correct error values. by David 'Digit' Turner · 15 years ago
  45. b554623 Merge "Merge memory checking functionality from sandbox" by Vladimir Chtchetkine · 15 years ago
  46. 75fba68 Merge memory checking functionality from sandbox by Vladimir Chtchetkine · 15 years ago
  47. 4f920f6 Fix sem_post() behaviour to wake up multiple waiting threads. by David 'Digit' Turner · 15 years ago
  48. 294dd0b Fix sem_trywait() implementation + update changelog. by David 'Digit' Turner · 15 years ago
  49. 1dcf07a Fix android_id_from_name to accept "app_0" as a valid ID. by David 'Digit' Turner · 15 years ago
  50. 699237b bionic: equalize the <unknown> program name between ssp.c and libc_init_common.c by André Goddard Rosa · 15 years ago
  51. 291100c bionic: remove unneeded variable from chk_realloc() by André Goddard Rosa · 15 years ago
  52. a28336c bionic: on pthread_join(), avoid extra check in case we find the thread by André Goddard Rosa · 15 years ago
  53. 3b06c12 bionic: ftell() returns a long, not an int by André Goddard Rosa · 15 years ago
  54. 97cf7f3 Implement clone() C library function properly. by David 'Digit' Turner · 16 years ago
  55. fc10b24 Add implementation of fdprintf, clearenv, and stubs for ttyname_r, *usershell by Colin Cross · 16 years ago
  56. 64ceac3 Add fts, err, and sys/queue for grep by Colin Cross · 16 years ago
  57. c22da7e Fix log channel initialization at bionic/logd_write.c. by Alexey Tarasov · 16 years ago
  58. 5cdb2b7 Fix libc logging implementation. by Andy McFadden · 16 years ago
  59. fdfa167 am 362b2aab: Merge change Ib4550a04 into eclair-mr2 by Vladimir Chtchetkine · 16 years ago
  60. b74ceb2 Split libc_debug.so into two .so modules loaded on demand from libc.so by Vladimir Chtchetkine · 16 years ago
  61. 9560452 merge from eclair by Jean-Baptiste Queru · 16 years ago
  62. 194d3fa eclair snapshot by Jean-Baptiste Queru · 16 years ago
  63. 7e5e9f4 am bc10cd29: Fix a typo that resulted in a crash in the boot sequence by David 'Digit' Turner · 16 years ago
  64. bc10cd2 Fix a typo that resulted in a crash in the boot sequence by David 'Digit' Turner · 16 years ago
  65. 9641805 am d154954f: Merge change 26419 into eclair by David 'Digit' Turner · 16 years ago
  66. 3f56b7f Add pthread_mutex_lock_timeout_np by David 'Digit' Turner · 16 years ago
  67. 895244b merge from open-source master by Jean-Baptiste Queru · 16 years ago
  68. a4e67f4 Remove code duplication for pthread_cond_timeout_np : use __pthread_cond_timedwait_relative helper by Matthieu CASTET · 17 years ago
  69. 00fb8b4 merge from open-source master by Jean-Baptiste Queru · 16 years ago
  70. cc05d12 Changed logging functions in bionic/logd_write.c. by Alexey Tarasov · 17 years ago
  71. 44ac5d5 merge from open-source master by Jean-Baptiste Queru · 16 years ago
  72. bb08537 Merge change 10057 by Android Code Review · 16 years ago
  73. e40fb3d am 39f3745c: Restore malloc debug. by Andy McFadden · 16 years ago
  74. 39f3745 Restore malloc debug. by Andy McFadden · 16 years ago
  75. d5b3513 am b56b5659: Fix the C library runtime initialization order. by David 'Digit' Turner · 16 years ago
  76. b56b565 Fix the C library runtime initialization order. by David 'Digit' Turner · 16 years ago
  77. b768116 allow pthread_mutexattr_setpshared to accept SHARED mutexes, since our current impl actually uses shared mutexes by Mathias Agopian · 16 years ago
  78. a2f5e21 added pthread_cond_timedwait_relative_np() by Mathias Agopian · 16 years ago
  79. c4eee37 Prevent a crash in the memory leak checker (which happened in chk_free()) by David 'Digit' Turner · 16 years ago
  80. 3a654b1 Revert "Fix the C library initialization to avoid calling static C++ constructors twice." by David 'Digit' Turner · 16 years ago
  81. f30dae9 Add mspace_merge_objects by Barry Hayes · 16 years ago
  82. 03eabfe Fix the C library initialization to avoid calling static C++ constructors twice. by David 'Digit' Turner · 16 years ago
  83. 0ba91ed Fix __eabi_atexit() implementation, as well as a bug in the BSD-originated __cxa_finalize() implementation by David 'Digit' Turner · 16 years ago
  84. d386afc revert to previous implementation of __aeabi_atexit() since the new one seems to crash a static ICU String destructor. by David 'Digit' Turner · 16 years ago
  85. 3e16f84 Fix __aeabi_atexit to call __cxa_atexit properly. This function is defined by the C++ ABI for ARM document. by David 'Digit' Turner · 16 years ago
  86. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  87. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  88. a799b53 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  89. fe57450 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  90. 6f04a0f auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  91. 2489551 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  92. 9f65adf auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  93. d375275 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 17 years ago
  94. e5cc1f3 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 17 years ago
  95. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  96. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago