1. 45d3cf9 Merge "Update Android.bp to match Android.mk" by Treehugger Robot · 10 years ago
  2. 3338ee5 Merge "Move glibc-syscalls.h into bits/." by Elliott Hughes · 10 years ago
  3. 3fb1b37 Merge "Remove <sys/utime.h>." by Elliott Hughes · 10 years ago
  4. d3b4166 Merge "Move the IEEE fp header out of the public headers." by Elliott Hughes · 10 years ago
  5. eb9b0a1 Merge "Move nsswitch.h into libc/dns/include." by Elliott Hughes · 10 years ago
  6. af5afdb Merge "Remove <net/if_ieee1394.h>." by Elliott Hughes · 10 years ago
  7. 5ab6f6c Merge "Remove <sys/ioctl_compat.h>." by Elliott Hughes · 10 years ago
  8. e10ff49 Remove <sys/utime.h>. by Elliott Hughes · 10 years ago
  9. d3f51a4 Merge "Remove unused <sys/socketcalls.h> header." by Elliott Hughes · 10 years ago
  10. 64959d2 Remove <sys/ioctl_compat.h>. by Elliott Hughes · 10 years ago
  11. 8aabbd7 Move glibc-syscalls.h into bits/. by Elliott Hughes · 10 years ago
  12. b0da576 Move the IEEE fp header out of the public headers. by Elliott Hughes · 10 years ago
  13. 82140be Remove <net/if_ieee1394.h>. by Elliott Hughes · 10 years ago
  14. 42d7527 Move nsswitch.h into libc/dns/include. by Elliott Hughes · 10 years ago
  15. 583a4f8 Merge changes I25dca710,I85fdf927,I667fe53e,I46bf95ac by Josh Gao · 10 years ago
  16. 6bad319 Remove unused <sys/socketcalls.h> header. by Elliott Hughes · 10 years ago
  17. ec46719 Merge "Fix various empty .h files in bionic." by Elliott Hughes · 10 years ago
  18. edfc5d7 Merge "Record the resolution start time on errors." by Lorenzo Colitti · 10 years ago
  19. 8b8611a Record the resolution start time on errors. by Pierre Imai · 10 years ago
  20. 6b3bec0 Fix various empty .h files in bionic. by Elliott Hughes · 10 years ago
  21. b089e46 Remove nonexported _ns_flagdata from public header. by Josh Gao · 10 years ago
  22. 5a3d5ca Add __INTRODUCED_IN_{32,64}. by Josh Gao · 10 years ago
  23. d51bc71 Add platform specific version tags. by Josh Gao · 10 years ago
  24. 34c599a Add __INTRODUCED_IN_FUTURE for unreleased APIs. by Josh Gao · 10 years ago
  25. 14adff1 Add versioning information to symbols. by Josh Gao · 10 years ago
  26. ee84786 Update Android.bp to match Android.mk by Colin Cross · 10 years ago
  27. 7e94d29 Remove __UNAVAILABLE. by Elliott Hughes · 10 years ago
  28. 146cbac Merge "Fix <wctype.h>." by Elliott Hughes · 10 years ago
  29. adc8d34 Merge "Remove declaration of pthread_cond_timeout_np." by Elliott Hughes · 10 years ago
  30. 216c300 Merge "Update timezone data to 2016d" by Neil Fuller · 10 years ago
  31. 418bdaf Merge "Update timezone data to 2016c" by Neil Fuller · 10 years ago
  32. f1b3852 Merge "Update timezone data to 2016b" by Neil Fuller · 10 years ago
  33. 7ba106c Fix <wctype.h>. by Elliott Hughes · 10 years ago
  34. bd8773d Merge "Implement mblen(3)." by Treehugger Robot · 10 years ago
  35. 6f6f905 Implement mblen(3). by Elliott Hughes · 10 years ago
  36. 1519a90 Merge "Remove -fvisibility=hidden from dns code" by Treehugger Robot · 10 years ago
  37. e5ed43b Remove -fvisibility=hidden from dns code by Dimitry Ivanov · 10 years ago
  38. 3615a52 Remove declaration of pthread_cond_timeout_np. by Elliott Hughes · 10 years ago
  39. b640e03 [mips64] Call __memset_chk_fail correctly for mips64. by Predrag Blagojevic · 10 years ago
  40. f5a9123 Add unwind information for r7 in arm syscalls. by Christopher Ferris · 10 years ago
  41. b3c1ff6 Merge "Make malloc debug symbols platform-private" by Treehugger Robot · 10 years ago
  42. 0640b91 Merge changes from topic 'bionic_unavailable' by Josh Gao · 10 years ago
  43. 54548d8 Make malloc debug symbols platform-private by Dimitry Ivanov · 10 years ago
  44. 29226f3 Tag unavailable functions with macro. by Josh Gao · 10 years ago
  45. c194fd3 Delete declarations which don't exist. by Josh Gao · 10 years ago
  46. b5f5879 Enable clang builds of mips/mips64 in bionic again. by Stephen Hines · 10 years ago
  47. e1be20f Merge "Fix DNS search path info." by Pierre Imai · 10 years ago
  48. 1b069a9 Fix DNS search path info. by Pierre Imai · 10 years ago
  49. d8ca92c Make <sys/user.h> compile on AArch64. by Josh Gao · 10 years ago
  50. 722ab05 bionic: Implement getpwent and getgrent by Mark Salyzyn · 10 years ago
  51. 60200a7 Update timezone data to 2016d by Neil Fuller · 10 years ago
  52. 2b55d7b Update timezone data to 2016c by Neil Fuller · 10 years ago
  53. 4d3a792 Update timezone data to 2016b by Neil Fuller · 10 years ago
  54. 4d9a97b Merge changes I6059b68e,I11a7257a by Pierre Imai · 10 years ago
  55. 97c9d73 Add new info functions to resolver for use by Netd. by Pierre Imai · 10 years ago
  56. fff3567 Store DNS server count in resolv_cache. by Pierre Imai · 10 years ago
  57. 97fd7d9 Change pointer to allocation in unit tests. by Christopher Ferris · 10 years ago
  58. 1c3a5d8 Merge "Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL" by Than McIntosh · 10 years ago
  59. bd26f23 Merge "Update sanitize property format" by Colin Cross · 10 years ago
  60. 96d961c Merge "Add malloc debug documentation." by Christopher Ferris · 10 years ago
  61. 2c32c20 Merge "Fix ftw/nftw to only report unreadable directories once." by Elliott Hughes · 10 years ago
  62. f917ed3 Merge "Small fixes to malloc debug." by Christopher Ferris · 10 years ago
  63. 13d79ab Fix ftw/nftw to only report unreadable directories once. by Elliott Hughes · 10 years ago
  64. ab6c7de Merge "Revert "Temporary move __udivdi3 back to LIBC for x86"" by Dimitry Ivanov · 10 years ago
  65. 9f39326 Revert "Temporary move __udivdi3 back to LIBC for x86" by Dimitry Ivanov · 10 years ago
  66. 27c43c5 Update sanitize property format by Colin Cross · 10 years ago
  67. 713a8e3 Add malloc debug documentation. by Christopher Ferris · 10 years ago
  68. ea26b33 Small fixes to malloc debug. by Christopher Ferris · 10 years ago
  69. b8e1b705 Make the legacy inline headers compile standalone. by Josh Gao · 10 years ago
  70. 99739d4 Don't redefine __ANDROID_API__. by Josh Gao · 10 years ago
  71. 26bc9c6 Move <sys/_sigdefs.h> and <sys/_errdefs.h> to private. by Josh Gao · 10 years ago
  72. 55a89a4 Small refactor. by Christopher Ferris · 10 years ago
  73. 77d57bf Rename deps property to objs in cc_objects by Colin Cross · 10 years ago
  74. fc8ed2f Update Android.bp to match Android.mk by Colin Cross · 10 years ago
  75. eccca04 Merge "Update Android.bp to match Android.mk" by Colin Cross · 10 years ago
  76. a588f90 Remove fabs, fabsf, fabsl inlines from <math.h>. by Josh Gao · 10 years ago
  77. 08794d4 Merge changes Ife4692e4,I7304cc1d,If19653d0,I769ca792,I93625d19, ... by Josh Gao · 10 years ago
  78. 8c8ef59 Move <sys/sysconf.h> to <bits/sysconf.h>. by Josh Gao · 10 years ago
  79. 752a82c Remove mbstowcs from <wchar.h>. by Josh Gao · 10 years ago
  80. 7449e59 Extract getopt and friends to <bits/getopt.h> by Josh Gao · 10 years ago
  81. a6c8546 Remove declaration of unlinkat from <fcntl.h>. by Josh Gao · 10 years ago
  82. 98e574c Extract ioctl to <bits/ioctl.h>. by Josh Gao · 10 years ago
  83. ee8d169 Extract fcntl to <bits/fcntl.h>. by Josh Gao · 10 years ago
  84. c3cec27 Extract strcasecmp and friends to <bits/strcasecmp.h>. by Josh Gao · 10 years ago
  85. 0d8e141 Make <bits/lockf.h> compile standalone. by Josh Gao · 10 years ago
  86. 2675a9e Make <android/dlext.h> compile standalone. by Josh Gao · 10 years ago
  87. b839610 Update Android.bp to match Android.mk by Colin Cross · 10 years ago
  88. ef7c95b Make the network headers compile standalone. by Josh Gao · 10 years ago
  89. 70856fb Remove duplicate declaration of mlock, munlock. by Josh Gao · 10 years ago
  90. 6cfb84b Add trivial no-op <nl_types.h>. by Elliott Hughes · 10 years ago
  91. 5e843fb Merge "Teach our script to ignore more dead POSIX stuff." by Elliott Hughes · 10 years ago
  92. 8d387ee fix oem_XXXX ids to incorporate both ranges by Mark Salyzyn · 10 years ago
  93. 187d37d Teach our script to ignore more dead POSIX stuff. by Elliott Hughes · 10 years ago
  94. 26fda77 Fix b64_pton. by Elliott Hughes · 10 years ago
  95. 37b23cb Merge "Add <sys/quota.h>." by Elliott Hughes · 10 years ago
  96. eafad49 Add <sys/quota.h>. by Elliott Hughes · 10 years ago
  97. 83b44a9 Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL by Lazar Trsic · 10 years ago
  98. e4510a2 Break up the rest of stubs.cpp. by Elliott Hughes · 10 years ago
  99. af11ec2 Merge "bionic: split out getpwnam and friends" by Mark Salyzyn · 10 years ago
  100. b38347a bionic: split out getpwnam and friends by Mark Salyzyn · 10 years ago