1. 9973a56 libc: Add missing waitid() implementation. by David 'Digit' Turner · 14 years ago
  2. a3ae60d libc: Add missing fdatasync() implementation by David 'Digit' Turner · 14 years ago
  3. 307aadb Merge "libc: Add missing C++ guards to <pathconf.h>" into gingerbread by David 'Digit' Turner · 14 years ago
  4. 7926074 Merge "libc: memmove(): non-overlapping block optim." into gingerbread by David 'Digit' Turner · 14 years ago
  5. 032a713 Merge "libc: add missing O_CLOEXEC from <fcntl.h>" into gingerbread by David 'Digit' Turner · 14 years ago
  6. 223ddfc Merge "libc: Add missing pipe2() declaration and implementation." into gingerbread by David 'Digit' Turner · 14 years ago
  7. bd8d987 libc: remove C++ comments from public headers. by David 'Digit' Turner · 14 years ago
  8. 80fba9a libc: memmove(): non-overlapping block optim. by David 'Digit' Turner · 14 years ago
  9. 00eea3f libc: add missing O_CLOEXEC from <fcntl.h> by David 'Digit' Turner · 14 years ago
  10. 275cd48 libc: Add missing pipe2() declaration and implementation. by David 'Digit' Turner · 14 years ago
  11. f33a770 libc: Add missing C++ guards to <pathconf.h> by David 'Digit' Turner · 14 years ago
  12. b9e49ad Use a recursive lock for pthread_once. DO NOT MERGE. by Wink Saville · 14 years ago
  13. cb99ab9 Add wmemcmp to Android.mk by Kenny Root · 14 years ago
  14. 6e42398 Merge "Fix return value." into gingerbread by rich cannings · 14 years ago
  15. e44cb1a Fix return value. by rich cannings · 14 years ago
  16. cc6b182 Merge "Make timezones available to the host build." into gingerbread by Jesse Wilson · 14 years ago
  17. e77d54d Make timezones available to the host build. by Jesse Wilson · 14 years ago
  18. 6a51def Fix __get_tls() in static C library to use kernel helpers. by David 'Digit' Turner · 14 years ago
  19. 52e7d3d Bulletproof leak dump against null hash entries by Christopher Tate · 14 years ago
  20. 18c5bcc Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 14 years ago
  21. 7ed132a bionic: update processed kernel header msm_camera.h by Wu-cheng Li · 14 years ago
  22. cd7014f Update time zone data to the new version 2010k. by Eric Fischer · 14 years ago
  23. 6774809 linker: Support dlopen(NULL, ...) properly. by David 'Digit' Turner · 14 years ago
  24. 9d1f5af bionic: update processed kernel header msm_camera.h by Wu-cheng Li · 14 years ago
  25. cb7e8c5 libc: update alarm() implementation to return 0 on error. by David 'Digit' Turner · 14 years ago
  26. ab8b541 libc: fix fstatfs() implementation. by David 'Digit' Turner · 14 years ago
  27. 5197632 libc: Fix sem_post() implementation to wake up all waiting threads. by David 'Digit' Turner · 14 years ago
  28. a02b93b libc: add sanity checks to pthread_mutex_destroy() by David 'Digit' Turner · 14 years ago
  29. fa5755a Merge "Add clean headers for 7x30 video codec." into gingerbread by Nick Pelly · 14 years ago
  30. 21baae3 Add clean headers for 7x30 video codec. by Nick Pelly · 14 years ago
  31. 50ace4f Remove compiler warnings when building Bionic. by David 'Digit' Turner · 14 years ago
  32. 6a9b888 Allow static C++ destructors to be properly called on dlclose(). by David 'Digit' Turner · 14 years ago
  33. 3527fd6 wchar.h: improve wchar_t support in Bionic by David 'Digit' Turner · 14 years ago
  34. da3019b libc: add missing truncate() declaration by David 'Digit' Turner · 14 years ago
  35. ecb6d41 libc: Add missing <termio.h> header by David 'Digit' Turner · 14 years ago
  36. 6c8a2f2 libc: remove cutils dependencies by David 'Digit' Turner · 14 years ago
  37. 038fbae sysconf(): Fix line parser for /proc files. by David 'Digit' Turner · 14 years ago
  38. 9205fdf Add missing termios defns to bring on par with ARM - DO NOT MERGE by Bruce Beare · 14 years ago
  39. 410b2ae Add sincosl() function to bionic. So that sincos optimization can - DO NOT MERGE by David 'Digit' Turner · 14 years ago
  40. 506b13d Remove a gcc-4.5 compilation warning: by Jing Yu · 14 years ago
  41. b8e6c50 Fix setjmp()/longjmp() to save FP registers on ARMv7. - DO NOT MERGE by David 'Digit' Turner · 14 years ago
  42. aa4b1d0 Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - DO NOT MERGE by David 'Digit' Turner · 14 years ago
  43. 6304d8b Use private futexes for semaphores, unless they are initialized with pshared != 0. by David 'Digit' Turner · 14 years ago
  44. a8a2148 resolved conflicts for merge of 7b6e6fa5 to kraken by Jean-Baptiste Queru · 14 years ago
  45. 7b6e6fa merge from open-source master by The Android Open Source Project · 14 years ago
  46. f982f03 Merge "pthread: introduce pthread_setname_np() as a mean to give names to threads" by David Turner · 14 years ago
  47. fcd00eb Atomic/SMP update, part 3. by Andy McFadden · 14 years ago
  48. 4fdbadd Atomic/SMP update. by Andy McFadden · 14 years ago
  49. 78c1c04 pthread: introduce pthread_setname_np() as a mean to give names to threads by André Goddard Rosa · 14 years ago
  50. 8a1d2cf Add pthread_rwlock_t implementation to the C library (DO NOT MERGE) by David 'Digit' Turner · 14 years ago
  51. 8e1ee7f merge from open-source master by The Android Open Source Project · 14 years ago
  52. a910abc improve readability of stdio: fix indentation and remove trailing spaces by André Goddard Rosa · 15 years ago
  53. fdf2454 merge from open-source master by The Android Open Source Project · 14 years ago
  54. 1297428 Merge "Add declaration for sys_signame[] forgotten in change 12489" by David Turner · 14 years ago
  55. 4aef0ae merge from open-source master by The Android Open Source Project · 14 years ago
  56. e4fa46e Set SA_RESTORER in sigaction() by Matt Fischer · 15 years ago
  57. bb7928c merge from open-source master by The Android Open Source Project · 14 years ago
  58. 051ea9b stdio: simplify __fremovelock() by André Goddard Rosa · 15 years ago
  59. d791da7 Merge "string: tidy up strndup()" by David Turner · 14 years ago
  60. f450fa5 merge from open-source master by The Android Open Source Project · 14 years ago
  61. 0be7eda Merge "Fix log channel initialization at bionic/logd_write.c." by David Turner · 14 years ago
  62. 716e060 Merge "added headers for SuperH which automatically generate by update_all.py" by Jean-Baptiste Queru · 14 years ago
  63. 5751c54 bionic: add missing NULL check from memory allocation on record_backtrace() by André Goddard Rosa · 15 years ago
  64. c8a850b stdio: simplify vasprintf() by André Goddard Rosa · 15 years ago
  65. 6aed428 stdio: simplify asprintf() by André Goddard Rosa · 15 years ago
  66. e734769 improve readability of stdlib: fix indentation and remove trailing spaces by André Goddard Rosa · 15 years ago
  67. 95faece merge from open-source master by The Android Open Source Project · 14 years ago
  68. f1cd18b am 91638721: kernel_headers: Update rtnetlink/pkt_sched headers for 2.6.32 by San Mehat · 14 years ago
  69. 9163872 kernel_headers: Update rtnetlink/pkt_sched headers for 2.6.32 by San Mehat · 14 years ago
  70. 81569aa Add declaration for sys_signame[] forgotten in change 12489 by Thorsten Glaser · 15 years ago
  71. 1d16862 merge from open-source master by The Android Open Source Project · 14 years ago
  72. 5ffedb2 merge from open-source master by The Android Open Source Project · 14 years ago
  73. 350bb35 bionic: fix memory leak in get_malloc_leak_info() error path by André Goddard Rosa · 15 years ago
  74. f8916e2 Merge "bionic: clear only the part of the buffer which is not overwritten afterward" by David Turner · 14 years ago
  75. 8ab5b02 Merge changes Ibdc6e3c8,I9bcb91a2 by David Turner · 14 years ago
  76. 87ae0da Merge "Atom optimized string and memory routines" by David Turner · 14 years ago
  77. 62ac0dc merge from open-source master by The Android Open Source Project · 14 years ago
  78. 3f61212 bionic: clear only the part of the buffer which is not overwritten afterward by André Goddard Rosa · 14 years ago
  79. acdb052 stdlib: optimize bsearch() by André Goddard Rosa · 14 years ago
  80. 8ff1a27 Atom optimized string and memory routines by Bruce Beare · 14 years ago
  81. 58f0326 Android hack for size_t by Bruce Beare · 14 years ago
  82. 7e0bfb5 Fix comparison of IPv6 prefixes by Kenny Root · 14 years ago
  83. 4e383b8 libc: kernel: update msm_kgsl.h by Dima Zavin · 14 years ago
  84. 5207d78 Fix typo that broke recursive mutexes implementation. by David 'Digit' Turner · 14 years ago
  85. b5e4a41 pthread: Use private futexes by default in condition variables by David 'Digit' Turner · 14 years ago
  86. 377d4c9 merge from open-source master by The Android Open Source Project · 14 years ago
  87. 709a898 Merge "Fix strtod security bug." by David 'Digit' Turner · 14 years ago
  88. 88f06cd Use private futexes for pthread_mutex_t. by David 'Digit' Turner · 14 years ago
  89. 1825fb5 Merge "bionic: on pthread_join(), avoid extra check in case we find the thread" by David Turner · 14 years ago
  90. c0e4642 Merge "bionic: ftell() returns a long, not an int" by David Turner · 14 years ago
  91. ee7b077 Add pthread_condattr_init/destroy/setpshared/getpshared by David 'Digit' Turner · 14 years ago
  92. e2a8b1f Added support for dladdr() by Matt Fischer · 15 years ago
  93. ede2e75 Merge "x86 syscall system call implementation" by David Turner · 14 years ago
  94. b0ae864 Merge "Fix pread()/pwrite() stubs" by David Turner · 14 years ago
  95. 40e6b82 Fix indentation in pthread mutex implementation. by David 'Digit' Turner · 14 years ago
  96. a9c41a8 Merge "bionic: remove unneeded variable from chk_realloc()" by David Turner · 14 years ago
  97. 3f192f5 Merge "bionic: equalize the <unknown> program name between ssp.c and libc_init_common.c" by David Turner · 14 years ago
  98. dd8f3c8 Merge "improve readability of string: fix indentation and remove trailing spaces" by David Turner · 14 years ago
  99. 8641833 Revert "bionic: pthread: use private futexes by default for mutexes and condvars" by Fabrice Di Meglio · 14 years ago
  100. ba9c6f0 bionic: pthread: use private futexes by default for mutexes and condvars by David 'Digit' Turner · 14 years ago