1. 07cdd57 Remove clang version check around diagnose_as_builtin by Pirama Arumuga Nainar · 4 years ago
  2. db71def Annotate fortify functions with diagnose_as_builtin by Pirama Arumuga Nainar · 4 years ago
  3. cf59e19 Add preadv2/pwritev2 wrappers. by Elliott Hughes · 4 years, 3 months ago
  4. d275067 Define sockaddr_storage in bionic by Colin Cross · 4 years, 7 months ago
  5. c849ef1 Improve the <sys/select.h> docs. by Elliott Hughes · 4 years, 7 months ago
  6. 39899f5 Fix return type of process_madvise(). by Elliott Hughes · 4 years, 10 months ago
  7. a1112fd fortify: mark all always_inline functions with no_stack_protector by George Burgess IV · 4 years, 10 months ago
  8. 3de1915 Add wrappers for pidfd_{open,getfd,send_signal}. by Josh Gao · 5 years ago
  9. eae41f8 Fix __VERSIONER_NO_GUARD cases for availability. by Dan Albert · 5 years ago
  10. 128ef8e Add bionic headers for process_madvise by Edgar Arriaga · 5 years ago
  11. 8e5fc5b NGREG != ELF_NGREG. by Elliott Hughes · 5 years ago
  12. d500751 Add a thread-properties API by Vy Nguyen · 6 years ago
  13. fa658eb Fix bugprone-macro-parentheses warnings by Chih-Hung Hsieh · 6 years ago
  14. 33318f5 Merge "Add a libc wrapper for statx(2)." by Elliott Hughes · 6 years ago
  15. 733cedd Add a libc wrapper for statx(2). by Elliott Hughes · 6 years ago
  16. 5403bd6 Fix wrong link in getauxval(3) doc comment. by Elliott Hughes · 6 years ago
  17. 5ac438e Clean up mips references in the headers. by Elliott Hughes · 6 years ago
  18. 5a750f3 versioner: Add __VERSIONER_FORTIFY_INLINE by Logan Chien · 6 years ago
  19. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  20. 9584fa4 Update to android-mainline kernel headers v5.4. by Christopher Ferris · 6 years ago
  21. 8a0cdb1 fortify: allow diagnostics without run-time checks (attempt #2) by George Burgess IV · 6 years ago
  22. 2fead5f Merge "Revert "fortify: allow diagnostics without run-time checks"" by George Burgess IV · 6 years ago
  23. f359548 Revert "fortify: allow diagnostics without run-time checks" by George Burgess IV · 6 years ago
  24. d1dcb72 Merge "fortify: allow diagnostics without run-time checks" by Treehugger Robot · 6 years ago
  25. b361e68 Header improvements. by Elliott Hughes · 6 years ago
  26. d7e11b8 fortify: allow diagnostics without run-time checks by George Burgess IV · 6 years ago
  27. e949195 Adopt GNU calling convention for ifunc resolvers. by Peter Collingbourne · 6 years ago
  28. 80e9f65 Remove __ANDROID_NDK__ from bionic, and document our #defines. by Elliott Hughes · 6 years ago
  29. 3aedee9 fortify: remove last uses of __bos_trivially_not* by George Burgess IV · 6 years ago
  30. f106a39 Remove __INTRODUCED_IN for obsolete API levels. by Elliott Hughes · 6 years ago
  31. cfac8d0 <sys/select.h>: add docs, and a warning against using select(). by Elliott Hughes · 6 years ago
  32. 37ff081 Merge "Support statvfs on API levels before 19." by Elliott Hughes · 6 years ago
  33. 2c4cb0d Add EFD_SEMAPHORE flag for eventfd. by Christopher Ferris · 6 years ago
  34. 261bd74 Support statvfs on API levels before 19. by Elliott Hughes · 6 years ago
  35. f69d852 Automatically include <android/ndk-version.h> from every header. by Elliott Hughes · 6 years ago
  36. 3d24d2b Add memfd_create(2) and mlock2(2). by Elliott Hughes · 6 years ago
  37. cfede4f Merge changes Ic2d48c93,I981ac9bd by Treehugger Robot · 7 years ago
  38. 30d4c6f Merge "fortify: use __builtin_constant_p for more short-circuits" by Treehugger Robot · 7 years ago
  39. a743f31 Merge "fortify: Migrate trivial cases to dynamic check macros" by George Burgess IV · 7 years ago
  40. c03d596 fortify: s/([gl])eq/\1e/g by George Burgess IV · 7 years ago
  41. a1a09b2 fortify: use __builtin_constant_p for more short-circuits by George Burgess IV · 7 years ago
  42. b07c197 Merge "fortify: use a macro in diagnose_if" by Treehugger Robot · 7 years ago
  43. 5da5dd5 fortify: Migrate trivial cases to dynamic check macros by George Burgess IV · 7 years ago
  44. 5273dc5 fortify: use a macro in diagnose_if by George Burgess IV · 7 years ago
  45. 24f97eb Update to kernel headers to v5.1.3. by Christopher Ferris · 7 years ago
  46. 3403315 Annotate no_return and returns_twice functions. by Josh Gao · 7 years ago
  47. 3cfedf4 param.h: whitespace cleanup by Nick Kralevich · 7 years ago
  48. c50b6a2 Make powerof2 macro ubsan safe by Nick Kralevich · 7 years ago
  49. ae4d10b Add __attribute__((unused)) to __BIONIC_ERROR_FUNCTION_VISIBILITY by Logan Chien · 7 years ago
  50. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  51. 25bcf59 libc: Match header annotations to version script by Logan Chien · 7 years ago
  52. 00dda09 <sys/param.h>: pollute the namespace with <endian.h>. by Elliott Hughes · 7 years ago
  53. dd6763a Another round of documentation. by Elliott Hughes · 7 years ago
  54. cd524ca Merge changes from topic "fdsan_abort_msg" by Josh Gao · 7 years ago
  55. f3aa300 Stringify api_level in <android/versioning.h>. by Josh Gao · 7 years ago
  56. 1dc2503 Delete archaic pre-ANSI C support. by Josh Gao · 7 years ago
  57. 062eac8 <sys/socket.h>: add constant for kernel TLS. by Elliott Hughes · 7 years ago
  58. 4b9379c Merge "Start documenting libc." by Elliott Hughes · 7 years ago
  59. 462e90c Start documenting libc. by Elliott Hughes · 7 years ago
  60. 99d5465 Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>. by Elliott Hughes · 7 years ago
  61. b7b2884 Merge "Reland "Retire GCC FORTIFY."" by Elliott Hughes · 7 years ago
  62. 439bb1d Merge "Fixup an out of date comment." by Treehugger Robot · 7 years ago
  63. 0fe2203 Fixup an out of date comment. by Tom Cherry · 7 years ago
  64. 7763ab4 Use the FreeBSD __CONCAT. by Elliott Hughes · 7 years ago
  65. 0d1a8a5 Reland "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  66. 4dbe8fc Revert "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  67. 067bdc9 Retire GCC FORTIFY. by Elliott Hughes · 7 years ago
  68. e7d185f <sys/un.h>: add SUN_LEN. by Elliott Hughes · 8 years ago
  69. 00a6d5f Bionic: Always use fortified versions of FD_X macros by Andreas Gampe · 8 years ago
  70. de45dcb libc: silence unsigned->signed warnings with ioctl by George Burgess IV · 8 years ago
  71. 665ce21 Merge "Add remaining _l function stubs." by Elliott Hughes · 8 years ago
  72. 3376c23 Add remaining _l function stubs. by Elliott Hughes · 8 years ago
  73. 23415fc Add uc_sigmask64. by Elliott Hughes · 8 years ago
  74. 25f17e4 Better backwards compatibility for stat64. by Elliott Hughes · 8 years ago
  75. 9024235 Remove __overloadable/__RENAME_CLANG by George Burgess IV · 8 years ago
  76. 5905d6f Add `sigset64_t` and accompanying functions. by Elliott Hughes · 8 years ago
  77. cc0fe6e The future is now (2018 edition). by Elliott Hughes · 8 years ago
  78. c6ea39d Merge "Use __BIONIC_FORTIFY_VARIADIC for variadic functions." by Chih-hung Hsieh · 8 years ago
  79. 5f6d1a5 <sys/ioctl.h> shouldn't pollute the namespace as much. by Elliott Hughes · 8 years ago
  80. f81abef Use __BIONIC_FORTIFY_VARIADIC for variadic functions. by Chih-Hung Hsieh · 8 years ago
  81. 64f355f Use in_addr in ip_mreq_source and ip_msfilter. by Elliott Hughes · 8 years ago
  82. 21b56eb Test POSIX 1003.1 2016 chapter 13 "Headers". by Elliott Hughes · 8 years ago
  83. a6714d1 Make our fortify FD_ISSET const, and expose the fd_mask type. by Elliott Hughes · 8 years ago
  84. a348174 Improve the _FILE_OFFSET_BITS docs and link to them. by Elliott Hughes · 8 years ago
  85. e5d66eb libc: Disable FORTIFY if we're using clang-tidy. by George Burgess IV · 8 years ago
  86. 8c2323c Fix "Add a legacy inline for mmap64". by Dan Albert · 8 years ago
  87. a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
  88. 8465e96 Add <sys/random.h>. by Elliott Hughes · 8 years ago
  89. 50cda38 Use __RENAME for long double functions. by Elliott Hughes · 8 years ago
  90. 4c0803d Cast __builtin_swap64 to uint64_t. by Elliott Hughes · 8 years ago
  91. 7ac99d3 Merge "Disable FORTIFY on ASAN builds" by Treehugger Robot · 8 years ago
  92. d9551db Disable FORTIFY on ASAN builds by George Burgess IV · 8 years ago
  93. ff26a16 Re-submit "Name function arguments in libc headers for Studio." by Elliott Hughes · 8 years ago
  94. 9af9120 Revert "Name function arguments in libc headers for Studio." by Colin Cross · 8 years ago
  95. 079bff4 Name function arguments in libc headers for Studio. by Elliott Hughes · 8 years ago
  96. 1de2e35 Enable FORTIFY in unoptimized builds by George Burgess IV · 8 years ago
  97. 3f66e74 Remove nullability specifications. by Elliott Hughes · 8 years ago
  98. ec6850d Remove restrict/__restrict. by Elliott Hughes · 8 years ago
  99. c2a10f7 Merge "libc: Add diagnose_if macros to cdefs." by Treehugger Robot · 8 years ago
  100. 1db06fa Merge "libc: Split FORTIFY into its own headers" by Treehugger Robot · 8 years ago