1. a37b181 Rename __ANDROID_UNGUARDED_AVAILABILITY__ -> __ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__. by Elliott Hughes · 4 years, 7 months ago
  2. eae41f8 Fix __VERSIONER_NO_GUARD cases for availability. by Dan Albert · 4 years, 7 months ago
  3. bb19208 Guard __libc_current_sigrtmin/max with __builtin_available by Jiyong Park · 5 years ago
  4. 23bfed2 __INTRODUCED_IN macros add the availability attribute by Jiyong Park · 5 years ago
  5. 43978a0 Fix things so that <features.h> can be used from assembler again. by Elliott Hughes · 4 years, 8 months ago
  6. d8f4691 Add api-level.h to dac, improve docs. by Dan Albert · 5 years ago
  7. 2dbea43 Make swab(3) inline prior to API 28. by Dan Albert · 6 years ago
  8. cf34653 More cleanup for #inclusivefixit. by Elliott Hughes · 5 years ago
  9. 14dcbf8 Add API constant for S. by Dan Albert · 5 years ago
  10. 4a6899c Add ffsl(3), ffsll(3). by Elliott Hughes · 5 years ago
  11. 5ac438e Clean up mips references in the headers. by Elliott Hughes · 6 years ago
  12. 44c01c7 Clean up the math headers. by Elliott Hughes · 6 years ago
  13. 5f1165c versioner: don't require mips headers. by Elliott Hughes · 6 years ago
  14. f39b085 Consistent <termios.h> behavior on all API levels. by Elliott Hughes · 6 years ago
  15. 5a750f3 versioner: Add __VERSIONER_FORTIFY_INLINE by Logan Chien · 6 years ago
  16. d7d9ebc versioner: Only enable annotation while running versioner by Logan Chien · 6 years ago
  17. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  18. 80e9f65 Remove __ANDROID_NDK__ from bionic, and document our #defines. by Elliott Hughes · 6 years ago
  19. 9823c92 Restore __ANDROID_NDK__. by Elliott Hughes · 6 years ago
  20. 261bd74 Support statvfs on API levels before 19. by Elliott Hughes · 6 years ago
  21. 6a51013 Reland "fdsan: make fatal by default." by Josh Gao · 6 years ago
  22. 76351e3 Revert "fdsan: make fatal by default." by Pete Gillin · 6 years ago
  23. 66b5e3c fdsan: make fatal by default. by Josh Gao · 6 years ago
  24. 6883b08 Reserve signal for java heap dumps. by Florian Mayer · 6 years ago
  25. 4206711 threads.h: Add C11 thread support. by Elliott Hughes · 6 years ago
  26. ebe1ae7 Reserve realtime signal for libprofile-extras by Pirama Arumuga Nainar · 6 years ago
  27. c9e7018 Add introduced-in annotation to fdsan by Logan Chien · 6 years ago
  28. 5270017 Remove __INTRODUCED_IN_FUTURE. by Elliott Hughes · 6 years ago
  29. 78e9ebc The future is now (2019 edition). by Elliott Hughes · 6 years ago
  30. efbe9a5 linker: allow using reserved space for multiple libraries. by Torne (Richard Coles) · 7 years ago
  31. 0f57d56 Fix a comment in <android/api-level.h>. by Elliott Hughes · 7 years ago
  32. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  33. 8178c41 ART isn't using the ART-specific linker features any more. by Elliott Hughes · 7 years ago
  34. aede30d libc: Add default __STRING implementation by Logan Chien · 7 years ago
  35. f7f71e3 Add RT signal to load heapprofd library. by Florian Mayer · 7 years ago
  36. eb61430 Don't #define __ANDROID_NDK__ for the platform build! by Elliott Hughes · 7 years ago
  37. dd6763a Another round of documentation. by Elliott Hughes · 7 years ago
  38. 5fa9df8 fdsan: add type for libziparchive's ZipArchive. by Josh Gao · 7 years ago
  39. d527cf1 fdsan: add types for Java sockets. by Josh Gao · 7 years ago
  40. ce934e3 Add android_get_device_api_level. by Elliott Hughes · 7 years ago
  41. ab6a080 fdsan: add type for ART's FdFile. by Josh Gao · 7 years ago
  42. 222ce95 Remove ARM/MIPS fenv duplication. by Elliott Hughes · 7 years ago
  43. cd524ca Merge changes from topic "fdsan_abort_msg" by Josh Gao · 7 years ago
  44. ec24724 Merge changes from topic "bionic_fdsan_java" by Treehugger Robot · 7 years ago
  45. 2410769 Merge "Add fdsan owner type for sqlite." by Treehugger Robot · 7 years ago
  46. f3aa300 Stringify api_level in <android/versioning.h>. by Josh Gao · 7 years ago
  47. 4b9379c Merge "Start documenting libc." by Elliott Hughes · 7 years ago
  48. c1b4476 fdsan: make the tag type values sequential. by Josh Gao · 7 years ago
  49. 27cc4bc Add fdsan owner type for sqlite. by Josh Gao · 7 years ago
  50. b6b3a1d fdsan: expose functions to get and interpret tags. by Josh Gao · 7 years ago
  51. 462e90c Start documenting libc. by Elliott Hughes · 7 years ago
  52. cf97d7f Folks are starting to need a placeholder name for Q. by Elliott Hughes · 7 years ago
  53. e899e79 Mark fdsan functions as __attribute__((weak)). by Josh Gao · 7 years ago
  54. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 7 years ago
  55. da1994c Add dlext.h to the libdl doc group. by Dan Albert · 7 years ago
  56. 4d4a783 Add a few more legacy inlines for strto*_l. by Dan Albert · 8 years ago
  57. cc0fe6e The future is now (2018 edition). by Elliott Hughes · 8 years ago
  58. 5046e5f Make the <android/dlext.h> docs show up on the web. by Elliott Hughes · 8 years ago
  59. 989d804 Reland "Cleanup transitive includes in the legacy inlines." by Dan Albert · 8 years ago
  60. 54c7152 Revert "Revert "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines.""""" by Joachim Sauer · 8 years ago
  61. a074ac7 Revert "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines."""" by Dan Albert · 8 years ago
  62. 51a7fe8 Mark abs/labs/llabs as 19+ rather than 21+ by Ryan Prichard · 8 years ago
  63. b6c7f6e Fix arm/arm64 <fenv.h> to match current reality. by Elliott Hughes · 8 years ago
  64. b37e9aa Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines.""" by Dan Albert · 8 years ago
  65. f945fb6 Revert "Revert "Cleanup transitive includes in the legacy inlines."" by Dan Albert · 8 years ago
  66. 9cb8639 Revert "Cleanup transitive includes in the legacy inlines." by Orion Hodson · 8 years ago
  67. 43df953 Cleanup transitive includes in the legacy inlines. by Dan Albert · 8 years ago
  68. 8c2323c Fix "Add a legacy inline for mmap64". by Dan Albert · 8 years ago
  69. a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
  70. a0c7ec8 Add O MR1 define by John Reck · 8 years ago
  71. 2f94a29 Rename _Exit in a way that works with libandroid_support. by Elliott Hughes · 8 years ago
  72. faa7434 Name function arguments in libc headers for Studio. by Elliott Hughes · 8 years ago
  73. cd8828c Put back the _Exit rename for pre-L. by Dan Albert · 8 years ago
  74. 9faa95c Merge "Fix error condition on strtof inline." by Treehugger Robot · 8 years ago
  75. bd3f657 Fix error condition on strtof inline. by Dan Albert · 8 years ago
  76. f66fa49 Add __ANDROID_NDK__ to identify using the NDK. by Dan Albert · 8 years ago
  77. e76ff92 Merge "Make inline tcsetattr definition match constants." by Elliott Hughes · 8 years ago
  78. c2828b8 Merge "Fix ffs on x86 for old API levels." by Treehugger Robot · 8 years ago
  79. 1449974 Make inline tcsetattr definition match constants. by Elliott Hughes · 8 years ago
  80. 8f5608b Fix ffs on x86 for old API levels. by Elliott Hughes · 8 years ago
  81. 79dd988 Work around missing _Exit in old API levels. by Elliott Hughes · 8 years ago
  82. 583ef36 The bsd_signal declaration shouldn't be visible if API > 21. by Elliott Hughes · 8 years ago
  83. 7ba2bed Make unified headers' SIGRTMIN/SIGRTMAX usable before API 21. by Elliott Hughes · 8 years ago
  84. 4473e34 Add legacy inlines for more termios stuff. by Dan Albert · 9 years ago
  85. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  86. b3321c9 Merge changes I72d37b7c,I7d254a10,I2e967acf by Treehugger Robot · 9 years ago
  87. 16016df versioner: refactor to use CompilerInstance directly. by Josh Gao · 9 years ago
  88. 75097b1 Add legacy inlines for fenv APIs. by Dan Albert · 9 years ago
  89. e749abe Add legacy inline for wait4. by Dan Albert · 9 years ago
  90. a3ce418 Revert "Add legacy inlines for locale aware APIs." by Dan Albert · 9 years ago
  91. dfb74c5 Minor copyright header unification. by Elliott Hughes · 9 years ago
  92. 95fa061 Rename __pure, __pure2, and __purefunc. by Elliott Hughes · 9 years ago
  93. 6cd9fb0 Fix warnings (and errors) in static inline headers. by Josh Gao · 9 years ago
  94. 6576a37 Add legacy inlines for locale aware APIs. by Dan Albert · 9 years ago
  95. 495ec92 Add __ANDROID_API_FUTURE__. by Dan Albert · 9 years ago
  96. fff29fe versioner: add support for __VERSIONER_NO_GUARD. by Josh Gao · 9 years ago
  97. bfb6bae versioner: replace availability attributes with annotate. by Josh Gao · 9 years ago
  98. 3b2096a Remove unnecessary 'extern's. by Elliott Hughes · 9 years ago
  99. 203e13d Always include <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  100. 3ba55f8 Rationalize visibility. by Elliott Hughes · 9 years ago