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