1. c1929e4 Move some POSIX math functions out of _USE_GNU/_USE_BSD. by Elliott Hughes · 9 years ago
  2. cea5c8a Merge "POSIX says <locale.h> makes NULL visible." by Treehugger Robot · 9 years ago
  3. 4a77fa3 Merge "Fix recvfrom prototype." by Treehugger Robot · 9 years ago
  4. f8f2949 Merge "Fix pthread_barrierattr_getpshared prototype." by Treehugger Robot · 9 years ago
  5. a1858a7 Merge "POSIX says IPPORT_RESERVED is in <netdb.h>." by Treehugger Robot · 9 years ago
  6. 5b45d2f Merge "POSIX says SEM_FAILED shall have type sem_t*." by Treehugger Robot · 9 years ago
  7. f135e4e Merge "POSIX says <fcntl.h> makes SEEK_* visible." by Treehugger Robot · 9 years ago
  8. e437788 POSIX says IPPORT_RESERVED is in <netdb.h>. by Elliott Hughes · 9 years ago
  9. 95b0680 POSIX says SEM_FAILED shall have type sem_t*. by Elliott Hughes · 9 years ago
  10. c553788 POSIX says <locale.h> makes NULL visible. by Elliott Hughes · 9 years ago
  11. fd936ae POSIX says <fcntl.h> makes SEEK_* visible. by Elliott Hughes · 9 years ago
  12. 48bfc6e Add two missing POSIX constant-only headers. by Elliott Hughes · 9 years ago
  13. 8197aca Fix recvfrom prototype. by Elliott Hughes · 9 years ago
  14. 02ac028 Fix pthread_barrierattr_getpshared prototype. by Elliott Hughes · 9 years ago
  15. 166f875 Merge "dlerror returns char*, not const char*." by Treehugger Robot · 9 years ago
  16. 5e071a1 dlerror returns char*, not const char*. by Elliott Hughes · 9 years ago
  17. 32a2e13 Merge "Add __attribute__((sentinel)) tags to execl and friends." by Treehugger Robot · 9 years ago
  18. d80a52e Add __attribute__((sentinel)) tags to execl and friends. by Josh Gao · 9 years ago
  19. d1dd7c5 Remove __static_cast macro from <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  20. f5042ca Merge "Remove more stdio copy/paste." by Treehugger Robot · 9 years ago
  21. 53cf348 Remove more stdio copy/paste. by Elliott Hughes · 9 years ago
  22. 8a03c83 Don't use the same declaration to declare multiple symbol names. by Josh Gao · 9 years ago
  23. dfa6bbb Guard fortify inlines with __ANDROID_API__. by Dan Albert · 9 years ago
  24. ed3c787 Guard include of uchar.h in stdatomic.h by Pirama Arumuga Nainar · 9 years ago
  25. b6a4a4c Add version information for legacy inlines. by Josh Gao · 9 years ago
  26. 36a88e8 Restore attribute alloc_size for GCC. by Elliott Hughes · 9 years ago
  27. 0cf1abe Merge "Add IOV_MAX to <limits.h>." by Treehugger Robot · 9 years ago
  28. f2d7d41 Add IOV_MAX to <limits.h>. by Elliott Hughes · 9 years ago
  29. 7292725 Admit that we don't actually support thread priority inheritance. by Elliott Hughes · 9 years ago
  30. 0fe8885 Clean up <uchar.h> and <wctype.h> transitive includes. by Elliott Hughes · 9 years ago
  31. 61bd7cb Merge changes I0262eed9,Iba9ee03a by Treehugger Robot · 9 years ago
  32. 3e6929d Add a temporary hack to work around __NDK_FPABI__. by Dan Albert · 9 years ago
  33. c102075 Remove _GNU_SOURCE guard on tmpnam. by Dan Albert · 9 years ago
  34. 7b737e4 Remove #pragma GCC visibility. by Elliott Hughes · 9 years ago
  35. f6495c7 Stop #define'ing __func__ and __restrict. by Elliott Hughes · 9 years ago
  36. 3b2096a Remove unnecessary 'extern's. by Elliott Hughes · 9 years ago
  37. 203e13d Always include <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  38. 8778d64 Remove __BIONIC_LEGACY_INLINE. by Josh Gao · 9 years ago
  39. 5470c18 Make it possible to build bionic with -I instead of -isystem. by Elliott Hughes · 9 years ago
  40. 508d292 Only define sa_family_t once. by Elliott Hughes · 9 years ago
  41. f47514d Remove __LIBC_ABI_PUBLIC__. by Elliott Hughes · 9 years ago
  42. d2f725e Don't declare SYS_* constants for unavailable __NR_* constants. by Elliott Hughes · 9 years ago
  43. 32c79c2 Put the legacy stdio fds back for pre-M. by Dan Albert · 9 years ago
  44. 77bd607 Add an alias for _CTYPE_N. by Dan Albert · 9 years ago
  45. 9eb3ae1 Remove __nonnull (in favor of _Nonnull). by Elliott Hughes · 10 years ago
  46. 9c8d711 Don't expose all BSD extensions. by Elliott Hughes · 10 years ago
  47. 95fa26e Update symbol versions. by Josh Gao · 10 years ago
  48. 3ba55f8 Rationalize visibility. by Elliott Hughes · 10 years ago
  49. 93bae32 Merge "Fix the SIZE_T_MAX SSIZE_MAX defines." by Treehugger Robot · 10 years ago
  50. 47fcfff Fix the SIZE_T_MAX SSIZE_MAX defines. by Christopher Ferris · 10 years ago
  51. 20788ae Add ctermid. by Elliott Hughes · 10 years ago
  52. 449eff0 Add futimes, futimesat, and lutimes. by Elliott Hughes · 10 years ago
  53. cf4c364 Merge "Move /vendor/bin down with /vendor/xbin." by Elliott Hughes · 10 years ago
  54. 409e48a More C compatibility. by Elliott Hughes · 10 years ago
  55. 8cabd86 Move /vendor/bin down with /vendor/xbin. by Elliott Hughes · 10 years ago
  56. 74669e9 Merge "Add /vendor/xbin to root's path." by Treehugger Robot · 10 years ago
  57. f484050 Preliminary cleanup of <sys/cdefs.h>. by Elliott Hughes · 10 years ago
  58. 99a84c8 Remove __cachectl. by Josh Gao · 10 years ago
  59. 8ba4424 Fix __errordecl on clang. by Josh Gao · 10 years ago
  60. 46b4416 Update header versions for NDK platform fixes. by Josh Gao · 10 years ago
  61. 6e9c1f6 Remove declaration for __brk. by Josh Gao · 10 years ago
  62. 9a29c3f Add /vendor/xbin to root's path. by Erik Kline · 10 years ago
  63. bb12921 Don't use __u64/__u32 in <sys/user.h>. by Josh Gao · 10 years ago
  64. 882b8af Regenerate NOTICE files. by Elliott Hughes · 10 years ago
  65. cb8ef17 Merge "Fix <resolv.h> and <netinet/tcp.h> so dnscap builds." by Elliott Hughes · 10 years ago
  66. f021061 Fix <resolv.h> and <netinet/tcp.h> so dnscap builds. by Elliott Hughes · 10 years ago
  67. c6190a9 We have the _r ether_ntoa/ether_aton functions too. by Elliott Hughes · 10 years ago
  68. f6324d5 Fix our *ether* headers mess. by Elliott Hughes · 10 years ago
  69. bab9d79 Remove <net/if_types.h>. by Elliott Hughes · 10 years ago
  70. d0b1733 Merge "Remove various bits of header cruft." by Elliott Hughes · 10 years ago
  71. 35c115c Merge "Remove linker-namespace functions from the header" by Dimitry Ivanov · 10 years ago
  72. 12f3541 Remove various bits of header cruft. by Elliott Hughes · 10 years ago
  73. 41fd295 Remove linker-namespace functions from the header by Dimitry Ivanov · 10 years ago
  74. e2f2583 Remove declaration of pthread_cond_timedwait_relative_np. by Elliott Hughes · 10 years ago
  75. 3164ab7 Remove pthread_mutex_lock_timeout_np from <pthread.h>. by Elliott Hughes · 10 years ago
  76. 98ac6f4 Merge "Use clang's nullability instead of nonnull." by Treehugger Robot · 10 years ago
  77. baa2a97 Use clang's nullability instead of nonnull. by Dan Albert · 10 years ago
  78. 5e2342f Merge "Remove <sys/atomics.h>." by Elliott Hughes · 10 years ago
  79. 9ee905f Merge "Move <machine/endian.h> somewhere more private." by Elliott Hughes · 10 years ago
  80. ed50763 Remove <sys/atomics.h>. by Elliott Hughes · 10 years ago
  81. 3d12517 Move <machine/endian.h> somewhere more private. by Elliott Hughes · 10 years ago
  82. 3338ee5 Merge "Move glibc-syscalls.h into bits/." by Elliott Hughes · 10 years ago
  83. 3fb1b37 Merge "Remove <sys/utime.h>." by Elliott Hughes · 10 years ago
  84. d3b4166 Merge "Move the IEEE fp header out of the public headers." by Elliott Hughes · 10 years ago
  85. eb9b0a1 Merge "Move nsswitch.h into libc/dns/include." by Elliott Hughes · 10 years ago
  86. af5afdb Merge "Remove <net/if_ieee1394.h>." by Elliott Hughes · 10 years ago
  87. 5ab6f6c Merge "Remove <sys/ioctl_compat.h>." by Elliott Hughes · 10 years ago
  88. e10ff49 Remove <sys/utime.h>. by Elliott Hughes · 10 years ago
  89. d3f51a4 Merge "Remove unused <sys/socketcalls.h> header." by Elliott Hughes · 10 years ago
  90. 64959d2 Remove <sys/ioctl_compat.h>. by Elliott Hughes · 10 years ago
  91. 8aabbd7 Move glibc-syscalls.h into bits/. by Elliott Hughes · 10 years ago
  92. b0da576 Move the IEEE fp header out of the public headers. by Elliott Hughes · 10 years ago
  93. 82140be Remove <net/if_ieee1394.h>. by Elliott Hughes · 10 years ago
  94. 42d7527 Move nsswitch.h into libc/dns/include. by Elliott Hughes · 10 years ago
  95. 583a4f8 Merge changes I25dca710,I85fdf927,I667fe53e,I46bf95ac by Josh Gao · 10 years ago
  96. 6bad319 Remove unused <sys/socketcalls.h> header. by Elliott Hughes · 10 years ago
  97. 6b3bec0 Fix various empty .h files in bionic. by Elliott Hughes · 10 years ago
  98. b089e46 Remove nonexported _ns_flagdata from public header. by Josh Gao · 10 years ago
  99. 5a3d5ca Add __INTRODUCED_IN_{32,64}. by Josh Gao · 10 years ago
  100. d51bc71 Add platform specific version tags. by Josh Gao · 10 years ago