1. 43f593d Merge "Don't duplicate the memset_explicit() implementation." into main by Elliott Hughes · 10 months ago
  2. d4888f3 Don't duplicate the memset_explicit() implementation. by Elliott Hughes · 10 months ago
  3. 3e10aa4 Replace __errorattr() with __clang_error_if(). by Elliott Hughes · 10 months ago
  4. 6bf1fa6 Remove mempcpy and strcpy fortify overflow chk in bionic by Sharjeel Khan · 11 months ago
  5. ec857e3 _FORTIFY_SOURCE: move a macro to the one place it's used. by Elliott Hughes · 11 months ago
  6. 7d1b9cb Merge __USE_BSD/__USE_GNU with following api level checks. by Elliott Hughes · 12 months ago
  7. 5aaacbe <unistd.h>: SEEK_HOLE/SEEK_DATA are in POSIX now. by Elliott Hughes · 1 year ago
  8. 216f3ad Fix up __BIONIC_AVAILABILITY_GUARD() formatting. by Elliott Hughes · 1 year ago
  9. 3762d76 Update to v6.13 kernel headers. by Christopher Ferris · 1 year ago
  10. b26ec8b hwasan+fortify: don't use _chk variants of memcpy()/memmove()/memset(). by Elliott Hughes · 1 year, 1 month ago
  11. c897cd7 Merge "Improve the comment for atomic_flag." into main by Elliott Hughes · 1 year, 1 month ago
  12. e555475 Merge "Move fortified memset() up with memcpy()/memmove()." into main by Elliott Hughes · 1 year, 1 month ago
  13. b45f4c8 Improve the comment for atomic_flag. by Elliott Hughes · 1 year, 1 month ago
  14. 5c17f5e <stdatomic.h>: remove unnecessary __attribute__((__unused__))s. by Elliott Hughes · 1 year, 1 month ago
  15. 9b5217e Move fortified memset() up with memcpy()/memmove(). by Elliott Hughes · 1 year, 1 month ago
  16. eb53f07 Fix ATOMIC_FLAG_INIT(). by Elliott Hughes · 1 year, 1 month ago
  17. 39b4ba7 Revert "_FORTIFY_SOURCE: simplify memset() fortification." by Priyanka Advani (xWF) · 1 year, 1 month ago
  18. e12357b _FORTIFY_SOURCE: simplify memset() fortification. by Elliott Hughes · 1 year, 1 month ago
  19. b41b795 _FORTIFY_SOURCE: move a declaration to its sole call site. by Elliott Hughes · 1 year, 1 month ago
  20. 376443f Merge "Add POSIX 2024 NSIG_MAX." into main by Elliott Hughes · 1 year, 2 months ago
  21. 9bb0864 Add POSIX 2024 NSIG_MAX. by Elliott Hughes · 1 year, 2 months ago
  22. aa7ea41 Add _SC_NSIG. by Elliott Hughes · 1 year, 2 months ago
  23. 7fb8d58 Fix a lot of man7 links to be more specific. by Elliott Hughes · 1 year, 3 months ago
  24. 02ce401 API guard every post-21 API. by Dan Albert · 1 year, 5 months ago
  25. 3abc79d Merge "Add a <stdatomic.h> header test, and the missing kill_dependency macro." into main by Elliott Hughes · 1 year, 6 months ago
  26. 5b5bab5 Add a <stdatomic.h> header test, and the missing kill_dependency macro. by Elliott Hughes · 1 year, 6 months ago
  27. 64a4b53 Merge "Reuse the strtod_l()/strtof_l() polyfills as the "real" implementation." into main by Elliott Hughes · 1 year, 6 months ago
  28. 414dd2d Always include <sys/cdefs.h> first. by Elliott Hughes · 1 year, 6 months ago
  29. 45655d3 Reuse the strtod_l()/strtof_l() polyfills as the "real" implementation. by Elliott Hughes · 1 year, 6 months ago
  30. 80246ff Get out of the business of hard-coding a list of uapi unistd.h files. by Elliott Hughes · 1 year, 6 months ago
  31. 63fcca4 Update to v6.11 kernel headers. by Christopher Ferris · 1 year, 6 months ago
  32. ab777b2 Merge "Revert "Update to v6.11 kernel headers."" into main by Priyanka Advani (xWF) · 1 year, 6 months ago
  33. a805034 Revert "Update to v6.11 kernel headers." by Priyanka Advani (xWF) · 1 year, 6 months ago
  34. 6e6da00 Merge "Use new riscv unistd names for syscall definition." into main by Treehugger Robot · 1 year, 6 months ago
  35. ec07dac Use new riscv unistd names for syscall definition. by Christopher Ferris · 1 year, 6 months ago
  36. 1fd3982 Merge "Update to v6.11 kernel headers." into main by Christopher Ferris · 1 year, 6 months ago
  37. 86da38c fortify: rewrite strlen to fold to a constant by George Burgess IV · 1 year, 8 months ago
  38. 4ba5449 Update to v6.11 kernel headers. by Christopher Ferris · 1 year, 7 months ago
  39. b19df89 Prefer __nodiscard to __wur for readability. by Elliott Hughes · 1 year, 7 months ago
  40. 1e76a82 Consistently position __wur next to the return type. by Elliott Hughes · 1 year, 7 months ago
  41. eb8785a Remove two unused `extern`s on function declarations. by Elliott Hughes · 1 year, 7 months ago
  42. 2b27f57 <bits/threads_inlines.h>: add missing nullability annotations. by Elliott Hughes · 1 year, 7 months ago
  43. a642197 Remove guards on constants and types. by Dan Albert · 1 year, 8 months ago
  44. 0f27896 Merge "Remove __INTRODUCED_IN_NO_GUARD_FOR_NDK()." into main by Elliott Hughes · 1 year, 8 months ago
  45. bbd39aa Replace http://man7.org links with https://man7.org links. by Elliott Hughes · 1 year, 8 months ago
  46. 2f9fe8c Remove __INTRODUCED_IN_NO_GUARD_FOR_NDK(). by Elliott Hughes · 1 year, 8 months ago
  47. 7ac54f5 Update to v6.10 kernel headers. by Christopher Ferris · 1 year, 8 months ago
  48. 3469e7d Tidy and document the `inline`/`__inline`/`__inline__` situation. by Elliott Hughes · 1 year, 11 months ago
  49. 2237fcf Revert "Use inline keyword without underscores consistently" by Dan Albert · 1 year, 11 months ago
  50. a1b5ca2 Always use `__foo__` for attribute names. by Elliott Hughes · 2 years ago
  51. 785e161 Merge "Update to v6.8 kernel headers." into main by Christopher Ferris · 2 years ago
  52. 58f06e1 Use inline keyword without underscores consistently by Nick Desaulniers · 2 years ago
  53. b830ddf Update to v6.8 kernel headers. by Christopher Ferris · 2 years ago
  54. a69e5af Prefer __BIONIC_DEPRECATED_PAGE_SIZE_MACRO by Steven Moreland · 2 years ago
  55. 3bfb6ee sysconf()/getpagesize() documentation. by Elliott Hughes · 2 years ago
  56. 6cd03ef Update FreeBSD elf_common.h. by Elliott Hughes · 2 years ago
  57. 364fc76 Consistently use 'op' in argument names. by Elliott Hughes · 2 years, 1 month ago
  58. f6e9904 Add ..DEPRECATED_PAGE_SIZE macro by Steven Moreland · 2 years, 1 month ago
  59. 0f79521 Update to v6.7 kernel headers. by Christopher Ferris · 2 years, 3 months ago
  60. 5850f6f Use the canonical idiom for sockaddr_storage. by Elliott Hughes · 2 years, 4 months ago
  61. 001faba Merge "Avoid multiple definitions of `struct tcphdr`." into main by Elliott Hughes · 2 years, 4 months ago
  62. b4a9b17 Avoid multiple definitions of `struct tcphdr`. by Elliott Hughes · 2 years, 4 months ago
  63. df53b16 Avoid multiple definitions of sigaction. by Elliott Hughes · 2 years, 4 months ago
  64. 67d1e5e Update to v6.6 kernel headers. by Christopher Ferris · 2 years, 5 months ago
  65. 389a40a Merge "Remove <ctype.h> cruft." into main by Elliott Hughes · 2 years, 6 months ago
  66. e370688 Remove <ctype.h> cruft. by Elliott Hughes · 3 years, 1 month ago
  67. 631dfbb Merge "Add the risc-v TLSDESC relocations." into main by Treehugger Robot · 2 years, 7 months ago
  68. ba7654a Add the risc-v TLSDESC relocations. by Elliott Hughes · 2 years, 7 months ago
  69. 8666d04 Update to v6.5 kernel headers. by Christopher Ferris · 2 years, 7 months ago
  70. 647472d <termios.h>: add two new POSIX functions. by Elliott Hughes · 2 years, 7 months ago
  71. 1245abf <sys/user.h>: factor PAGE_SIZE out into <bits/page_size.h>. by Elliott Hughes · 2 years, 8 months ago
  72. f517b68 Add some new risc-v ELF relocations. by Elliott Hughes · 2 years, 8 months ago
  73. a9e914d Make multibyte result constants public. by Dan Albert · 2 years, 9 months ago
  74. 7ca1626 Merge "Make getentropy available from <unistd.h>" into main by Treehugger Robot · 2 years, 9 months ago
  75. 7110157 Make getentropy available from <unistd.h> by David Benjamin · 2 years, 9 months ago
  76. 37c3f3c Update to v6.4 kernel headers. by Christopher Ferris · 2 years, 9 months ago
  77. fee0b45 Merge "Remove the always-true __INTRODUCED_IN() annotations." by Elliott Hughes · 2 years, 10 months ago
  78. 655e430 Remove the always-true __INTRODUCED_IN() annotations. by Elliott Hughes · 2 years, 10 months ago
  79. 836e81d _FILE_OFFSET_BITS is spelled with one underscore. by Elliott Hughes · 2 years, 10 months ago
  80. 1ee9fb5 Nullability check for wctype module. by zijunzhao · 2 years, 10 months ago
  81. 1e28d06 Nullability check for socket module. by zijunzhao · 2 years, 10 months ago
  82. 6d23a08 Nullability check for string modules. by zijunzhao · 2 years, 10 months ago
  83. 3184936 Merge "Nullability check for fcntl module." by Treehugger Robot · 2 years, 10 months ago
  84. 725c96c Nullability check for fcntl module. by zijunzhao · 2 years, 10 months ago
  85. f40b424 Nullability check for stdlib module. by zijunzhao · 2 years, 10 months ago
  86. cb5188d Merge "Nullability check for poll module." by Treehugger Robot · 2 years, 10 months ago
  87. b40e600 Nullability check for poll module. by zijunzhao · 2 years, 10 months ago
  88. a8d42a4 Nullability check for threads_inlines module. by zijunzhao · 2 years, 10 months ago
  89. 063b6bf Merge "Nullability check for stdatomic module." by Treehugger Robot · 2 years, 10 months ago
  90. 27713a5 Merge "Nullability check for termios_inlines module." by Treehugger Robot · 2 years, 10 months ago
  91. d909dff Nullability check for stdatomic module. by zijunzhao · 2 years, 10 months ago
  92. c5774b8 Merge "Nullability check for unistd module." by Treehugger Robot · 2 years, 10 months ago
  93. 9e19785 Nullability check for termios_inlines module. by zijunzhao · 2 years, 10 months ago
  94. 30cf6d0 Nullability check for unistd module. by zijunzhao · 2 years, 10 months ago
  95. acd090d Nullability check for stdio module. by zijunzhao · 2 years, 10 months ago
  96. 136e28f Nullability check for get_device_api_level_inlines module. by zijunzhao · 3 years ago
  97. 721b93d Merge "Fix the WIFSTOPPED definition." by Elliott Hughes · 3 years ago
  98. 2b8ca55 Fix the WIFSTOPPED definition. by Elliott Hughes · 3 years ago
  99. d3f2f10 Nullability check for getopt module. by zijunzhao · 3 years ago
  100. b4e4d05 Nullability check for ctype_inlines module. by zijunzhao · 3 years ago