1. ebe1ae7 Reserve realtime signal for libprofile-extras by Pirama Arumuga Nainar · 6 years ago
  2. c9e7018 Add introduced-in annotation to fdsan by Logan Chien · 6 years ago
  3. 5270017 Remove __INTRODUCED_IN_FUTURE. by Elliott Hughes · 6 years ago
  4. 78e9ebc The future is now (2019 edition). by Elliott Hughes · 6 years ago
  5. efbe9a5 linker: allow using reserved space for multiple libraries. by Torne (Richard Coles) · 7 years ago
  6. 0f57d56 Fix a comment in <android/api-level.h>. by Elliott Hughes · 7 years ago
  7. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  8. 8178c41 ART isn't using the ART-specific linker features any more. by Elliott Hughes · 7 years ago
  9. aede30d libc: Add default __STRING implementation by Logan Chien · 7 years ago
  10. f7f71e3 Add RT signal to load heapprofd library. by Florian Mayer · 7 years ago
  11. eb61430 Don't #define __ANDROID_NDK__ for the platform build! by Elliott Hughes · 7 years ago
  12. dd6763a Another round of documentation. by Elliott Hughes · 7 years ago
  13. 5fa9df8 fdsan: add type for libziparchive's ZipArchive. by Josh Gao · 7 years ago
  14. d527cf1 fdsan: add types for Java sockets. by Josh Gao · 7 years ago
  15. ce934e3 Add android_get_device_api_level. by Elliott Hughes · 7 years ago
  16. ab6a080 fdsan: add type for ART's FdFile. by Josh Gao · 7 years ago
  17. 222ce95 Remove ARM/MIPS fenv duplication. by Elliott Hughes · 7 years ago
  18. cd524ca Merge changes from topic "fdsan_abort_msg" by Josh Gao · 7 years ago
  19. ec24724 Merge changes from topic "bionic_fdsan_java" by Treehugger Robot · 7 years ago
  20. 2410769 Merge "Add fdsan owner type for sqlite." by Treehugger Robot · 7 years ago
  21. f3aa300 Stringify api_level in <android/versioning.h>. by Josh Gao · 7 years ago
  22. 4b9379c Merge "Start documenting libc." by Elliott Hughes · 7 years ago
  23. c1b4476 fdsan: make the tag type values sequential. by Josh Gao · 7 years ago
  24. 27cc4bc Add fdsan owner type for sqlite. by Josh Gao · 7 years ago
  25. b6b3a1d fdsan: expose functions to get and interpret tags. by Josh Gao · 7 years ago
  26. 462e90c Start documenting libc. by Elliott Hughes · 7 years ago
  27. cf97d7f Folks are starting to need a placeholder name for Q. by Elliott Hughes · 7 years ago
  28. e899e79 Mark fdsan functions as __attribute__((weak)). by Josh Gao · 7 years ago
  29. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 7 years ago
  30. da1994c Add dlext.h to the libdl doc group. by Dan Albert · 7 years ago
  31. 4d4a783 Add a few more legacy inlines for strto*_l. by Dan Albert · 7 years ago
  32. cc0fe6e The future is now (2018 edition). by Elliott Hughes · 8 years ago
  33. 5046e5f Make the <android/dlext.h> docs show up on the web. by Elliott Hughes · 8 years ago
  34. 989d804 Reland "Cleanup transitive includes in the legacy inlines." by Dan Albert · 8 years ago
  35. 54c7152 Revert "Revert "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines.""""" by Joachim Sauer · 8 years ago
  36. a074ac7 Revert "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines."""" by Dan Albert · 8 years ago
  37. 51a7fe8 Mark abs/labs/llabs as 19+ rather than 21+ by Ryan Prichard · 8 years ago
  38. b6c7f6e Fix arm/arm64 <fenv.h> to match current reality. by Elliott Hughes · 8 years ago
  39. b37e9aa Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines.""" by Dan Albert · 8 years ago
  40. f945fb6 Revert "Revert "Cleanup transitive includes in the legacy inlines."" by Dan Albert · 8 years ago
  41. 9cb8639 Revert "Cleanup transitive includes in the legacy inlines." by Orion Hodson · 8 years ago
  42. 43df953 Cleanup transitive includes in the legacy inlines. by Dan Albert · 8 years ago
  43. 8c2323c Fix "Add a legacy inline for mmap64". by Dan Albert · 8 years ago
  44. a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
  45. a0c7ec8 Add O MR1 define by John Reck · 8 years ago
  46. 2f94a29 Rename _Exit in a way that works with libandroid_support. by Elliott Hughes · 8 years ago
  47. faa7434 Name function arguments in libc headers for Studio. by Elliott Hughes · 8 years ago
  48. cd8828c Put back the _Exit rename for pre-L. by Dan Albert · 8 years ago
  49. 9faa95c Merge "Fix error condition on strtof inline." by Treehugger Robot · 8 years ago
  50. bd3f657 Fix error condition on strtof inline. by Dan Albert · 8 years ago
  51. f66fa49 Add __ANDROID_NDK__ to identify using the NDK. by Dan Albert · 8 years ago
  52. e76ff92 Merge "Make inline tcsetattr definition match constants." by Elliott Hughes · 8 years ago
  53. c2828b8 Merge "Fix ffs on x86 for old API levels." by Treehugger Robot · 8 years ago
  54. 1449974 Make inline tcsetattr definition match constants. by Elliott Hughes · 8 years ago
  55. 8f5608b Fix ffs on x86 for old API levels. by Elliott Hughes · 8 years ago
  56. 79dd988 Work around missing _Exit in old API levels. by Elliott Hughes · 8 years ago
  57. 583ef36 The bsd_signal declaration shouldn't be visible if API > 21. by Elliott Hughes · 8 years ago
  58. 7ba2bed Make unified headers' SIGRTMIN/SIGRTMAX usable before API 21. by Elliott Hughes · 8 years ago
  59. 4473e34 Add legacy inlines for more termios stuff. by Dan Albert · 8 years ago
  60. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  61. b3321c9 Merge changes I72d37b7c,I7d254a10,I2e967acf by Treehugger Robot · 9 years ago
  62. 16016df versioner: refactor to use CompilerInstance directly. by Josh Gao · 9 years ago
  63. 75097b1 Add legacy inlines for fenv APIs. by Dan Albert · 9 years ago
  64. e749abe Add legacy inline for wait4. by Dan Albert · 9 years ago
  65. a3ce418 Revert "Add legacy inlines for locale aware APIs." by Dan Albert · 9 years ago
  66. dfb74c5 Minor copyright header unification. by Elliott Hughes · 9 years ago
  67. 95fa061 Rename __pure, __pure2, and __purefunc. by Elliott Hughes · 9 years ago
  68. 6cd9fb0 Fix warnings (and errors) in static inline headers. by Josh Gao · 9 years ago
  69. 6576a37 Add legacy inlines for locale aware APIs. by Dan Albert · 9 years ago
  70. 495ec92 Add __ANDROID_API_FUTURE__. by Dan Albert · 9 years ago
  71. fff29fe versioner: add support for __VERSIONER_NO_GUARD. by Josh Gao · 9 years ago
  72. bfb6bae versioner: replace availability attributes with annotate. by Josh Gao · 9 years ago
  73. 3b2096a Remove unnecessary 'extern's. by Elliott Hughes · 9 years ago
  74. 203e13d Always include <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  75. 3ba55f8 Rationalize visibility. by Elliott Hughes · 9 years ago
  76. 46b4416 Update header versions for NDK platform fixes. by Josh Gao · 9 years ago
  77. 41fd295 Remove linker-namespace functions from the header by Dimitry Ivanov · 9 years ago
  78. ed50763 Remove <sys/atomics.h>. by Elliott Hughes · 9 years ago
  79. 14adff1 Add versioning information to symbols. by Josh Gao · 9 years ago
  80. b8e1b705 Make the legacy inline headers compile standalone. by Josh Gao · 9 years ago
  81. 99739d4 Don't redefine __ANDROID_API__. by Josh Gao · 9 years ago
  82. 2675a9e Make <android/dlext.h> compile standalone. by Josh Gao · 9 years ago
  83. 7331fe1 linker: implement shared namespaces by Dimitry Ivanov · 10 years ago
  84. 284ae35 Add permitted_when_isolated_path to linker namespaces by Dimitry Ivanov · 10 years ago
  85. 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 10 years ago
  86. 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 10 years ago
  87. 126af75 Implement load at fixed address feature by Dmitriy Ivanov · 10 years ago
  88. 8a11628 Add flag that makes linker honor min(p_vaddr) by Dmitriy Ivanov · 10 years ago
  89. 9b82136 Add ANDROID_DLEXT_FORCE_LOAD flag by Dmitriy Ivanov · 10 years ago
  90. 466dbe4 Put back inline definitions if using an old API. by Dan Albert · 11 years ago
  91. aad1a39 libc: Fix headers to allow direct inclusion. by David 'Digit' Turner · 11 years ago
  92. a6c1279 Rename library_offset to library_fd_offset by Dmitriy Ivanov · 11 years ago
  93. 07e5bc1 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 11 years ago
  94. 3a25ab9 Missing #include <sys/cdefs.h>. by Dan Albert · 11 years ago
  95. ce6b1ab Expose android_set_abort_message(). by Dan Albert · 11 years ago
  96. 3a8646f Change android_dlextinfo flags to uint64_t by Dmitriy Ivanov · 11 years ago
  97. 04dc91a Load library using file handle. by Dmitriy Ivanov · 11 years ago
  98. 4aa2e6a Give bionic's __ANDROID_API__ a more reasonable value. by Elliott Hughes · 11 years ago
  99. 183ad9d Allow sharing the RELRO section via a file. by Torne (Richard Coles) · 11 years ago
  100. 12bbb91 Support loading libraries to a reserved address. by Torne (Richard Coles) · 11 years ago