1. 39899f5 Fix return type of process_madvise(). by Elliott Hughes · 4 years, 4 months ago
  2. a1112fd fortify: mark all always_inline functions with no_stack_protector by George Burgess IV · 4 years, 5 months ago
  3. 3de1915 Add wrappers for pidfd_{open,getfd,send_signal}. by Josh Gao · 4 years, 6 months ago
  4. 05667cd Update to v5.11 kernel headers. by Christopher Ferris · 4 years, 6 months ago
  5. a37b181 Rename __ANDROID_UNGUARDED_AVAILABILITY__ -> __ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__. by Elliott Hughes · 4 years, 6 months ago
  6. bfa3688 Merge "[MemInit] Remove old API, introduce new MemInit API." by Mitch Phillips · 4 years, 6 months ago
  7. eae41f8 Fix __VERSIONER_NO_GUARD cases for availability. by Dan Albert · 4 years, 6 months ago
  8. cf81e7c Merge changes from topic "proc_madvise_framework" by Edgar Arriaga · 4 years, 6 months ago
  9. 9cad842 [MemInit] Remove old API, introduce new MemInit API. by Mitch Phillips · 4 years, 7 months ago
  10. 7cff764 Merge changes from topic "future_symbol" by Jiyong Park · 4 years, 7 months ago
  11. 128ef8e Add bionic headers for process_madvise by Edgar Arriaga · 4 years, 8 months ago
  12. bb19208 Guard __libc_current_sigrtmin/max with __builtin_available by Jiyong Park · 5 years ago
  13. 23bfed2 __INTRODUCED_IN macros add the availability attribute by Jiyong Park · 5 years ago
  14. 446b4dd Make "disable memory mitigations" and "set heap tagging level" more available. by Elliott Hughes · 4 years, 7 months ago
  15. 43978a0 Fix things so that <features.h> can be used from assembler again. by Elliott Hughes · 4 years, 7 months ago
  16. 32ff3f8 Update to v5.10 kernel headers. by Christopher Ferris · 4 years, 8 months ago
  17. 439ebbd Simplify and improve tempnam() and tmpnam(). by Elliott Hughes · 4 years, 8 months ago
  18. 25c18d4 Update to v5.9 kernel headers. by Christopher Ferris · 4 years, 10 months ago
  19. 7241ac6 Merge "Enable BTI in bionic linker" by Elliott Hughes · 4 years, 11 months ago
  20. 978eb16 Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h. by Peter Collingbourne · 4 years, 11 months ago
  21. 8d55d18 Enable BTI in bionic linker by Tamas Petz · 5 years ago
  22. fee514e Make it clearer that math.h isn't fdlibm. by Elliott Hughes · 5 years ago
  23. 8e5fc5b NGREG != ELF_NGREG. by Elliott Hughes · 5 years ago
  24. d4d7efc Merge "Add a thread-properties API (Based on proposal at https://sourceware.org/glibc/wiki/ThreadPropertiesAPI)" by Vy Nguyen · 5 years ago
  25. aadcb07 Merge "Cleanup for #inclusivefixit." by Elliott Hughes · 5 years ago
  26. d8f4691 Add api-level.h to dac, improve docs. by Dan Albert · 5 years ago
  27. d500751 Add a thread-properties API by Vy Nguyen · 5 years ago
  28. f08e70a Merge "Reimplement our no-op utmp.h functions more simply." by Elliott Hughes · 5 years ago
  29. 9a1d397 Reimplement our no-op utmp.h functions more simply. by Elliott Hughes · 5 years ago
  30. 2dbea43 Make swab(3) inline prior to API 28. by Dan Albert · 6 years ago
  31. 8177cdf Update to v5.8 kernel headers. by Christopher Ferris · 5 years ago
  32. cf34653 More cleanup for #inclusivefixit. by Elliott Hughes · 5 years ago
  33. 8844879 Add support for new scudo mallopt options. by Christopher Ferris · 5 years ago
  34. fce3187 Cleanup for #inclusivefixit. by Elliott Hughes · 5 years ago
  35. 68ae6ad Changes for #inclusivefixit. by Elliott Hughes · 5 years ago
  36. c9889fd strings.h: undef ffs/ffsl/ffsll. by Elliott Hughes · 5 years ago
  37. 49f7f10 Merge "Add API constant for S." by Treehugger Robot · 5 years ago
  38. 03581d7 Merge changes I6c9c2bf5,I23991692 by Tom Cherry · 5 years ago
  39. 6f2e810 Cleanup some trivial TODOs. by Tom Cherry · 5 years ago
  40. bb9fcb4 Update to v5.6 kernel headers. by Christopher Ferris · 5 years ago
  41. 14dcbf8 Add API constant for S. by Dan Albert · 5 years ago
  42. 666b12e icmp6.h - add captive portal and pref64 nd opts by Maciej Żenczykowski · 5 years ago
  43. 02f9f4c Add documentation to <dirent.h>. by Elliott Hughes · 5 years ago
  44. 4a6899c Add ffsl(3), ffsll(3). by Elliott Hughes · 5 years ago
  45. fa658eb Fix bugprone-macro-parentheses warnings by Chih-Hung Hsieh · 5 years ago
  46. 33318f5 Merge "Add a libc wrapper for statx(2)." by Elliott Hughes · 5 years ago
  47. 521dab3 Merge "Make the HWCAP/HWCAP2 constants available from <sys/auxv.h>." by Elliott Hughes · 5 years ago
  48. c5d9036 Make the HWCAP/HWCAP2 constants available from <sys/auxv.h>. by Elliott Hughes · 5 years ago
  49. 733cedd Add a libc wrapper for statx(2). by Elliott Hughes · 5 years ago
  50. 5403bd6 Fix wrong link in getauxval(3) doc comment. by Elliott Hughes · 5 years ago
  51. db5c45b Merge "fortify: simplify strlen for LLVM's new optimization" by George Burgess IV · 5 years ago
  52. 36359f4 Remove unused declarations. by Elliott Hughes · 5 years ago
  53. 5ac438e Clean up mips references in the headers. by Elliott Hughes · 5 years ago
  54. d02e7b1 fortify: simplify strlen for LLVM's new optimization by George Burgess IV · 5 years ago
  55. 44c01c7 Clean up the math headers. by Elliott Hughes · 5 years ago
  56. fd2eb42 Merge "<ctype.h>: inline the ASCII functions." by Elliott Hughes · 6 years ago
  57. 3f41e14 Merge "fortify: remove 'optimizations' for functions that LLVM knows about" by George Burgess IV · 6 years ago
  58. 026d3a8 <ctype.h>: inline the ASCII functions. by Elliott Hughes · 6 years ago
  59. 2f78765 fortify: remove 'optimizations' for functions that LLVM knows about by George Burgess IV · 6 years ago
  60. 9354f3e Merge "Fix the libc/include .clang-format." by Treehugger Robot · 6 years ago
  61. 5f1165c versioner: don't require mips headers. by Elliott Hughes · 6 years ago
  62. 3288c2e Fix the libc/include .clang-format. by Elliott Hughes · 6 years ago
  63. 09e77f3 _FILE_OFFSET_BITS=64 support for fcntl. by Elliott Hughes · 6 years ago
  64. b070cab elf.h: move all the Android extensions together. by Elliott Hughes · 6 years ago
  65. 6663f55 Modernize SHT_RELR support. by Elliott Hughes · 6 years ago
  66. f39b085 Consistent <termios.h> behavior on all API levels. by Elliott Hughes · 6 years ago
  67. 3779d6d Merge "Add /system_ext/bin to shell search path" by Treehugger Robot · 6 years ago
  68. 580d17d Add /system_ext/bin to shell search path by Justin Yun · 6 years ago
  69. 5a750f3 versioner: Add __VERSIONER_FORTIFY_INLINE by Logan Chien · 6 years ago
  70. d7d9ebc versioner: Only enable annotation while running versioner by Logan Chien · 6 years ago
  71. d98dac41 versioner: Fix fortified sendto by Logan Chien · 6 years ago
  72. aaffa3c versioner: Update libc.map.txt to match annotations by Logan Chien · 6 years ago
  73. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  74. 9584fa4 Update to android-mainline kernel headers v5.4. by Christopher Ferris · 6 years ago
  75. 8a0cdb1 fortify: allow diagnostics without run-time checks (attempt #2) by George Burgess IV · 6 years ago
  76. f38e8ca Stop using `__out` as a name. by Elliott Hughes · 6 years ago
  77. 2fead5f Merge "Revert "fortify: allow diagnostics without run-time checks"" by George Burgess IV · 6 years ago
  78. f359548 Revert "fortify: allow diagnostics without run-time checks" by George Burgess IV · 6 years ago
  79. d1dcb72 Merge "fortify: allow diagnostics without run-time checks" by Treehugger Robot · 6 years ago
  80. a468123 search.h: add doc comments. by Elliott Hughes · 6 years ago
  81. b361e68 Header improvements. by Elliott Hughes · 6 years ago
  82. d7e11b8 fortify: allow diagnostics without run-time checks by George Burgess IV · 6 years ago
  83. e949195 Adopt GNU calling convention for ifunc resolvers. by Peter Collingbourne · 6 years ago
  84. 80e9f65 Remove __ANDROID_NDK__ from bionic, and document our #defines. by Elliott Hughes · 6 years ago
  85. e9ff762 Merge "Reimplement the <ctype.h> is* functions." by Elliott Hughes · 6 years ago
  86. ee15585 Merge "Restore __ANDROID_NDK__." by Elliott Hughes · 6 years ago
  87. 9823c92 Restore __ANDROID_NDK__. by Elliott Hughes · 6 years ago
  88. a4959aa Reimplement the <ctype.h> is* functions. by Elliott Hughes · 6 years ago
  89. 3aedee9 fortify: remove last uses of __bos_trivially_not* by George Burgess IV · 6 years ago
  90. fd1ff4b fortify(string): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  91. 9349b9e fortify(fcntl): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  92. 3e565bd Merge "fortify(unistd): emit diagnostics regardless of API level" by Treehugger Robot · 6 years ago
  93. 0e14c5a <unistd.h> __INTRODUCED_IN cleaup. by Elliott Hughes · 6 years ago
  94. da8d30f fortify(unistd): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  95. 3398552 Merge "Remove __INTRODUCED_IN for obsolete API levels." by Treehugger Robot · 6 years ago
  96. f106a39 Remove __INTRODUCED_IN for obsolete API levels. by Elliott Hughes · 6 years ago
  97. b8a95e2 Update to kernel headers v5.3.2. by Christopher Ferris · 6 years ago
  98. 3d6cf76 Merge "<sys/select.h>: add docs, and a warning against using select()." by Elliott Hughes · 6 years ago
  99. cfac8d0 <sys/select.h>: add docs, and a warning against using select(). by Elliott Hughes · 6 years ago
  100. 113d6fa fortify(stdio): emit diagnostics regardless of API level by George Burgess IV · 6 years ago