1. 0640b91 Merge changes from topic 'bionic_unavailable' by Josh Gao · 10 years ago
  2. 29226f3 Tag unavailable functions with macro. by Josh Gao · 10 years ago
  3. c194fd3 Delete declarations which don't exist. by Josh Gao · 10 years ago
  4. b5f5879 Enable clang builds of mips/mips64 in bionic again. by Stephen Hines · 10 years ago
  5. e1be20f Merge "Fix DNS search path info." by Pierre Imai · 10 years ago
  6. 1b069a9 Fix DNS search path info. by Pierre Imai · 10 years ago
  7. d8ca92c Make <sys/user.h> compile on AArch64. by Josh Gao · 10 years ago
  8. 722ab05 bionic: Implement getpwent and getgrent by Mark Salyzyn · 10 years ago
  9. 4d9a97b Merge changes I6059b68e,I11a7257a by Pierre Imai · 10 years ago
  10. 97c9d73 Add new info functions to resolver for use by Netd. by Pierre Imai · 10 years ago
  11. fff3567 Store DNS server count in resolv_cache. by Pierre Imai · 10 years ago
  12. 97fd7d9 Change pointer to allocation in unit tests. by Christopher Ferris · 10 years ago
  13. 1c3a5d8 Merge "Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL" by Than McIntosh · 10 years ago
  14. bd26f23 Merge "Update sanitize property format" by Colin Cross · 10 years ago
  15. 96d961c Merge "Add malloc debug documentation." by Christopher Ferris · 10 years ago
  16. 2c32c20 Merge "Fix ftw/nftw to only report unreadable directories once." by Elliott Hughes · 10 years ago
  17. f917ed3 Merge "Small fixes to malloc debug." by Christopher Ferris · 10 years ago
  18. 13d79ab Fix ftw/nftw to only report unreadable directories once. by Elliott Hughes · 10 years ago
  19. ab6c7de Merge "Revert "Temporary move __udivdi3 back to LIBC for x86"" by Dimitry Ivanov · 10 years ago
  20. 9f39326 Revert "Temporary move __udivdi3 back to LIBC for x86" by Dimitry Ivanov · 10 years ago
  21. 27c43c5 Update sanitize property format by Colin Cross · 10 years ago
  22. 713a8e3 Add malloc debug documentation. by Christopher Ferris · 10 years ago
  23. ea26b33 Small fixes to malloc debug. by Christopher Ferris · 10 years ago
  24. b8e1b705 Make the legacy inline headers compile standalone. by Josh Gao · 10 years ago
  25. 99739d4 Don't redefine __ANDROID_API__. by Josh Gao · 10 years ago
  26. 26bc9c6 Move <sys/_sigdefs.h> and <sys/_errdefs.h> to private. by Josh Gao · 10 years ago
  27. 55a89a4 Small refactor. by Christopher Ferris · 10 years ago
  28. 77d57bf Rename deps property to objs in cc_objects by Colin Cross · 10 years ago
  29. fc8ed2f Update Android.bp to match Android.mk by Colin Cross · 10 years ago
  30. eccca04 Merge "Update Android.bp to match Android.mk" by Colin Cross · 10 years ago
  31. a588f90 Remove fabs, fabsf, fabsl inlines from <math.h>. by Josh Gao · 10 years ago
  32. 08794d4 Merge changes Ife4692e4,I7304cc1d,If19653d0,I769ca792,I93625d19, ... by Josh Gao · 10 years ago
  33. 8c8ef59 Move <sys/sysconf.h> to <bits/sysconf.h>. by Josh Gao · 10 years ago
  34. 752a82c Remove mbstowcs from <wchar.h>. by Josh Gao · 10 years ago
  35. 7449e59 Extract getopt and friends to <bits/getopt.h> by Josh Gao · 10 years ago
  36. a6c8546 Remove declaration of unlinkat from <fcntl.h>. by Josh Gao · 10 years ago
  37. 98e574c Extract ioctl to <bits/ioctl.h>. by Josh Gao · 10 years ago
  38. ee8d169 Extract fcntl to <bits/fcntl.h>. by Josh Gao · 10 years ago
  39. c3cec27 Extract strcasecmp and friends to <bits/strcasecmp.h>. by Josh Gao · 10 years ago
  40. 0d8e141 Make <bits/lockf.h> compile standalone. by Josh Gao · 10 years ago
  41. 2675a9e Make <android/dlext.h> compile standalone. by Josh Gao · 10 years ago
  42. b839610 Update Android.bp to match Android.mk by Colin Cross · 10 years ago
  43. ef7c95b Make the network headers compile standalone. by Josh Gao · 10 years ago
  44. 70856fb Remove duplicate declaration of mlock, munlock. by Josh Gao · 10 years ago
  45. 6cfb84b Add trivial no-op <nl_types.h>. by Elliott Hughes · 10 years ago
  46. 5e843fb Merge "Teach our script to ignore more dead POSIX stuff." by Elliott Hughes · 10 years ago
  47. 8d387ee fix oem_XXXX ids to incorporate both ranges by Mark Salyzyn · 10 years ago
  48. 187d37d Teach our script to ignore more dead POSIX stuff. by Elliott Hughes · 10 years ago
  49. 26fda77 Fix b64_pton. by Elliott Hughes · 10 years ago
  50. 37b23cb Merge "Add <sys/quota.h>." by Elliott Hughes · 10 years ago
  51. eafad49 Add <sys/quota.h>. by Elliott Hughes · 10 years ago
  52. 83b44a9 Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL by Lazar Trsic · 10 years ago
  53. e4510a2 Break up the rest of stubs.cpp. by Elliott Hughes · 10 years ago
  54. af11ec2 Merge "bionic: split out getpwnam and friends" by Mark Salyzyn · 10 years ago
  55. b38347a bionic: split out getpwnam and friends by Mark Salyzyn · 10 years ago
  56. 360800d Reduce the amount of logging in Bionic's resolver. by Pierre Imai · 10 years ago
  57. 7f72ad4 Add sync_file_range to <fcntl.h>. by Elliott Hughes · 10 years ago
  58. 55147ad Add missing prototype for readahead in <fcntl.h>. by Elliott Hughes · 10 years ago
  59. c9291e1 Merge "Add POSIX getsubopt(3)." by Elliott Hughes · 10 years ago
  60. 7897405 Merge "Add SysV signal handling" by Elliott Hughes · 10 years ago
  61. 14fc307 Merge "Fix off-by-one error in res_cache.c" by Pierre Imai · 10 years ago
  62. 03844d8 Fix off-by-one error in res_cache.c by Pierre Imai · 10 years ago
  63. ce3101f Merge "Ignore unreliable DNS servers." by Pierre Imai · 10 years ago
  64. 6b3f0d6 Ignore unreliable DNS servers. by Pierre Imai · 10 years ago
  65. 5b528c0 Merge "Make it harder to use a broken legacy function by accident." by Elliott Hughes · 10 years ago
  66. df143f8 Add POSIX getsubopt(3). by Elliott Hughes · 10 years ago
  67. 9a30714 Merge "Format code to calculate thread stack and signal stack." by Yabin Cui · 10 years ago
  68. 5375bf6 Add SysV signal handling by Greg Hackmann · 10 years ago
  69. ff624c2 Format code to calculate thread stack and signal stack. by Yabin Cui · 10 years ago
  70. 5db4b6e Make it harder to use a broken legacy function by accident. by Elliott Hughes · 10 years ago
  71. be45b22 Update Android.bp with recent Android.mk changes by Dan Willemsen · 10 years ago
  72. afe835d Move math headers in with the other headers. by Elliott Hughes · 10 years ago
  73. 1e89584 Merge "Ensure only mips is using GCC to build bionic." by Elliott Hughes · 10 years ago
  74. af39abd Merge "Check current pid at libc initialization for 32-bit build." by Yabin Cui · 10 years ago
  75. cf73e00 Ensure only mips is using GCC to build bionic. by Elliott Hughes · 10 years ago
  76. cd3abe3 Tell GCC that sometimes we have to build deprecated functions. by Elliott Hughes · 10 years ago
  77. e9daecf Merge "Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE." by Elliott Hughes · 10 years ago
  78. 5dd13d0 Differentiate the MNTTYPE_* and MNTOPT_* constants. by Elliott Hughes · 10 years ago
  79. 1f1a51a Add a few missing types and constants to headers. by Elliott Hughes · 10 years ago
  80. 36733fc Check current pid at libc initialization for 32-bit build. by Yabin Cui · 10 years ago
  81. 96583dc Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE. by Elliott Hughes · 10 years ago
  82. eaf50be Merge "Add a checksum to jmp_buf on mips and mips64." by Josh Gao · 10 years ago
  83. a42789f Merge changes from topic 'setjmp_checksum_x86' by Josh Gao · 10 years ago
  84. 686e5f6 Add a checksum to jmp_buf on x86_64. by Josh Gao · 10 years ago
  85. c244fcb Delete lies from x86_64 setjmp implementation. by Josh Gao · 10 years ago
  86. 9260785 Add a checksum to jmp_buf on x86. by Josh Gao · 10 years ago
  87. 23aae1c Update Android.bp with getdomainname by Dan Willemsen · 10 years ago
  88. d15dfb2 clock_nanosleep: add CLOCK_THREAD_CPUTIME_ID special case by Greg Hackmann · 10 years ago
  89. 3299590 Add a checksum to jmp_buf on mips and mips64. by Predrag Blagojevic · 10 years ago
  90. dbf2e19 fixup x86 setdomainname.S by Nick Kralevich · 10 years ago
  91. d132099 Merge "Add hasmntopt(3)" by Greg Hackmann · 10 years ago
  92. d81143d Merge "libc: implement kernel vdso syscalls for i386" by Elliott Hughes · 10 years ago
  93. 76640d5 Merge "Add {get,set}domainname(2)" by Greg Hackmann · 10 years ago
  94. 3679ade Add hasmntopt(3) by Greg Hackmann · 10 years ago
  95. e2faf07 Add {get,set}domainname(2) by Greg Hackmann · 10 years ago
  96. be91052 libc: implement kernel vdso syscalls for i386 by Mingwei Shi · 10 years ago
  97. 2846ae7 Merge "epoll_create: reject size <= 0" by Greg Hackmann · 10 years ago
  98. 61cb584 Merge "clone: check for NULL child stack" by Greg Hackmann · 10 years ago
  99. 204990c Fix x86 __memset_chk. by Elliott Hughes · 10 years ago
  100. a03c62b epoll_create: reject size <= 0 by Greg Hackmann · 10 years ago