1. a91fca6 Merge "arm64: add ifunc resolver AT_HWCAP3/AT_HWCAP4 support." into main by Elliott Hughes · 5 months ago
  2. 6b5b792 arm64: add ifunc resolver AT_HWCAP3/AT_HWCAP4 support. by Elliott Hughes · 5 months ago
  3. 1daa0c1 Document the major limitation of __strong_alias(). by Elliott Hughes · 6 months ago
  4. f6dc835 <sys/param.h>: flesh out the documentation. by Elliott Hughes · 6 months ago
  5. 0d34bb1 Maximize __BEGIN_DECLS/__END_DECLS scope. by Elliott Hughes · 7 months ago
  6. ec43efb <sys/param.h>: really make powerof2() work for const. by Elliott Hughes · 8 months ago
  7. f7a73c1 <sys/param.h> powerof2(): switch to __auto_type. by Elliott Hughes · 8 months ago
  8. 3e10aa4 Replace __errorattr() with __clang_error_if(). by Elliott Hughes · 8 months ago
  9. da700f3 Remove __warnattr(). by Elliott Hughes · 8 months ago
  10. b80bf28 Merge "Replace __BIONIC_ALIGN() with __builtin_align_up()." into main by Elliott Hughes · 8 months ago
  11. 160002d Merge "Enable __warnattr_strict." into main by Elliott Hughes · 8 months ago
  12. e995bf6 Merge "Revert^2 "Add __builtin_dynamic_object_size and pass_dynamic_objec..."" into main by Sharjeel Khan · 8 months ago
  13. 193b0bc Replace __BIONIC_ALIGN() with __builtin_align_up(). by Elliott Hughes · 8 months ago
  14. 17e593d Remove unused __warnattr_real(). by Elliott Hughes · 8 months ago
  15. 25e63b9 Enable __warnattr_strict. by Elliott Hughes · 8 months ago
  16. 02b8207 Revert^2 "Add __builtin_dynamic_object_size and pass_dynamic_objec..." by Sharjeel Khan · 8 months ago
  17. ec857e3 _FORTIFY_SOURCE: move a macro to the one place it's used. by Elliott Hughes · 8 months ago
  18. 03f3604 Merge "riscv64: fix cpu set argument type." into main by Elliott Hughes · 9 months ago
  19. a3fc956 riscv64: fix cpu set argument type. by Elliott Hughes · 9 months ago
  20. b60c2bc Revert "Add __builtin_dynamic_object_size and pass_dynamic_objec..." by Liana Kazanova (xWF) · 9 months ago
  21. 0eee103 Add __builtin_dynamic_object_size and pass_dynamic_object_size by Sharjeel Khan · 9 months ago
  22. 7595357 <sys/hwprobe.h>: improve the argument names. by Elliott Hughes · 9 months ago
  23. ab47e9a Update "Available in" comments to include _BSD_SOURCE/_GNU_SOURCE. by Elliott Hughes · 9 months ago
  24. 7d1b9cb Merge __USE_BSD/__USE_GNU with following api level checks. by Elliott Hughes · 10 months ago
  25. 0e16a69 Merge "<sys/stat.h>: reduce scope of __USE_BSD/__USE_GNU for constants." into main by Elliott Hughes · 10 months ago
  26. 2f82efd <sys/time.h>: reduce scope of __USE_BSD. by Elliott Hughes · 10 months ago
  27. cbcca18 <sys/stat.h>: reduce scope of __USE_BSD/__USE_GNU for constants. by Elliott Hughes · 10 months ago
  28. fbaa9c1 Merge "<sys/stat.h>: reduce __USE_GNU scope." into main by Elliott Hughes · 10 months ago
  29. c6b4d5a <sys/uio.h>: reduce __USE_GNU scope. by Elliott Hughes · 10 months ago
  30. 3ef590f <sys/stat.h>: reduce __USE_GNU scope. by Elliott Hughes · 10 months ago
  31. f84469b <sys/sem.h>: fix __USE_GNU whitespace. by Elliott Hughes · 10 months ago
  32. 4d5aa95 Merge "<sys/mman.h>: reduce __USE_GNU scope." into main by Elliott Hughes · 10 months ago
  33. f3dd819 <sys/mman.h>: don't duplicate constants. by Elliott Hughes · 10 months ago
  34. 6c618e9 <sys/mman.h>: reduce __USE_GNU scope. by Elliott Hughes · 10 months ago
  35. a4bf322 Merge "<time.h>: decrease __USE_GNU scope." into main by Elliott Hughes · 10 months ago
  36. e291ef9 Merge "<sys/types.h>: remove ancient `ssize_t` hack." into main by Elliott Hughes · 10 months ago
  37. b53828e <time.h>: decrease __USE_GNU scope. by Elliott Hughes · 10 months ago
  38. cb0e5ae Merge "Update <endian.h> for POSIX 2024." into main by Elliott Hughes · 10 months ago
  39. adc18c2 <sys/types.h>: remove ancient `ssize_t` hack. by Elliott Hughes · 10 months ago
  40. eea6483 Remove some `|| defined(__BIONIC__)` cruft. by Elliott Hughes · 10 months ago
  41. c74428b Update <endian.h> for POSIX 2024. by Elliott Hughes · 10 months ago
  42. 216f3ad Fix up __BIONIC_AVAILABILITY_GUARD() formatting. by Elliott Hughes · 10 months ago
  43. 1536ff6 <sys/cdefs.h>: __bos_level should be 1 for _FORTIFY_SOURCE=3 too. by Elliott Hughes · 10 months ago
  44. f32cb14 <sys/io.h>: add inb()/inw()/inl() and outb()/outw()/outl(). by Elliott Hughes · 12 months ago
  45. 6171414 fstatat(2) allows a NULL path with AT_EMPTY_PATH since Linux 6.11. by Elliott Hughes · 1 year ago
  46. 0809f01 Merge "Fix copy & paste error in pidfd_getfd() docs." into main by Elliott Hughes · 1 year ago
  47. 7fb8d58 Fix a lot of man7 links to be more specific. by Elliott Hughes · 1 year ago
  48. dae54e7 Fix copy & paste error in pidfd_getfd() docs. by Elliott Hughes · 1 year ago
  49. b6b3cce <sys/select.h>: try to clarify the <sys/select.h> vs <poll.h> situation. by Elliott Hughes · 1 year, 1 month ago
  50. 02ce401 API guard every post-21 API. by Dan Albert · 1 year, 3 months ago
  51. 3c932f1 __riscv_flush_icache() still ignores the address range in 6.12. by Elliott Hughes · 1 year, 3 months ago
  52. 414dd2d Always include <sys/cdefs.h> first. by Elliott Hughes · 1 year, 3 months ago
  53. ed2d383 Remove android/versioning.h support for versioner. by Dan Albert · 1 year, 5 months ago
  54. 6816893 statx(2) allows nullptr for the path now. by Elliott Hughes · 1 year, 4 months ago
  55. b19df89 Prefer __nodiscard to __wur for readability. by Elliott Hughes · 1 year, 5 months ago
  56. 1e76a82 Consistently position __wur next to the return type. by Elliott Hughes · 1 year, 5 months ago
  57. 470ac46 Merge "<sys/timerfd.h>: don't redefine constants." into main by Elliott Hughes · 1 year, 5 months ago
  58. 2b1c13d Merge "<sys/vfs.h>: explain the apparently useless duplication here." into main by Elliott Hughes · 1 year, 5 months ago
  59. 1019133 Merge "<sys/eventfd.h>: don't redefine constants." into main by Elliott Hughes · 1 year, 5 months ago
  60. ad58cc7 <sys/vfs.h>: explain the apparently useless duplication here. by Elliott Hughes · 1 year, 5 months ago
  61. c7afe76 <sys/timerfd.h>: don't redefine constants. by Elliott Hughes · 1 year, 5 months ago
  62. d1e0b1c <sys/eventfd.h>: don't redefine constants. by Elliott Hughes · 1 year, 5 months ago
  63. a776a5b <sys/inotify.h>: don't redefine constants. by Elliott Hughes · 1 year, 5 months ago
  64. 219e602 <sys/stat.h>: add lchmod(). by Elliott Hughes · 1 year, 5 months ago
  65. dcc7c9c Merge "Add mseal(2) wrapper." into main by Elliott Hughes · 1 year, 5 months ago
  66. bbd39aa Replace http://man7.org links with https://man7.org links. by Elliott Hughes · 1 year, 5 months ago
  67. b3904ee Add mseal(2) wrapper. by Elliott Hughes · 1 year, 5 months ago
  68. 620eec1 Merge <sys/system_properties.h> and <sys/_system_properties.h>. by Elliott Hughes · 1 year, 6 months ago
  69. 61f6dbf <sys/select.h>: use __builtin_memset rather than writing our own. by Elliott Hughes · 1 year, 6 months ago
  70. 28c2f7d <sys/_system_properties.h>: improve documentation. by Elliott Hughes · 1 year, 6 months ago
  71. dc6e2fb Remove cdecl cruft. by Elliott Hughes · 1 year, 7 months ago
  72. f274a20 Add <sys/io.h>. by Elliott Hughes · 1 year, 7 months ago
  73. a13b3b3 Merge "Tidy and document the `inline`/`__inline`/`__inline__` situation." into main by Elliott Hughes · 1 year, 8 months ago
  74. 3772ae4 Update <system_properties.h> documentation. by Elliott Hughes · 1 year, 8 months ago
  75. 3469e7d Tidy and document the `inline`/`__inline`/`__inline__` situation. by Elliott Hughes · 1 year, 8 months ago
  76. 2237fcf Revert "Use inline keyword without underscores consistently" by Dan Albert · 1 year, 8 months ago
  77. a1b5ca2 Always use `__foo__` for attribute names. by Elliott Hughes · 1 year, 9 months ago
  78. ceed466 libc: remove __size_mul_overflow by Nick Desaulniers · 1 year, 9 months ago
  79. 58f06e1 Use inline keyword without underscores consistently by Nick Desaulniers · 1 year, 9 months ago
  80. 3db97c7 Merge "Add NGROUPS." into main by Treehugger Robot · 1 year, 10 months ago
  81. e5bd239 Add NGROUPS. by Elliott Hughes · 1 year, 10 months ago
  82. f666d82 <sys/shm.h>: fix a hard-coded 4096 page size. by Elliott Hughes · 1 year, 10 months ago
  83. c2ce647 Merge "Consistently use 'op' in argument names." into main am: 47f8ab80cc by Elliott Hughes · 1 year, 11 months ago
  84. 364fc76 Consistently use 'op' in argument names. by Elliott Hughes · 1 year, 11 months ago
  85. c608e57 Merge "Use the canonical idiom for sockaddr_storage." into main am: bb261225e0 am: 3f5aaa8812 am: 4b694b6969 by Elliott Hughes · 2 years, 1 month ago
  86. bb26122 Merge "Use the canonical idiom for sockaddr_storage." into main by Elliott Hughes · 2 years, 1 month ago
  87. 2cbd262 Merge "riscv64: pass a pointer to __riscv_hwprobe() to ifunc resolvers." into main am: 75539ab928 am: 978c235f51 am: 53adad316c by Elliott Hughes · 2 years, 2 months ago
  88. 561e804 riscv64: pass a pointer to __riscv_hwprobe() to ifunc resolvers. by Elliott Hughes · 2 years, 2 months ago
  89. 5850f6f Use the canonical idiom for sockaddr_storage. by Elliott Hughes · 2 years, 2 months ago
  90. 21ec4ad Merge "Move ; in NDK declaration" into main am: c6034e4228 am: ec6677350c am: 15c9f8f608 by Treehugger Robot · 2 years, 2 months ago
  91. 4b94522 Move ; in NDK declaration by Nate Myren · 2 years, 2 months ago
  92. d78dfdb Merge changes from topic "appcompat_override" into main am: 0207a6a186 am: 9460fe5a83 am: 3fd59cb6af by Treehugger Robot · 2 years, 3 months ago
  93. 0ab0615 Move __system_properties_reload to LIBC from LIBC_PLATFORM by Nate Myren · 2 years, 3 months ago
  94. b8c87b1 Write appcompat_override system properties by Nate Myren · 2 years, 5 months ago
  95. ae7f33d Write appcompat_override system properties by Nate Myren · 2 years, 5 months ago
  96. 0962881 Merge "s/master/main/" into main am: a01b292ab9 am: f461a3878c am: 3852cfe4cb am: 3b3e2e9d46 am: 381d04c046 by Treehugger Robot · 2 years, 4 months ago
  97. 9c06d16 s/master/main/ by Elliott Hughes · 2 years, 4 months ago
  98. 88dd367 Merge "<sys/statvfs.h>: add a new mount option." into main am: 732b98203b am: a325f94c85 am: e7430e692f am: 4789e289f3 am: c9ca34ce85 by Treehugger Robot · 2 years, 4 months ago
  99. 6711d21 <sys/statvfs.h>: add a new mount option. by Elliott Hughes · 2 years, 4 months ago
  100. 7eac72c Merge "Add epoll_pwait2()." into main am: 906d7d41e4 am: 484056aaf2 am: 96a6c6abc1 am: a607f6744f am: cbaea16804 by Elliott Hughes · 2 years, 5 months ago