1. 8aabbd7 Move glibc-syscalls.h into bits/. by Elliott Hughes · 9 years ago
  2. 6b3bec0 Fix various empty .h files in bionic. by Elliott Hughes · 9 years ago
  3. 5a3d5ca Add __INTRODUCED_IN_{32,64}. by Josh Gao · 9 years ago
  4. 7e94d29 Remove __UNAVAILABLE. by Elliott Hughes · 9 years ago
  5. 146cbac Merge "Fix <wctype.h>." by Elliott Hughes · 9 years ago
  6. adc8d34 Merge "Remove declaration of pthread_cond_timeout_np." by Elliott Hughes · 9 years ago
  7. 7ba106c Fix <wctype.h>. by Elliott Hughes · 9 years ago
  8. 6f6f905 Implement mblen(3). by Elliott Hughes · 9 years ago
  9. 3615a52 Remove declaration of pthread_cond_timeout_np. by Elliott Hughes · 9 years ago
  10. 29226f3 Tag unavailable functions with macro. by Josh Gao · 9 years ago
  11. c194fd3 Delete declarations which don't exist. by Josh Gao · 9 years ago
  12. d8ca92c Make <sys/user.h> compile on AArch64. by Josh Gao · 9 years ago
  13. 722ab05 bionic: Implement getpwent and getgrent by Mark Salyzyn · 10 years ago
  14. b8e1b705 Make the legacy inline headers compile standalone. by Josh Gao · 10 years ago
  15. 99739d4 Don't redefine __ANDROID_API__. by Josh Gao · 10 years ago
  16. 26bc9c6 Move <sys/_sigdefs.h> and <sys/_errdefs.h> to private. by Josh Gao · 10 years ago
  17. a588f90 Remove fabs, fabsf, fabsl inlines from <math.h>. by Josh Gao · 10 years ago
  18. 08794d4 Merge changes Ife4692e4,I7304cc1d,If19653d0,I769ca792,I93625d19, ... by Josh Gao · 10 years ago
  19. 8c8ef59 Move <sys/sysconf.h> to <bits/sysconf.h>. by Josh Gao · 10 years ago
  20. 752a82c Remove mbstowcs from <wchar.h>. by Josh Gao · 10 years ago
  21. 7449e59 Extract getopt and friends to <bits/getopt.h> by Josh Gao · 10 years ago
  22. a6c8546 Remove declaration of unlinkat from <fcntl.h>. by Josh Gao · 10 years ago
  23. 98e574c Extract ioctl to <bits/ioctl.h>. by Josh Gao · 10 years ago
  24. ee8d169 Extract fcntl to <bits/fcntl.h>. by Josh Gao · 10 years ago
  25. c3cec27 Extract strcasecmp and friends to <bits/strcasecmp.h>. by Josh Gao · 10 years ago
  26. 0d8e141 Make <bits/lockf.h> compile standalone. by Josh Gao · 10 years ago
  27. 2675a9e Make <android/dlext.h> compile standalone. by Josh Gao · 10 years ago
  28. ef7c95b Make the network headers compile standalone. by Josh Gao · 10 years ago
  29. 70856fb Remove duplicate declaration of mlock, munlock. by Josh Gao · 10 years ago
  30. 6cfb84b Add trivial no-op <nl_types.h>. by Elliott Hughes · 10 years ago
  31. eafad49 Add <sys/quota.h>. by Elliott Hughes · 10 years ago
  32. 7f72ad4 Add sync_file_range to <fcntl.h>. by Elliott Hughes · 10 years ago
  33. 55147ad Add missing prototype for readahead in <fcntl.h>. by Elliott Hughes · 10 years ago
  34. c9291e1 Merge "Add POSIX getsubopt(3)." by Elliott Hughes · 10 years ago
  35. df143f8 Add POSIX getsubopt(3). by Elliott Hughes · 10 years ago
  36. 5375bf6 Add SysV signal handling by Greg Hackmann · 10 years ago
  37. afe835d Move math headers in with the other headers. by Elliott Hughes · 10 years ago
  38. e9daecf Merge "Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE." by Elliott Hughes · 10 years ago
  39. 5dd13d0 Differentiate the MNTTYPE_* and MNTOPT_* constants. by Elliott Hughes · 10 years ago
  40. 1f1a51a Add a few missing types and constants to headers. by Elliott Hughes · 10 years ago
  41. 96583dc Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE. by Elliott Hughes · 10 years ago
  42. 3679ade Add hasmntopt(3) by Greg Hackmann · 10 years ago
  43. e2faf07 Add {get,set}domainname(2) by Greg Hackmann · 10 years ago
  44. cc78b25 Remove the __USE_GNU guard from pthread_setname_np again. by Elliott Hughes · 10 years ago
  45. 725b2a9 Add pthread_getname_np. by Elliott Hughes · 10 years ago
  46. 545afa1 Fix PTHREAD_THREADS_MAX. by Elliott Hughes · 10 years ago
  47. 7dac8b8 Fix scope ids for link-local IPv6 addresses from getifaddrs(3). by Elliott Hughes · 10 years ago
  48. 9c212fc Merge "define pw_gecos to pw_passwd for LP32 systems" by Mike Frysinger · 10 years ago
  49. ca6af7f define pw_gecos to pw_passwd for LP32 systems by Mike Frysinger · 10 years ago
  50. 05d08e9 Updated to v4.4.1 kernel headers. by Christopher Ferris · 10 years ago
  51. 0c485da Add in6addr_any and in6addr_loopback symbols. by Elliott Hughes · 10 years ago
  52. 5f26c6b Really add adjtimex(2), and add clock_adjtime(2) too. by Elliott Hughes · 10 years ago
  53. f226ee5 Add fopen64/freopen64/tmpfile64 aliases. by Elliott Hughes · 10 years ago
  54. 6b45d57 use GNU C89 extern inline semantics for __size_mul_overflow() by Xia Yang · 10 years ago
  55. c7ca8f3 socket.h: update AF_* constants by Greg Hackmann · 10 years ago
  56. 3f3f6c5 Add adjtimex by Greg Hackmann · 10 years ago
  57. 03e65eb Implement funopen64. by Elliott Hughes · 10 years ago
  58. 94bb0fa Merge "Support _FILE_OFFSET_BITS=64 for most of <stdio.h>." by Elliott Hughes · 10 years ago
  59. 5704c42 Implement POSIX lockf. by Elliott Hughes · 10 years ago
  60. 9677fab Support _FILE_OFFSET_BITS=64 for most of <stdio.h>. by Elliott Hughes · 10 years ago
  61. e70e0e9 Move internal FILE flags macros to "local.h" from <stdio.h>. by Elliott Hughes · 10 years ago
  62. 0ac0cee Remove dlmalloc. by Josh Gao · 10 years ago
  63. 2704bd1 Simplify fseek/ftell. by Elliott Hughes · 10 years ago
  64. ed57b98 Implement if_nameindex(3)/if_freenameindex(3). by Elliott Hughes · 10 years ago
  65. 9361ad3 Fix <sys/sysmacros.h>. by Elliott Hughes · 10 years ago
  66. 9cddb48 Revert "Revert "Implement getifaddrs(3)/freeifaddrs(3)."" by Elliott Hughes · 10 years ago
  67. b62e633 Merge "Revert "Implement getifaddrs(3)/freeifaddrs(3)."" by Yi Kong · 10 years ago
  68. 76814a8 Revert "Implement getifaddrs(3)/freeifaddrs(3)." by Yi Kong · 10 years ago
  69. 71417ca Merge "Implement getifaddrs(3)/freeifaddrs(3)." by Yi Kong · 10 years ago
  70. 7331fe1 linker: implement shared namespaces by Dimitry Ivanov · 10 years ago
  71. 0945ed5 Implement getifaddrs(3)/freeifaddrs(3). by Elliott Hughes · 10 years ago
  72. 9cf99cb linker: add dlvsym(3) by Dimitry Ivanov · 10 years ago
  73. 284ae35 Add permitted_when_isolated_path to linker namespaces by Dimitry Ivanov · 10 years ago
  74. 49a309f Separate properties by selabel by Tom Cherry · 10 years ago
  75. 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 10 years ago
  76. fe3a83a Implement pthread spin. by Yabin Cui · 10 years ago
  77. b804b9d Merge "Implement pthread barrier." by Yabin Cui · 10 years ago
  78. e7c2fff Implement pthread barrier. by Yabin Cui · 10 years ago
  79. 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 10 years ago
  80. fb994f4 Add fileno_unlocked to support thread sanitizer. by Yabin Cui · 10 years ago
  81. 4200e26 fix the mremap signature by Daniel Micay · 10 years ago
  82. eb9b925 Fix GNU/POSIX basename headers. by Josh Gao · 10 years ago
  83. c36be97 Merge "Add prlimit to LP32." by Elliott Hughes · 10 years ago
  84. 38eca07 Remove <sys/shm.h>. by Elliott Hughes · 10 years ago
  85. 4151db5 Add prlimit to LP32. by Elliott Hughes · 10 years ago
  86. 1721be2 Merge "Implement scandirat and scandirat64." by Elliott Hughes · 10 years ago
  87. 6331e80 Implement scandirat and scandirat64. by Elliott Hughes · 10 years ago
  88. 5238eb0 Merge "Implement load at fixed address feature" by Dimitry Ivanov · 10 years ago
  89. 126af75 Implement load at fixed address feature by Dmitriy Ivanov · 10 years ago
  90. 9216a64 Fix <utmp.h> declarations. by Elliott Hughes · 10 years ago
  91. bf4c32d Remove swap16/swap32/swap64 header pollution. by Elliott Hughes · 10 years ago
  92. a818445 Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC. by Christopher Ferris · 10 years ago
  93. f0141df Make struct FILE opaque. by Elliott Hughes · 10 years ago
  94. 68af0ad utmp.h: add more ut_type defines by Mike Frysinger · 10 years ago
  95. efcb5d9 Merge "Remove some <sys/cdefs.h> cruft." by Elliott Hughes · 10 years ago
  96. 44ddb31 Remove some <sys/cdefs.h> cruft. by Elliott Hughes · 10 years ago
  97. f8a2243 <netinet/udp.h> should include <linux/udp.h>. by Elliott Hughes · 10 years ago
  98. c6043f6 Define WIFCONTINUED() by Greg Hackmann · 10 years ago
  99. d75abb9 Fix SOCK_* flag definitions by Greg Hackmann · 10 years ago
  100. 268af26 CMSG_DATA should return an unsigned char*. by Dan Albert · 10 years ago