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