1. ac6d59c Nullability check for modules in include/android directory by zijunzhao · 2 years, 4 months ago
  2. 572053a Time for SEO in <android/api-level.h>. by Elliott Hughes · 2 years, 4 months ago
  3. b3e895c Add macro for API level V. by Dan Albert · 2 years, 4 months ago
  4. fbd7970 Remove <stdlib.h> cruft. by Elliott Hughes · 2 years, 5 months ago
  5. 59d9026 Merge "Remove <fenv.h> inlines for obsolete API levels." by Elliott Hughes · 2 years, 5 months ago
  6. f5e899d Merge "Remove <sys/stat.h> inlines for obsolete API levels." by Elliott Hughes · 2 years, 5 months ago
  7. 7dfa18a Merge "Remove <signal.h> inlines for obsolete API levels." by Elliott Hughes · 2 years, 5 months ago
  8. 66734f0 Merge "Remove <sys/mman.h> inlines for obsolete API levels." by Elliott Hughes · 2 years, 5 months ago
  9. 19ed204 Remove <sys/mman.h> inlines for obsolete API levels. by Elliott Hughes · 2 years, 5 months ago
  10. acaaab0 Remove <errno.h> inlines for obsolete API levels. by Elliott Hughes · 2 years, 5 months ago
  11. 432a4af Remove <signal.h> inlines for obsolete API levels. by Elliott Hughes · 2 years, 5 months ago
  12. 2f5829b Remove <fenv.h> inlines for obsolete API levels. by Elliott Hughes · 2 years, 5 months ago
  13. 3f3a8cd Remove <sys/stat.h> inlines for obsolete API levels. by Elliott Hughes · 2 years, 5 months ago
  14. 6ccb71c Merge "Remove <sys/statvfs.h> inlines for API level 19." by Elliott Hughes · 2 years, 5 months ago
  15. 3c3736e Remove <sys/statvfs.h> inlines for API level 19. by Elliott Hughes · 2 years, 5 months ago
  16. d3ebc2f Merge "Remove <stdlib.h> abs/labs/llabs inline for API level 19." by Elliott Hughes · 2 years, 5 months ago
  17. 527d012 Remove <stdlib.h> abs/labs/llabs inline for API level 19. by Elliott Hughes · 2 years, 6 months ago
  18. ed07723 Remove <sys/wait.h> wait4() inline for API level 18. by Elliott Hughes · 2 years, 6 months ago
  19. 5cfca6b Add fdsan owner type for native_handle_t by Brian Duddie · 3 years ago
  20. 7b396ae Add the other known aliases for the recent Android releases. by Elliott Hughes · 3 years, 1 month ago
  21. 8cd2ebf Add Android U API level to NDK headers by Michael Wright · 3 years, 1 month ago
  22. 8813464 legacy strtof inline: don't set errno for "inf" by Ryan Prichard · 3 years, 3 months ago
  23. 08b968b Avoid usage of LONG_BIT in signal headers. by Peter Collingbourne · 3 years, 4 months ago
  24. e410625 Fix copy pasta in guard macro for weak symbols. by Dan Albert · 3 years, 7 months ago
  25. e791552 Add API level define for T. by Dan Albert · 3 years, 11 months ago
  26. a37b181 Rename __ANDROID_UNGUARDED_AVAILABILITY__ -> __ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__. by Elliott Hughes · 4 years, 6 months ago
  27. eae41f8 Fix __VERSIONER_NO_GUARD cases for availability. by Dan Albert · 4 years, 6 months ago
  28. bb19208 Guard __libc_current_sigrtmin/max with __builtin_available by Jiyong Park · 5 years ago
  29. 23bfed2 __INTRODUCED_IN macros add the availability attribute by Jiyong Park · 5 years ago
  30. 43978a0 Fix things so that <features.h> can be used from assembler again. by Elliott Hughes · 4 years, 7 months ago
  31. d8f4691 Add api-level.h to dac, improve docs. by Dan Albert · 5 years ago
  32. 2dbea43 Make swab(3) inline prior to API 28. by Dan Albert · 6 years ago
  33. cf34653 More cleanup for #inclusivefixit. by Elliott Hughes · 5 years ago
  34. 14dcbf8 Add API constant for S. by Dan Albert · 5 years ago
  35. 4a6899c Add ffsl(3), ffsll(3). by Elliott Hughes · 5 years ago
  36. 5ac438e Clean up mips references in the headers. by Elliott Hughes · 5 years ago
  37. 44c01c7 Clean up the math headers. by Elliott Hughes · 5 years ago
  38. 5f1165c versioner: don't require mips headers. by Elliott Hughes · 6 years ago
  39. f39b085 Consistent <termios.h> behavior on all API levels. by Elliott Hughes · 6 years ago
  40. 5a750f3 versioner: Add __VERSIONER_FORTIFY_INLINE by Logan Chien · 6 years ago
  41. d7d9ebc versioner: Only enable annotation while running versioner by Logan Chien · 6 years ago
  42. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  43. 80e9f65 Remove __ANDROID_NDK__ from bionic, and document our #defines. by Elliott Hughes · 6 years ago
  44. 9823c92 Restore __ANDROID_NDK__. by Elliott Hughes · 6 years ago
  45. 261bd74 Support statvfs on API levels before 19. by Elliott Hughes · 6 years ago
  46. 6a51013 Reland "fdsan: make fatal by default." by Josh Gao · 6 years ago
  47. 76351e3 Revert "fdsan: make fatal by default." by Pete Gillin · 6 years ago
  48. 66b5e3c fdsan: make fatal by default. by Josh Gao · 6 years ago
  49. 6883b08 Reserve signal for java heap dumps. by Florian Mayer · 6 years ago
  50. 4206711 threads.h: Add C11 thread support. by Elliott Hughes · 6 years ago
  51. ebe1ae7 Reserve realtime signal for libprofile-extras by Pirama Arumuga Nainar · 6 years ago
  52. c9e7018 Add introduced-in annotation to fdsan by Logan Chien · 6 years ago
  53. 5270017 Remove __INTRODUCED_IN_FUTURE. by Elliott Hughes · 6 years ago
  54. 78e9ebc The future is now (2019 edition). by Elliott Hughes · 6 years ago
  55. efbe9a5 linker: allow using reserved space for multiple libraries. by Torne (Richard Coles) · 7 years ago
  56. 0f57d56 Fix a comment in <android/api-level.h>. by Elliott Hughes · 7 years ago
  57. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  58. 8178c41 ART isn't using the ART-specific linker features any more. by Elliott Hughes · 7 years ago
  59. aede30d libc: Add default __STRING implementation by Logan Chien · 7 years ago
  60. f7f71e3 Add RT signal to load heapprofd library. by Florian Mayer · 7 years ago
  61. eb61430 Don't #define __ANDROID_NDK__ for the platform build! by Elliott Hughes · 7 years ago
  62. dd6763a Another round of documentation. by Elliott Hughes · 7 years ago
  63. 5fa9df8 fdsan: add type for libziparchive's ZipArchive. by Josh Gao · 7 years ago
  64. d527cf1 fdsan: add types for Java sockets. by Josh Gao · 7 years ago
  65. ce934e3 Add android_get_device_api_level. by Elliott Hughes · 7 years ago
  66. ab6a080 fdsan: add type for ART's FdFile. by Josh Gao · 7 years ago
  67. 222ce95 Remove ARM/MIPS fenv duplication. by Elliott Hughes · 7 years ago
  68. cd524ca Merge changes from topic "fdsan_abort_msg" by Josh Gao · 7 years ago
  69. ec24724 Merge changes from topic "bionic_fdsan_java" by Treehugger Robot · 7 years ago
  70. 2410769 Merge "Add fdsan owner type for sqlite." by Treehugger Robot · 7 years ago
  71. f3aa300 Stringify api_level in <android/versioning.h>. by Josh Gao · 7 years ago
  72. 4b9379c Merge "Start documenting libc." by Elliott Hughes · 7 years ago
  73. c1b4476 fdsan: make the tag type values sequential. by Josh Gao · 7 years ago
  74. 27cc4bc Add fdsan owner type for sqlite. by Josh Gao · 7 years ago
  75. b6b3a1d fdsan: expose functions to get and interpret tags. by Josh Gao · 7 years ago
  76. 462e90c Start documenting libc. by Elliott Hughes · 7 years ago
  77. cf97d7f Folks are starting to need a placeholder name for Q. by Elliott Hughes · 7 years ago
  78. e899e79 Mark fdsan functions as __attribute__((weak)). by Josh Gao · 7 years ago
  79. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 7 years ago
  80. da1994c Add dlext.h to the libdl doc group. by Dan Albert · 7 years ago
  81. 4d4a783 Add a few more legacy inlines for strto*_l. by Dan Albert · 7 years ago
  82. cc0fe6e The future is now (2018 edition). by Elliott Hughes · 8 years ago
  83. 5046e5f Make the <android/dlext.h> docs show up on the web. by Elliott Hughes · 8 years ago
  84. 989d804 Reland "Cleanup transitive includes in the legacy inlines." by Dan Albert · 8 years ago
  85. 54c7152 Revert "Revert "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines.""""" by Joachim Sauer · 8 years ago
  86. a074ac7 Revert "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines."""" by Dan Albert · 8 years ago
  87. 51a7fe8 Mark abs/labs/llabs as 19+ rather than 21+ by Ryan Prichard · 8 years ago
  88. b6c7f6e Fix arm/arm64 <fenv.h> to match current reality. by Elliott Hughes · 8 years ago
  89. b37e9aa Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines.""" by Dan Albert · 8 years ago
  90. f945fb6 Revert "Revert "Cleanup transitive includes in the legacy inlines."" by Dan Albert · 8 years ago
  91. 9cb8639 Revert "Cleanup transitive includes in the legacy inlines." by Orion Hodson · 8 years ago
  92. 43df953 Cleanup transitive includes in the legacy inlines. by Dan Albert · 8 years ago
  93. 8c2323c Fix "Add a legacy inline for mmap64". by Dan Albert · 8 years ago
  94. a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
  95. a0c7ec8 Add O MR1 define by John Reck · 8 years ago
  96. 2f94a29 Rename _Exit in a way that works with libandroid_support. by Elliott Hughes · 8 years ago
  97. faa7434 Name function arguments in libc headers for Studio. by Elliott Hughes · 8 years ago
  98. cd8828c Put back the _Exit rename for pre-L. by Dan Albert · 8 years ago
  99. 9faa95c Merge "Fix error condition on strtof inline." by Treehugger Robot · 8 years ago
  100. bd3f657 Fix error condition on strtof inline. by Dan Albert · 8 years ago