1. eae41f8 Fix __VERSIONER_NO_GUARD cases for availability. by Dan Albert · 5 years ago
  2. 32ff3f8 Update to v5.10 kernel headers. by Christopher Ferris · 5 years ago
  3. 25c18d4 Update to v5.9 kernel headers. by Christopher Ferris · 5 years ago
  4. 8d55d18 Enable BTI in bionic linker by Tamas Petz · 6 years ago
  5. 2dbea43 Make swab(3) inline prior to API 28. by Dan Albert · 7 years ago
  6. 8177cdf Update to v5.8 kernel headers. by Christopher Ferris · 5 years ago
  7. 03581d7 Merge changes I6c9c2bf5,I23991692 by Tom Cherry · 6 years ago
  8. 6f2e810 Cleanup some trivial TODOs. by Tom Cherry · 6 years ago
  9. bb9fcb4 Update to v5.6 kernel headers. by Christopher Ferris · 6 years ago
  10. fa658eb Fix bugprone-macro-parentheses warnings by Chih-Hung Hsieh · 6 years ago
  11. 33318f5 Merge "Add a libc wrapper for statx(2)." by Elliott Hughes · 6 years ago
  12. c5d9036 Make the HWCAP/HWCAP2 constants available from <sys/auxv.h>. by Elliott Hughes · 6 years ago
  13. 733cedd Add a libc wrapper for statx(2). by Elliott Hughes · 6 years ago
  14. db5c45b Merge "fortify: simplify strlen for LLVM's new optimization" by George Burgess IV · 6 years ago
  15. 36359f4 Remove unused declarations. by Elliott Hughes · 6 years ago
  16. 5ac438e Clean up mips references in the headers. by Elliott Hughes · 6 years ago
  17. d02e7b1 fortify: simplify strlen for LLVM's new optimization by George Burgess IV · 6 years ago
  18. 44c01c7 Clean up the math headers. by Elliott Hughes · 6 years ago
  19. fd2eb42 Merge "<ctype.h>: inline the ASCII functions." by Elliott Hughes · 6 years ago
  20. 026d3a8 <ctype.h>: inline the ASCII functions. by Elliott Hughes · 6 years ago
  21. 2f78765 fortify: remove 'optimizations' for functions that LLVM knows about by George Burgess IV · 6 years ago
  22. 09e77f3 _FILE_OFFSET_BITS=64 support for fcntl. by Elliott Hughes · 6 years ago
  23. d98dac41 versioner: Fix fortified sendto by Logan Chien · 6 years ago
  24. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  25. 8a0cdb1 fortify: allow diagnostics without run-time checks (attempt #2) by George Burgess IV · 6 years ago
  26. f38e8ca Stop using `__out` as a name. by Elliott Hughes · 6 years ago
  27. f359548 Revert "fortify: allow diagnostics without run-time checks" by George Burgess IV · 6 years ago
  28. d7e11b8 fortify: allow diagnostics without run-time checks by George Burgess IV · 6 years ago
  29. 3aedee9 fortify: remove last uses of __bos_trivially_not* by George Burgess IV · 6 years ago
  30. fd1ff4b fortify(string): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  31. 9349b9e fortify(fcntl): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  32. 3e565bd Merge "fortify(unistd): emit diagnostics regardless of API level" by Treehugger Robot · 6 years ago
  33. 0e14c5a <unistd.h> __INTRODUCED_IN cleaup. by Elliott Hughes · 6 years ago
  34. da8d30f fortify(unistd): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  35. b8a95e2 Update to kernel headers v5.3.2. by Christopher Ferris · 6 years ago
  36. 113d6fa fortify(stdio): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  37. db87607 fortify(poll): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  38. bc37c5a fortify(strings): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  39. d0a0f72 fortify(socket/stat): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  40. 36926f4 fortify: account for new clang diagnostics by George Burgess IV · 6 years ago
  41. 2fb9a03 Merge "versioner: Fix bzero/bcopy fortify" by Logan Chien · 6 years ago
  42. 37ff081 Merge "Support statvfs on API levels before 19." by Elliott Hughes · 6 years ago
  43. b33952c versioner: Fix bzero/bcopy fortify by Logan Chien · 6 years ago
  44. 261bd74 Support statvfs on API levels before 19. by Elliott Hughes · 6 years ago
  45. 235aad1 versioner: Fix C11 threads.h by Logan Chien · 6 years ago
  46. a960142 Fix timespec.h documentation by Tom Cherry · 6 years ago
  47. 6d60145 Renumber arm64 TLS to match GNU values by Ryan Prichard · 6 years ago
  48. 76e2b15 Change stdatomic.h check from defined(_USING_LIBCXX) to __has_include(<atomic>) by Tom Cherry · 6 years ago
  49. aeddbcf Update to kernel headers v5.2. by Christopher Ferris · 7 years ago
  50. 261b7f4 fortify: replace bzero/bcmp defines by George Burgess IV · 7 years ago
  51. 849c0b9 fortify: add __mempcpy_chk by George Burgess IV · 7 years ago
  52. 74519e7 fortify: fix overflow checks in unistd by George Burgess IV · 7 years ago
  53. 26d25a2 fortify: add even more warnings by George Burgess IV · 7 years ago
  54. 8c0ec11 fortify: fix up a few diagnostics; add __wur to realpath by George Burgess IV · 7 years ago
  55. 2356c93 fortify: add bit checking for open(at)?64 functions by George Burgess IV · 7 years ago
  56. 77f99aa fortify: add diagnostics for str* functions by George Burgess IV · 7 years ago
  57. cfede4f Merge changes Ic2d48c93,I981ac9bd by Treehugger Robot · 7 years ago
  58. 30d4c6f Merge "fortify: use __builtin_constant_p for more short-circuits" by Treehugger Robot · 7 years ago
  59. a743f31 Merge "fortify: Migrate trivial cases to dynamic check macros" by George Burgess IV · 7 years ago
  60. c03d596 fortify: s/([gl])eq/\1e/g by George Burgess IV · 7 years ago
  61. d9865e7 fortify: more use of __builtin_constant_p by George Burgess IV · 7 years ago
  62. a1a09b2 fortify: use __builtin_constant_p for more short-circuits by George Burgess IV · 7 years ago
  63. 32e8d4f Merge "fortify: inline #defined strings" by Treehugger Robot · 7 years ago
  64. b07c197 Merge "fortify: use a macro in diagnose_if" by Treehugger Robot · 7 years ago
  65. 5da5dd5 fortify: Migrate trivial cases to dynamic check macros by George Burgess IV · 7 years ago
  66. ff71793 fortify: inline #defined strings by George Burgess IV · 7 years ago
  67. 5273dc5 fortify: use a macro in diagnose_if by George Burgess IV · 7 years ago
  68. 24f97eb Update to kernel headers to v5.1.3. by Christopher Ferris · 7 years ago
  69. 31c7309 Add SEEK_DATA and SEEK_HOLE constants. by Elliott Hughes · 7 years ago
  70. 4206711 threads.h: Add C11 thread support. by Elliott Hughes · 7 years ago
  71. c4c2e24 <bits/glibc-syscalls.h>: only regenerate when we have new uapi headers. by Elliott Hughes · 7 years ago
  72. 73d1fb9 Fix get_device_api_level_inlines.h in versioner by Logan Chien · 7 years ago
  73. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  74. 9ce2884 Update to v4.19 kernel headers. by Christopher Ferris · 7 years ago
  75. 82ab481 Add _SC_UIO_MAXIOV as a synonym for _SC_IOV_MAX. by Elliott Hughes · 7 years ago
  76. dd6763a Another round of documentation. by Elliott Hughes · 7 years ago
  77. ce934e3 Add android_get_device_api_level. by Elliott Hughes · 7 years ago
  78. 222ce95 Remove ARM/MIPS fenv duplication. by Elliott Hughes · 7 years ago
  79. b7b2884 Merge "Reland "Retire GCC FORTIFY."" by Elliott Hughes · 7 years ago
  80. c1c8a18 Fix arm32/64 dynamic TLS relocations by Ryan Prichard · 8 years ago
  81. 0d1a8a5 Reland "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  82. 4dbe8fc Revert "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  83. 067bdc9 Retire GCC FORTIFY. by Elliott Hughes · 7 years ago
  84. 76a1d45 Update to v4.17.3 kernel headers. by Christopher Ferris · 8 years ago
  85. 90234e5 Merge "Fortify ppoll64." by Elliott Hughes · 8 years ago
  86. b83bf14 Fortify ppoll64. by Elliott Hughes · 8 years ago
  87. de45dcb libc: silence unsigned->signed warnings with ioctl by George Burgess IV · 8 years ago
  88. 23415fc Add uc_sigmask64. by Elliott Hughes · 8 years ago
  89. f81abef Use __BIONIC_FORTIFY_VARIADIC for variadic functions. by Chih-Hung Hsieh · 8 years ago
  90. 59a6ee9 Merge "Add trivial termios tests." by Elliott Hughes · 8 years ago
  91. 64f355f Use in_addr in ip_mreq_source and ip_msfilter. by Elliott Hughes · 8 years ago
  92. 5da9646 Add trivial termios tests. by Elliott Hughes · 8 years ago
  93. 21b56eb Test POSIX 1003.1 2016 chapter 13 "Headers". by Elliott Hughes · 8 years ago
  94. b6c7f6e Fix arm/arm64 <fenv.h> to match current reality. by Elliott Hughes · 8 years ago
  95. c8a2612 Merge "Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched." by Elliott Hughes · 8 years ago
  96. 8aecba7 Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched. by Elliott Hughes · 8 years ago
  97. 19d7685 More <limits.h> fixes. by Elliott Hughes · 8 years ago
  98. ddd6436 Merge "Unified sysroot: kill arch-specific include dirs." by Elliott Hughes · 8 years ago
  99. d4ca231 Unified sysroot: kill arch-specific include dirs. by Elliott Hughes · 8 years ago
  100. 14e3ff9 Implement <spawn.h>. by Elliott Hughes · 8 years ago