1. 91529b7 Add REG_S0 to ucontext.h for riscv64 by Colin Cross · 3 years, 3 months ago
  2. 287f48e riscv64: more <sys/ucontext.h>. by Elliott Hughes · 3 years, 3 months ago
  3. 4043e5e Add riscv64 <ucontext.h>. by Elliott Hughes · 3 years, 3 months ago
  4. 5b2552a Merge "riscv64 <sys/user.h>." by Elliott Hughes · 3 years, 3 months ago
  5. 4c6d66c riscv64 <fenv.h>. by Elliott Hughes · 3 years, 3 months ago
  6. cf12381 riscv64 <sys/user.h>. by Elliott Hughes · 3 years, 3 months ago
  7. 0f19b10 Switch to FreeBSD's elf_common.h. by Elliott Hughes · 3 years, 3 months ago
  8. 5cc8a46 riscv64's struct stat is the same as arm64's. by Elliott Hughes · 3 years, 3 months ago
  9. ee41a35 Extend the process_madvise() docs. by Elliott Hughes · 3 years, 4 months ago
  10. 82be76b Add __freadahead. by Elliott Hughes · 3 years, 4 months ago
  11. 5cfca6b Add fdsan owner type for native_handle_t by Brian Duddie · 3 years, 5 months ago
  12. 963e24b setjmp.h: add the missing __returns_twice to sigsetjmp(). by Elliott Hughes · 3 years, 5 months ago
  13. 0d64243 Add C23's memset_explicit(). by Elliott Hughes · 3 years, 5 months ago
  14. 7b396ae Add the other known aliases for the recent Android releases. by Elliott Hughes · 3 years, 6 months ago
  15. 8cd2ebf Add Android U API level to NDK headers by Michael Wright · 3 years, 7 months ago
  16. 10a76e6 Update to v5.18 kernel headers. by Christopher Ferris · 3 years, 7 months ago
  17. 900a989 Mention O_CREAT and O_TMPFILE in both open(2) fortify messages. by Elliott Hughes · 3 years, 7 months ago
  18. 55b5639 Revert "Update to v5.18 kernel headers." by Greg Kaiser · 3 years, 8 months ago
  19. 5d36796 Update to v5.18 kernel headers. by Christopher Ferris · 3 years, 8 months ago
  20. c2e412e Add copy_file_range(2) syscall stub to bionic. by zijunzhao · 3 years, 9 months ago
  21. c66cb5b Merge "add new Linux close_range() system call to bionic" by Treehugger Robot · 3 years, 8 months ago
  22. b65e105 add new Linux close_range() system call to bionic by Maciej Żenczykowski · 4 years ago
  23. 8813464 legacy strtof inline: don't set errno for "inf" by Ryan Prichard · 3 years, 9 months ago
  24. 262b873 posix_spawn - implement support for POSIX_SPAWN_CLOEXEC_DEFAULT by Maciej Żenczykowski · 4 years ago
  25. 2b64e40 Merge "Avoid usage of LONG_BIT in signal headers." by Treehugger Robot · 3 years, 10 months ago
  26. 08b968b Avoid usage of LONG_BIT in signal headers. by Peter Collingbourne · 3 years, 10 months ago
  27. 1ed5534 Update to v5.17 kernel headers. by Christopher Ferris · 3 years, 10 months ago
  28. 07cdd57 Remove clang version check around diagnose_as_builtin by Pirama Arumuga Nainar · 3 years, 11 months ago
  29. db71def Annotate fortify functions with diagnose_as_builtin by Pirama Arumuga Nainar · 4 years ago
  30. 5396787 Merge "Fix copy pasta in guard macro for weak symbols." by Treehugger Robot · 4 years ago
  31. a479261 Update to v5.16 kernel headers. by Christopher Ferris · 4 years ago
  32. e410625 Fix copy pasta in guard macro for weak symbols. by Dan Albert · 4 years ago
  33. 952da92 Remove availability definitions for mbs APIs. by Dan Albert · 4 years ago
  34. 31fbc14 sched.h: add doc comments. by Elliott Hughes · 5 years ago
  35. 8248e62 Add mallinfo2 call. by Christopher Ferris · 4 years, 1 month ago
  36. 02ed7ea Merge "Fix incorrect API level for wcstombs and mbstowcs." by Zijun Zhao · 4 years, 2 months ago
  37. 57474c8 Fix incorrect API level for wcstombs and mbstowcs. by ZijunZhao · 4 years, 3 months ago
  38. 2abfa9e Update to v5.15 kernel headers. by Christopher Ferris · 4 years, 2 months ago
  39. 11526e2 Add execinfo functionality. by Christopher Ferris · 4 years, 3 months ago
  40. cf59e19 Add preadv2/pwritev2 wrappers. by Elliott Hughes · 4 years, 3 months ago
  41. e791552 Add API level define for T. by Dan Albert · 4 years, 4 months ago
  42. 3a39c0b Update to v5.14 kernel headers. by Christopher Ferris · 4 years, 4 months ago
  43. d275067 Define sockaddr_storage in bionic by Colin Cross · 4 years, 7 months ago
  44. fcc3b4f Update to v5.13 kernel headers. by Christopher Ferris · 4 years, 7 months ago
  45. d8d561c Add definition of M_MEMTAG_TUNING. by Evgenii Stepanov · 4 years, 7 months ago
  46. c849ef1 Improve the <sys/select.h> docs. by Elliott Hughes · 4 years, 7 months ago
  47. 504d048 Mark abort(3) as `nomerge`. by Elliott Hughes · 4 years, 7 months ago
  48. a9750ed Update to v5.12 kernel headers. by Christopher Ferris · 4 years, 9 months ago
  49. 39899f5 Fix return type of process_madvise(). by Elliott Hughes · 4 years, 9 months ago
  50. a1112fd fortify: mark all always_inline functions with no_stack_protector by George Burgess IV · 4 years, 10 months ago
  51. 3de1915 Add wrappers for pidfd_{open,getfd,send_signal}. by Josh Gao · 4 years, 11 months ago
  52. 05667cd Update to v5.11 kernel headers. by Christopher Ferris · 5 years ago
  53. a37b181 Rename __ANDROID_UNGUARDED_AVAILABILITY__ -> __ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__. by Elliott Hughes · 5 years ago
  54. bfa3688 Merge "[MemInit] Remove old API, introduce new MemInit API." by Mitch Phillips · 5 years ago
  55. eae41f8 Fix __VERSIONER_NO_GUARD cases for availability. by Dan Albert · 5 years ago
  56. cf81e7c Merge changes from topic "proc_madvise_framework" by Edgar Arriaga · 5 years ago
  57. 9cad842 [MemInit] Remove old API, introduce new MemInit API. by Mitch Phillips · 5 years ago
  58. 7cff764 Merge changes from topic "future_symbol" by Jiyong Park · 5 years ago
  59. 128ef8e Add bionic headers for process_madvise by Edgar Arriaga · 5 years ago
  60. bb19208 Guard __libc_current_sigrtmin/max with __builtin_available by Jiyong Park · 5 years ago
  61. 23bfed2 __INTRODUCED_IN macros add the availability attribute by Jiyong Park · 5 years ago
  62. 446b4dd Make "disable memory mitigations" and "set heap tagging level" more available. by Elliott Hughes · 5 years ago
  63. 43978a0 Fix things so that <features.h> can be used from assembler again. by Elliott Hughes · 5 years ago
  64. 32ff3f8 Update to v5.10 kernel headers. by Christopher Ferris · 5 years ago
  65. 439ebbd Simplify and improve tempnam() and tmpnam(). by Elliott Hughes · 5 years ago
  66. 25c18d4 Update to v5.9 kernel headers. by Christopher Ferris · 5 years ago
  67. 7241ac6 Merge "Enable BTI in bionic linker" by Elliott Hughes · 5 years ago
  68. 978eb16 Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h. by Peter Collingbourne · 5 years ago
  69. 8d55d18 Enable BTI in bionic linker by Tamas Petz · 6 years ago
  70. fee514e Make it clearer that math.h isn't fdlibm. by Elliott Hughes · 5 years ago
  71. 8e5fc5b NGREG != ELF_NGREG. by Elliott Hughes · 5 years ago
  72. d4d7efc Merge "Add a thread-properties API (Based on proposal at https://sourceware.org/glibc/wiki/ThreadPropertiesAPI)" by Vy Nguyen · 5 years ago
  73. aadcb07 Merge "Cleanup for #inclusivefixit." by Elliott Hughes · 5 years ago
  74. d8f4691 Add api-level.h to dac, improve docs. by Dan Albert · 5 years ago
  75. d500751 Add a thread-properties API by Vy Nguyen · 6 years ago
  76. f08e70a Merge "Reimplement our no-op utmp.h functions more simply." by Elliott Hughes · 5 years ago
  77. 9a1d397 Reimplement our no-op utmp.h functions more simply. by Elliott Hughes · 5 years ago
  78. 2dbea43 Make swab(3) inline prior to API 28. by Dan Albert · 7 years ago
  79. 8177cdf Update to v5.8 kernel headers. by Christopher Ferris · 5 years ago
  80. cf34653 More cleanup for #inclusivefixit. by Elliott Hughes · 5 years ago
  81. 8844879 Add support for new scudo mallopt options. by Christopher Ferris · 5 years ago
  82. fce3187 Cleanup for #inclusivefixit. by Elliott Hughes · 5 years ago
  83. 68ae6ad Changes for #inclusivefixit. by Elliott Hughes · 5 years ago
  84. c9889fd strings.h: undef ffs/ffsl/ffsll. by Elliott Hughes · 6 years ago
  85. 49f7f10 Merge "Add API constant for S." by Treehugger Robot · 6 years ago
  86. 03581d7 Merge changes I6c9c2bf5,I23991692 by Tom Cherry · 6 years ago
  87. 6f2e810 Cleanup some trivial TODOs. by Tom Cherry · 6 years ago
  88. bb9fcb4 Update to v5.6 kernel headers. by Christopher Ferris · 6 years ago
  89. 14dcbf8 Add API constant for S. by Dan Albert · 6 years ago
  90. 666b12e icmp6.h - add captive portal and pref64 nd opts by Maciej Żenczykowski · 6 years ago
  91. 02f9f4c Add documentation to <dirent.h>. by Elliott Hughes · 6 years ago
  92. 4a6899c Add ffsl(3), ffsll(3). by Elliott Hughes · 6 years ago
  93. fa658eb Fix bugprone-macro-parentheses warnings by Chih-Hung Hsieh · 6 years ago
  94. 33318f5 Merge "Add a libc wrapper for statx(2)." by Elliott Hughes · 6 years ago
  95. 521dab3 Merge "Make the HWCAP/HWCAP2 constants available from <sys/auxv.h>." by Elliott Hughes · 6 years ago
  96. c5d9036 Make the HWCAP/HWCAP2 constants available from <sys/auxv.h>. by Elliott Hughes · 6 years ago
  97. 733cedd Add a libc wrapper for statx(2). by Elliott Hughes · 6 years ago
  98. 5403bd6 Fix wrong link in getauxval(3) doc comment. by Elliott Hughes · 6 years ago
  99. db5c45b Merge "fortify: simplify strlen for LLVM's new optimization" by George Burgess IV · 6 years ago
  100. 36359f4 Remove unused declarations. by Elliott Hughes · 6 years ago