1. 1aeeeae am b8d2233e: Merge "libc: tag missing functions in system headers." into gingerbread by David 'Digit' Turner · 14 years ago
  2. b8d2233 Merge "libc: tag missing functions in system headers." into gingerbread by David 'Digit' Turner · 14 years ago
  3. a9b706b am 66ad3429: Merge "gethnamaddr: make helper functions static" by Jean-Baptiste Queru · 14 years ago
  4. 66ad342 Merge "gethnamaddr: make helper functions static" by Jean-Baptiste Queru · 14 years ago
  5. bb5581a libc: tag missing functions in system headers. by David 'Digit' Turner · 14 years ago
  6. 5dce6d1 am 5b81b918: libc: optimize memmove() with memcpy() if possible. by David 'Digit' Turner · 14 years ago
  7. 5b81b91 libc: optimize memmove() with memcpy() if possible. by David 'Digit' Turner · 14 years ago
  8. 0da2a8e am af00228b: Revert "libc: memmove(): non-overlapping block optim." by Marco Nelissen · 14 years ago
  9. af00228 Revert "libc: memmove(): non-overlapping block optim." by Marco Nelissen · 14 years ago
  10. 686af0b resolved conflicts for merge of defd1622 to gingerbread-plus-aosp by repo sync · 14 years ago
  11. a511f24 am 9973a564: libc: Add missing waitid() implementation. by David 'Digit' Turner · 14 years ago
  12. defd162 libc: add <sys/eventfd.h> and corresponding implementations. by David 'Digit' Turner · 14 years ago
  13. 052fbd8 am a3ae60d3: libc: Add missing fdatasync() implementation by David 'Digit' Turner · 14 years ago
  14. 9973a56 libc: Add missing waitid() implementation. by David 'Digit' Turner · 14 years ago
  15. a3ae60d libc: Add missing fdatasync() implementation by David 'Digit' Turner · 14 years ago
  16. 5b5212b am 307aadb8: Merge "libc: Add missing C++ guards to <pathconf.h>" into gingerbread by David 'Digit' Turner · 14 years ago
  17. 16922b7 am 79260746: Merge "libc: memmove(): non-overlapping block optim." into gingerbread by David 'Digit' Turner · 14 years ago
  18. 307aadb Merge "libc: Add missing C++ guards to <pathconf.h>" into gingerbread by David 'Digit' Turner · 14 years ago
  19. 7926074 Merge "libc: memmove(): non-overlapping block optim." into gingerbread by David 'Digit' Turner · 14 years ago
  20. 5d335a1 am 032a7135: Merge "libc: add missing O_CLOEXEC from <fcntl.h>" into gingerbread by David 'Digit' Turner · 14 years ago
  21. 914528c am 223ddfcf: Merge "libc: Add missing pipe2() declaration and implementation." into gingerbread by David 'Digit' Turner · 14 years ago
  22. 134f31e am 9df22a5a: Merge "libm: remove aliasing issue." into gingerbread by David 'Digit' Turner · 14 years ago
  23. 9aac382 am bd8d987b: libc: remove C++ comments from public headers. by David 'Digit' Turner · 14 years ago
  24. 032a713 Merge "libc: add missing O_CLOEXEC from <fcntl.h>" into gingerbread by David 'Digit' Turner · 14 years ago
  25. 223ddfc Merge "libc: Add missing pipe2() declaration and implementation." into gingerbread by David 'Digit' Turner · 14 years ago
  26. 9df22a5 Merge "libm: remove aliasing issue." into gingerbread by David 'Digit' Turner · 14 years ago
  27. 8120a8d am 3cf53d1a: Fixes for the ARM-specific bswap_16, bswap_32, and bswap_64. by Elliott Hughes · 14 years ago
  28. e5c35e0 gethnamaddr: make helper functions static by Jim Huang · 14 years ago
  29. ce2ebf8 libm: remove aliasing issue. by David 'Digit' Turner · 14 years ago
  30. bd8d987 libc: remove C++ comments from public headers. by David 'Digit' Turner · 14 years ago
  31. 80fba9a libc: memmove(): non-overlapping block optim. by David 'Digit' Turner · 14 years ago
  32. 00eea3f libc: add missing O_CLOEXEC from <fcntl.h> by David 'Digit' Turner · 14 years ago
  33. 275cd48 libc: Add missing pipe2() declaration and implementation. by David 'Digit' Turner · 14 years ago
  34. f33a770 libc: Add missing C++ guards to <pathconf.h> by David 'Digit' Turner · 14 years ago
  35. 3cf53d1 Fixes for the ARM-specific bswap_16, bswap_32, and bswap_64. by Elliott Hughes · 14 years ago
  36. 6dbfddf am b9e49ad5: Use a recursive lock for pthread_once. DO NOT MERGE. by Wink Saville · 14 years ago
  37. b9e49ad Use a recursive lock for pthread_once. DO NOT MERGE. by Wink Saville · 14 years ago
  38. f3833b6 am fedbcde6: add /vendor support by Brian Swetland · 14 years ago
  39. fedbcde add /vendor support by Brian Swetland · 14 years ago
  40. b6e3fb0 am cb99ab98: Add wmemcmp to Android.mk by Kenny Root · 14 years ago
  41. ef3644d am 312be567: Merge "Use ARMv6 instruction for handling byte order" by Jean-Baptiste Queru · 14 years ago
  42. 312be56 Merge "Use ARMv6 instruction for handling byte order" by Jean-Baptiste Queru · 14 years ago
  43. 6bf08d1 am 3558834c: Merge "Move the atom optimization flags into TARGET_linux-x86.mk." by Jean-Baptiste Queru · 14 years ago
  44. cb99ab9 Add wmemcmp to Android.mk by Kenny Root · 14 years ago
  45. 3558834 Merge "Move the atom optimization flags into TARGET_linux-x86.mk." by Jean-Baptiste Queru · 14 years ago
  46. d7b156d am 3a1bbee3: Add eventfd system call support by Keith Deacon · 14 years ago
  47. 9579ee3 am 6e42398d: Merge "Fix return value." into gingerbread by rich cannings · 14 years ago
  48. 6e42398 Merge "Fix return value." into gingerbread by rich cannings · 14 years ago
  49. e44cb1a Fix return value. by rich cannings · 14 years ago
  50. 3a1bbee Add eventfd system call support by Keith Deacon · 14 years ago
  51. 3fda870 am cc6b1829: Merge "Make timezones available to the host build." into gingerbread by Jesse Wilson · 14 years ago
  52. cc6b182 Merge "Make timezones available to the host build." into gingerbread by Jesse Wilson · 14 years ago
  53. e77d54d Make timezones available to the host build. by Jesse Wilson · 14 years ago
  54. 97b06ef Merge (ignore) from open-source master tree by Jean-Baptiste Queru · 14 years ago
  55. aa35095 Use ARMv6 instruction for handling byte order by Jim Huang · 14 years ago
  56. 994b68f resolved conflicts for merge of 6a51defa to gingerbread-plus-aosp by David 'Digit' Turner · 14 years ago
  57. 6a51def Fix __get_tls() in static C library to use kernel helpers. by David 'Digit' Turner · 14 years ago
  58. 41e533a added missing ether_aton and ether_ntoa by Szymon Jakubczak · 14 years ago
  59. 0a4a393 am 22f1e3d4: Apply https://android-git.corp.google.com/g/60855 to dalvik-dev. by Brian Carlstrom · 14 years ago
  60. 6b8c6a2 am a7161902: linker: fix overwriting the real linker error string by Dima Zavin · 14 years ago
  61. 3871d57 Revert "added missing ether_aton and ether_ntoa" by Jean-Baptiste Queru · 14 years ago
  62. 22f1e3d Apply https://android-git.corp.google.com/g/60855 to dalvik-dev. by Brian Carlstrom · 14 years ago
  63. a716190 linker: fix overwriting the real linker error string by Dima Zavin · 14 years ago
  64. 1ff9108 am 52e7d3d9: Bulletproof leak dump against null hash entries by Christopher Tate · 14 years ago
  65. 52e7d3d Bulletproof leak dump against null hash entries by Christopher Tate · 14 years ago
  66. a172709 bionic: Rename _ARM_HAVE_LDREX_STREX to __ARM_HAVE_LDREX_STREX for consistency by Jim Huang · 14 years ago
  67. 91af9e6 am 18c5bcc6: Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 14 years ago
  68. 18c5bcc Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 14 years ago
  69. 37443ed am 7ed132a1: bionic: update processed kernel header msm_camera.h by Wu-cheng Li · 14 years ago
  70. 7ed132a bionic: update processed kernel header msm_camera.h by Wu-cheng Li · 14 years ago
  71. a685faf am cd7014fd: Update time zone data to the new version 2010k. by Eric Fischer · 14 years ago
  72. cd7014f Update time zone data to the new version 2010k. by Eric Fischer · 14 years ago
  73. 0291b0c resolved conflicts for merge of 6774809b to gingerbread-plus-aosp by David 'Digit' Turner · 14 years ago
  74. 26c15a8 Move the atom optimization flags into TARGET_linux-x86.mk. by Chih-Wei Huang · 14 years ago
  75. 6d4d8cb resolved conflicts for merge of 4f086aeb to gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  76. 4f086ae Implemented pthread_atfork() by Matt Fischer · 14 years ago
  77. 6774809 linker: Support dlopen(NULL, ...) properly. by David 'Digit' Turner · 14 years ago
  78. 4e69dfe am 9d1f5afc: bionic: update processed kernel header msm_camera.h by Wu-cheng Li · 14 years ago
  79. 77ec41c merge from open-source master by The Android Open Source Project · 14 years ago
  80. 9d1f5af bionic: update processed kernel header msm_camera.h by Wu-cheng Li · 14 years ago
  81. e73a571 Add kernel header file ipv6_route.h in bionic. by Banavathu, Srinivas Naik · 14 years ago
  82. 90e83bc merge from open-source master by The Android Open Source Project · 14 years ago
  83. b7ebc3b am b97c44dc: add meta-files about 3rd party projects by The Android Open Source Project · 14 years ago
  84. b97c44d add meta-files about 3rd party projects by The Android Open Source Project · 14 years ago
  85. 7f21626 Merge "Fix undefined reference to dl_iterate_phdr for x86" by Jean-Baptiste Queru · 14 years ago
  86. 0e78f78 merge from open-source master by The Android Open Source Project · 14 years ago
  87. 611793d merge from open-source master by The Android Open Source Project · 14 years ago
  88. ea5adb5 am cb7e8c5e: libc: update alarm() implementation to return 0 on error. by David 'Digit' Turner · 14 years ago
  89. 7ab9c06 am ab8b5410: libc: fix fstatfs() implementation. by David 'Digit' Turner · 14 years ago
  90. cb7e8c5 libc: update alarm() implementation to return 0 on error. by David 'Digit' Turner · 14 years ago
  91. ab8b541 libc: fix fstatfs() implementation. by David 'Digit' Turner · 14 years ago
  92. fc6d95b Merge "Change-Id: I68cc462aeb2460345a53bdb9941ce4bfc10456fb bionic: fix clearenv() compiler warning and related comment typos" by Jean-Baptiste Queru · 14 years ago
  93. aa46fa2 Fix undefined reference to dl_iterate_phdr for x86 by Bruce Beare · 14 years ago
  94. 1698442 Fix missing NL by Bruce Beare · 14 years ago
  95. 973a83f am d466780c: Add missing SMP barriers to libstdc++ by David 'Digit' Turner · 14 years ago
  96. d466780 Add missing SMP barriers to libstdc++ by David 'Digit' Turner · 14 years ago
  97. 2576abf am 51976326: libc: Fix sem_post() implementation to wake up all waiting threads. by David 'Digit' Turner · 14 years ago
  98. 5197632 libc: Fix sem_post() implementation to wake up all waiting threads. by David 'Digit' Turner · 14 years ago
  99. 424d027 merge from open-source master by The Android Open Source Project · 14 years ago
  100. d6f3185 merge from open-source master by The Android Open Source Project · 14 years ago