1. a9b706b am 66ad3429: Merge "gethnamaddr: make helper functions static" by Jean-Baptiste Queru · 15 years ago
  2. 66ad342 Merge "gethnamaddr: make helper functions static" by Jean-Baptiste Queru · 15 years ago
  3. 5dce6d1 am 5b81b918: libc: optimize memmove() with memcpy() if possible. by David 'Digit' Turner · 15 years ago
  4. 5b81b91 libc: optimize memmove() with memcpy() if possible. by David 'Digit' Turner · 15 years ago
  5. 0da2a8e am af00228b: Revert "libc: memmove(): non-overlapping block optim." by Marco Nelissen · 15 years ago
  6. af00228 Revert "libc: memmove(): non-overlapping block optim." by Marco Nelissen · 15 years ago
  7. 686af0b resolved conflicts for merge of defd1622 to gingerbread-plus-aosp by repo sync · 15 years ago
  8. a511f24 am 9973a564: libc: Add missing waitid() implementation. by David 'Digit' Turner · 15 years ago
  9. defd162 libc: add <sys/eventfd.h> and corresponding implementations. by David 'Digit' Turner · 15 years ago
  10. 052fbd8 am a3ae60d3: libc: Add missing fdatasync() implementation by David 'Digit' Turner · 15 years ago
  11. 9973a56 libc: Add missing waitid() implementation. by David 'Digit' Turner · 15 years ago
  12. a3ae60d libc: Add missing fdatasync() implementation by David 'Digit' Turner · 15 years ago
  13. 5b5212b am 307aadb8: Merge "libc: Add missing C++ guards to <pathconf.h>" into gingerbread by David 'Digit' Turner · 15 years ago
  14. 16922b7 am 79260746: Merge "libc: memmove(): non-overlapping block optim." into gingerbread by David 'Digit' Turner · 15 years ago
  15. 307aadb Merge "libc: Add missing C++ guards to <pathconf.h>" into gingerbread by David 'Digit' Turner · 15 years ago
  16. 7926074 Merge "libc: memmove(): non-overlapping block optim." into gingerbread by David 'Digit' Turner · 15 years ago
  17. 5d335a1 am 032a7135: Merge "libc: add missing O_CLOEXEC from <fcntl.h>" into gingerbread by David 'Digit' Turner · 15 years ago
  18. 914528c am 223ddfcf: Merge "libc: Add missing pipe2() declaration and implementation." into gingerbread by David 'Digit' Turner · 15 years ago
  19. 9aac382 am bd8d987b: libc: remove C++ comments from public headers. by David 'Digit' Turner · 15 years ago
  20. 032a713 Merge "libc: add missing O_CLOEXEC from <fcntl.h>" into gingerbread by David 'Digit' Turner · 15 years ago
  21. 223ddfc Merge "libc: Add missing pipe2() declaration and implementation." into gingerbread by David 'Digit' Turner · 15 years ago
  22. 8120a8d am 3cf53d1a: Fixes for the ARM-specific bswap_16, bswap_32, and bswap_64. by Elliott Hughes · 15 years ago
  23. e5c35e0 gethnamaddr: make helper functions static by Jim Huang · 15 years ago
  24. bd8d987 libc: remove C++ comments from public headers. by David 'Digit' Turner · 15 years ago
  25. 80fba9a libc: memmove(): non-overlapping block optim. by David 'Digit' Turner · 15 years ago
  26. 00eea3f libc: add missing O_CLOEXEC from <fcntl.h> by David 'Digit' Turner · 15 years ago
  27. 275cd48 libc: Add missing pipe2() declaration and implementation. by David 'Digit' Turner · 15 years ago
  28. f33a770 libc: Add missing C++ guards to <pathconf.h> by David 'Digit' Turner · 15 years ago
  29. 3cf53d1 Fixes for the ARM-specific bswap_16, bswap_32, and bswap_64. by Elliott Hughes · 15 years ago
  30. 6dbfddf am b9e49ad5: Use a recursive lock for pthread_once. DO NOT MERGE. by Wink Saville · 15 years ago
  31. b9e49ad Use a recursive lock for pthread_once. DO NOT MERGE. by Wink Saville · 15 years ago
  32. b6e3fb0 am cb99ab98: Add wmemcmp to Android.mk by Kenny Root · 15 years ago
  33. ef3644d am 312be567: Merge "Use ARMv6 instruction for handling byte order" by Jean-Baptiste Queru · 15 years ago
  34. 312be56 Merge "Use ARMv6 instruction for handling byte order" by Jean-Baptiste Queru · 15 years ago
  35. 6bf08d1 am 3558834c: Merge "Move the atom optimization flags into TARGET_linux-x86.mk." by Jean-Baptiste Queru · 15 years ago
  36. cb99ab9 Add wmemcmp to Android.mk by Kenny Root · 15 years ago
  37. 3558834 Merge "Move the atom optimization flags into TARGET_linux-x86.mk." by Jean-Baptiste Queru · 15 years ago
  38. d7b156d am 3a1bbee3: Add eventfd system call support by Keith Deacon · 15 years ago
  39. 9579ee3 am 6e42398d: Merge "Fix return value." into gingerbread by rich cannings · 15 years ago
  40. 6e42398 Merge "Fix return value." into gingerbread by rich cannings · 15 years ago
  41. e44cb1a Fix return value. by rich cannings · 15 years ago
  42. 3a1bbee Add eventfd system call support by Keith Deacon · 15 years ago
  43. 3fda870 am cc6b1829: Merge "Make timezones available to the host build." into gingerbread by Jesse Wilson · 15 years ago
  44. cc6b182 Merge "Make timezones available to the host build." into gingerbread by Jesse Wilson · 15 years ago
  45. e77d54d Make timezones available to the host build. by Jesse Wilson · 15 years ago
  46. aa35095 Use ARMv6 instruction for handling byte order by Jim Huang · 15 years ago
  47. 994b68f resolved conflicts for merge of 6a51defa to gingerbread-plus-aosp by David 'Digit' Turner · 15 years ago
  48. 6a51def Fix __get_tls() in static C library to use kernel helpers. by David 'Digit' Turner · 15 years ago
  49. 41e533a added missing ether_aton and ether_ntoa by Szymon Jakubczak · 16 years ago
  50. 3871d57 Revert "added missing ether_aton and ether_ntoa" by Jean-Baptiste Queru · 15 years ago
  51. 1ff9108 am 52e7d3d9: Bulletproof leak dump against null hash entries by Christopher Tate · 15 years ago
  52. 52e7d3d Bulletproof leak dump against null hash entries by Christopher Tate · 15 years ago
  53. a172709 bionic: Rename _ARM_HAVE_LDREX_STREX to __ARM_HAVE_LDREX_STREX for consistency by Jim Huang · 15 years ago
  54. 91af9e6 am 18c5bcc6: Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 15 years ago
  55. 18c5bcc Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 15 years ago
  56. 37443ed am 7ed132a1: bionic: update processed kernel header msm_camera.h by Wu-cheng Li · 15 years ago
  57. 7ed132a bionic: update processed kernel header msm_camera.h by Wu-cheng Li · 15 years ago
  58. a685faf am cd7014fd: Update time zone data to the new version 2010k. by Eric Fischer · 15 years ago
  59. cd7014f Update time zone data to the new version 2010k. by Eric Fischer · 15 years ago
  60. 0291b0c resolved conflicts for merge of 6774809b to gingerbread-plus-aosp by David 'Digit' Turner · 15 years ago
  61. 26c15a8 Move the atom optimization flags into TARGET_linux-x86.mk. by Chih-Wei Huang · 15 years ago
  62. 6d4d8cb resolved conflicts for merge of 4f086aeb to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  63. 4f086ae Implemented pthread_atfork() by Matt Fischer · 16 years ago
  64. 6774809 linker: Support dlopen(NULL, ...) properly. by David 'Digit' Turner · 15 years ago
  65. 4e69dfe am 9d1f5afc: bionic: update processed kernel header msm_camera.h by Wu-cheng Li · 15 years ago
  66. 77ec41c merge from open-source master by The Android Open Source Project · 15 years ago
  67. 9d1f5af bionic: update processed kernel header msm_camera.h by Wu-cheng Li · 15 years ago
  68. e73a571 Add kernel header file ipv6_route.h in bionic. by Banavathu, Srinivas Naik · 16 years ago
  69. 90e83bc merge from open-source master by The Android Open Source Project · 15 years ago
  70. 7f21626 Merge "Fix undefined reference to dl_iterate_phdr for x86" by Jean-Baptiste Queru · 15 years ago
  71. 0e78f78 merge from open-source master by The Android Open Source Project · 15 years ago
  72. 611793d merge from open-source master by The Android Open Source Project · 15 years ago
  73. ea5adb5 am cb7e8c5e: libc: update alarm() implementation to return 0 on error. by David 'Digit' Turner · 15 years ago
  74. 7ab9c06 am ab8b5410: libc: fix fstatfs() implementation. by David 'Digit' Turner · 15 years ago
  75. cb7e8c5 libc: update alarm() implementation to return 0 on error. by David 'Digit' Turner · 15 years ago
  76. ab8b541 libc: fix fstatfs() implementation. by David 'Digit' Turner · 15 years ago
  77. fc6d95b Merge "Change-Id: I68cc462aeb2460345a53bdb9941ce4bfc10456fb bionic: fix clearenv() compiler warning and related comment typos" by Jean-Baptiste Queru · 15 years ago
  78. aa46fa2 Fix undefined reference to dl_iterate_phdr for x86 by Bruce Beare · 15 years ago
  79. 1698442 Fix missing NL by Bruce Beare · 16 years ago
  80. 2576abf am 51976326: libc: Fix sem_post() implementation to wake up all waiting threads. by David 'Digit' Turner · 16 years ago
  81. 5197632 libc: Fix sem_post() implementation to wake up all waiting threads. by David 'Digit' Turner · 16 years ago
  82. 424d027 merge from open-source master by The Android Open Source Project · 16 years ago
  83. d6f3185 merge from open-source master by The Android Open Source Project · 16 years ago
  84. 6fce15c Merge "Regenerate linux/netfilter_ipv6/ip6_tables.h." by Jean-Baptiste Queru · 16 years ago
  85. 3b43f87 Allow dlclose() to properly call static C++ destructors. by David 'Digit' Turner · 16 years ago
  86. 7d1d98b am a02b93bd: libc: add sanity checks to pthread_mutex_destroy() by David 'Digit' Turner · 16 years ago
  87. a02b93b libc: add sanity checks to pthread_mutex_destroy() by David 'Digit' Turner · 16 years ago
  88. c1a534b Regenerate linux/netfilter_ipv6/ip6_tables.h. by Vilmos Nebehaj · 16 years ago
  89. 2bf607d Change-Id: I68cc462aeb2460345a53bdb9941ce4bfc10456fb by Chris Peterson · 16 years ago
  90. 0a79d21 am fa5755ae: Merge "Add clean headers for 7x30 video codec." into gingerbread by Nick Pelly · 16 years ago
  91. fa5755a Merge "Add clean headers for 7x30 video codec." into gingerbread by Nick Pelly · 16 years ago
  92. 21baae3 Add clean headers for 7x30 video codec. by Nick Pelly · 16 years ago
  93. cb0f5ed am 50ace4fe: Remove compiler warnings when building Bionic. by David 'Digit' Turner · 16 years ago
  94. 50ace4f Remove compiler warnings when building Bionic. by David 'Digit' Turner · 16 years ago
  95. e1a739e am 6a9b888d: Allow static C++ destructors to be properly called on dlclose(). by David 'Digit' Turner · 16 years ago
  96. 6a9b888 Allow static C++ destructors to be properly called on dlclose(). by David 'Digit' Turner · 16 years ago
  97. e8f79c1 merge from open-source master by The Android Open Source Project · 16 years ago
  98. c6b5cd8 Merge "Fix for incorrect reply from sysconf(_SC_NPROCESSORS_ONLN)" by David Turner · 16 years ago
  99. b44fcd6 Fix for incorrect reply from sysconf(_SC_NPROCESSORS_ONLN) by Mikael Ohlson · 16 years ago
  100. f201ae8 am 6a09cfd9: Merge "wchar.h: improve wchar_t support in Bionic" into kraken by David 'Digit' Turner · 16 years ago