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