1. e5da496 Add __BIONIC_AVAILABILITY_GUARD(). by Dan Albert · 1 year, 3 months ago
  2. 95680c7 Re-hide fmemopen. by Dan Albert · 1 year, 3 months ago
  3. 66136e7 Re-hide some error.h stuff. by Dan Albert · 1 year, 3 months ago
  4. 7b7abe9 Re-hide mempcpy. by Dan Albert · 1 year, 3 months ago
  5. 3c932f1 __riscv_flush_icache() still ignores the address range in 6.12. by Elliott Hughes · 1 year, 3 months ago
  6. 3abc79d Merge "Add a <stdatomic.h> header test, and the missing kill_dependency macro." into main by Elliott Hughes · 1 year, 3 months ago
  7. 5b5bab5 Add a <stdatomic.h> header test, and the missing kill_dependency macro. by Elliott Hughes · 1 year, 3 months ago
  8. 64a4b53 Merge "Reuse the strtod_l()/strtof_l() polyfills as the "real" implementation." into main by Elliott Hughes · 1 year, 3 months ago
  9. 8111487 Merge "Revert "Tidy up and document <limits.h>."" into main by Treehugger Robot · 1 year, 3 months ago
  10. eae2849 Revert "Tidy up and document <limits.h>." by Elliott Hughes · 1 year, 3 months ago
  11. be39089 Merge "Tidy up and document <limits.h>." into main by Elliott Hughes · 1 year, 3 months ago
  12. 414dd2d Always include <sys/cdefs.h> first. by Elliott Hughes · 1 year, 3 months ago
  13. 47eb527 Tidy up and document <limits.h>. by Elliott Hughes · 1 year, 3 months ago
  14. 45655d3 Reuse the strtod_l()/strtof_l() polyfills as the "real" implementation. by Elliott Hughes · 1 year, 3 months ago
  15. 52fe6ce Disable warning: passing no argument for the '...' parameter of a variadic macro is a C23 extension by Aditya Kumar · 1 year, 3 months ago
  16. 80246ff Get out of the business of hard-coding a list of uapi unistd.h files. by Elliott Hughes · 1 year, 3 months ago
  17. 05a9ff8 Merge "Update to v6.11 kernel headers." into main by Christopher Ferris · 1 year, 3 months ago
  18. 9d1ef60 Product variants are not in the NDK API surface. by Justin Yun · 1 year, 3 months ago
  19. 63fcca4 Update to v6.11 kernel headers. by Christopher Ferris · 1 year, 4 months ago
  20. ab777b2 Merge "Revert "Update to v6.11 kernel headers."" into main by Priyanka Advani (xWF) · 1 year, 4 months ago
  21. a805034 Revert "Update to v6.11 kernel headers." by Priyanka Advani (xWF) · 1 year, 4 months ago
  22. 8b8f0cf Merge "unistd.h: document chdir()/fchdir()." into main by Elliott Hughes · 1 year, 4 months ago
  23. 6e6da00 Merge "Use new riscv unistd names for syscall definition." into main by Treehugger Robot · 1 year, 4 months ago
  24. ec07dac Use new riscv unistd names for syscall definition. by Christopher Ferris · 1 year, 4 months ago
  25. 1fd3982 Merge "Update to v6.11 kernel headers." into main by Christopher Ferris · 1 year, 4 months ago
  26. fb9df25 unistd.h: document chdir()/fchdir(). by Elliott Hughes · 1 year, 4 months ago
  27. 86da38c fortify: rewrite strlen to fold to a constant by George Burgess IV · 1 year, 5 months ago
  28. 4ba5449 Update to v6.11 kernel headers. by Christopher Ferris · 1 year, 4 months ago
  29. ed2d383 Remove android/versioning.h support for versioner. by Dan Albert · 1 year, 5 months ago
  30. 6816893 statx(2) allows nullptr for the path now. by Elliott Hughes · 1 year, 4 months ago
  31. 6a6eb87 Correct nullability check for pthread_create() by Zijun · 1 year, 4 months ago
  32. b02d0b9 Merge "Prefer __nodiscard to __wur for readability." into main by Elliott Hughes · 1 year, 4 months ago
  33. b19df89 Prefer __nodiscard to __wur for readability. by Elliott Hughes · 1 year, 4 months ago
  34. fb61806 <threads.h>: `thread_local` should match the C23 #if guard for `static_assert`. by Elliott Hughes · 1 year, 4 months ago
  35. 1e76a82 Consistently position __wur next to the return type. by Elliott Hughes · 1 year, 4 months ago
  36. 2f070f2 Merge "Add reallocarray() polyfill." into main by Elliott Hughes · 1 year, 4 months ago
  37. f93af26 Add reallocarray() polyfill. by Elliott Hughes · 1 year, 4 months ago
  38. 470ac46 Merge "<sys/timerfd.h>: don't redefine constants." into main by Elliott Hughes · 1 year, 5 months ago
  39. 2b1c13d Merge "<sys/vfs.h>: explain the apparently useless duplication here." into main by Elliott Hughes · 1 year, 5 months ago
  40. 1019133 Merge "<sys/eventfd.h>: don't redefine constants." into main by Elliott Hughes · 1 year, 5 months ago
  41. ad58cc7 <sys/vfs.h>: explain the apparently useless duplication here. by Elliott Hughes · 1 year, 5 months ago
  42. c7afe76 <sys/timerfd.h>: don't redefine constants. by Elliott Hughes · 1 year, 5 months ago
  43. d1e0b1c <sys/eventfd.h>: don't redefine constants. by Elliott Hughes · 1 year, 5 months ago
  44. a776a5b <sys/inotify.h>: don't redefine constants. by Elliott Hughes · 1 year, 5 months ago
  45. eb8785a Remove two unused `extern`s on function declarations. by Elliott Hughes · 1 year, 5 months ago
  46. 219e602 <sys/stat.h>: add lchmod(). by Elliott Hughes · 1 year, 5 months ago
  47. 3ae4752 Merge "<stdlib.h>: ato*()/strto*() cleanup." into main by Elliott Hughes · 1 year, 5 months ago
  48. 2239545 Merge "No need to require API 23 for strptime_l()." into main by Elliott Hughes · 1 year, 5 months ago
  49. c2d539a Merge "<wchar.h>: use __RENAME() for some trivial aliases." into main by Elliott Hughes · 1 year, 5 months ago
  50. 0767784 <wchar.h>: use __RENAME() for some trivial aliases. by Elliott Hughes · 1 year, 5 months ago
  51. 55acfc1 No need to require API 23 for strptime_l(). by Elliott Hughes · 1 year, 5 months ago
  52. 14a5588 <stdlib.h>: ato*()/strto*() cleanup. by Elliott Hughes · 1 year, 5 months ago
  53. 2b27f57 <bits/threads_inlines.h>: add missing nullability annotations. by Elliott Hughes · 1 year, 5 months ago
  54. 09e764b Merge "Remove guards on constants and types." into main by Treehugger Robot · 1 year, 5 months ago
  55. cce5437 Reapply "Stop using versioner." by Dan Albert · 1 year, 5 months ago
  56. 2229e55 Fix posix_spawn()/posix_spawnp() nullability annotations. by Elliott Hughes · 1 year, 5 months ago
  57. 106afcd Revert "Stop using versioner." by Pechetty Sravani (xWF) · 1 year, 5 months ago
  58. e135120 Stop using versioner. by Dan Albert · 1 year, 5 months ago
  59. a642197 Remove guards on constants and types. by Dan Albert · 1 year, 5 months ago
  60. c9f344e Make aligned_alloc() __wur too. by Elliott Hughes · 1 year, 5 months ago
  61. ee04e3d No need to require API 23 for strerror_l(). by Elliott Hughes · 1 year, 5 months ago
  62. dcc7c9c Merge "Add mseal(2) wrapper." into main by Elliott Hughes · 1 year, 5 months ago
  63. 0f27896 Merge "Remove __INTRODUCED_IN_NO_GUARD_FOR_NDK()." into main by Elliott Hughes · 1 year, 5 months ago
  64. bbd39aa Replace http://man7.org links with https://man7.org links. by Elliott Hughes · 1 year, 5 months ago
  65. b3904ee Add mseal(2) wrapper. by Elliott Hughes · 1 year, 5 months ago
  66. 2f9fe8c Remove __INTRODUCED_IN_NO_GUARD_FOR_NDK(). by Elliott Hughes · 1 year, 5 months ago
  67. 3930264 Merge "Merge <stdio_ext.h>'s __fpurge() with <stdio.h>'s fpurge()." into main by Elliott Hughes · 1 year, 5 months ago
  68. 00a2a6f Merge <stdio_ext.h>'s __fpurge() with <stdio.h>'s fpurge(). by Elliott Hughes · 1 year, 5 months ago
  69. b5b0283 Merge "Remove elf.h riscv64 constants that are now in uapi." into main by Treehugger Robot · 1 year, 5 months ago
  70. 52c6164 Merge "Add sig2str()/str2sig() from POSIX Issue 8." into main by Elliott Hughes · 1 year, 5 months ago
  71. 07d5209 Add sig2str()/str2sig() from POSIX Issue 8. by Elliott Hughes · 1 year, 5 months ago
  72. 08909ff Remove elf.h riscv64 constants that are now in uapi. by Elliott Hughes · 1 year, 5 months ago
  73. 0191ea6 Merge "Merge <sys/system_properties.h> and <sys/_system_properties.h>." into main by Elliott Hughes · 1 year, 5 months ago
  74. 7ac54f5 Update to v6.10 kernel headers. by Christopher Ferris · 1 year, 5 months ago
  75. b1a578a Merge "libc: suppress libcxx's const-correct string overloads" into main by Treehugger Robot · 1 year, 5 months ago
  76. 620eec1 Merge <sys/system_properties.h> and <sys/_system_properties.h>. by Elliott Hughes · 1 year, 5 months ago
  77. 61b629d libc: suppress libcxx's const-correct string overloads by George Burgess IV · 1 year, 5 months ago
  78. df67242 Remove clang workaround. by Elliott Hughes · 1 year, 5 months ago
  79. ce4abcb <netinet/in6.h>: don't require <string.h>. by Elliott Hughes · 1 year, 5 months ago
  80. eadd64f Merge "Add POSIX qsort_r()." into main by Elliott Hughes · 1 year, 6 months ago
  81. 61f6dbf <sys/select.h>: use __builtin_memset rather than writing our own. by Elliott Hughes · 1 year, 6 months ago
  82. 5bae572 Add POSIX qsort_r(). by Elliott Hughes · 1 year, 6 months ago
  83. 28c2f7d <sys/_system_properties.h>: improve documentation. by Elliott Hughes · 1 year, 6 months ago
  84. 66d6112 Merge "Require deprecation messages." into main by Treehugger Robot · 1 year, 6 months ago
  85. 82e48ae Explain why RTLD_LAZY isn't supported. by Elliott Hughes · 1 year, 6 months ago
  86. aa530d5 Merge "<ctype.h>: more optimization." into main by Elliott Hughes · 1 year, 6 months ago
  87. 4e2d092 <ctype.h>: more optimization. by Elliott Hughes · 2 years ago
  88. da81ec4 <fts.h>: fix nullability annotation. by Elliott Hughes · 1 year, 7 months ago
  89. dc6e2fb Remove cdecl cruft. by Elliott Hughes · 1 year, 7 months ago
  90. 356c50c <math.h>: there's a type-generic __builtin_signbit() now. by Elliott Hughes · 1 year, 7 months ago
  91. c51df93 math.h: match other OSes more closely. by Elliott Hughes · 1 year, 7 months ago
  92. 2483d93 Merge "Add <netinet/igmp.h>." into main by Elliott Hughes · 1 year, 7 months ago
  93. 7296274 Add <netinet/igmp.h>. by Elliott Hughes · 1 year, 7 months ago
  94. f274a20 Add <sys/io.h>. by Elliott Hughes · 1 year, 7 months ago
  95. c221bec Add a missing riscv64 psabi constant. by Elliott Hughes · 1 year, 7 months ago
  96. 988c807 Merge "<malloc.h>: warn on unused results for malloc_usable_size()." into main by Elliott Hughes · 1 year, 7 months ago
  97. 5b57093 Merge "<stdio.h>: warn on some unused results." into main by Elliott Hughes · 1 year, 7 months ago
  98. 69ddb74 <malloc.h>: warn on unused results for malloc_usable_size(). by Elliott Hughes · 1 year, 7 months ago
  99. b631ec7 <unistd.h>: explain why getpagesize() is better than getauxval() as well as sysconf(). by Elliott Hughes · 1 year, 7 months ago
  100. 78706d2 <stdio.h>: warn on some unused results. by Elliott Hughes · 1 year, 8 months ago