1. d992e1e Merge "Update kernel headers to v5.0.3." by Christopher Ferris · 6 years ago
  2. 11f0d71 Merge "Use the ANDROID_TZDATA_ROOT environment variable" by Neil Fuller · 6 years ago
  3. e6be532 Update kernel headers to v5.0.3. by Christopher Ferris · 6 years ago
  4. 6b330ac Merge "linker: Add support for "whitelisted" property in linker config files" by Vic Yang · 6 years ago
  5. e6b6640 Merge changes Ie7bf555b,Ia7d5fbdc,I3f05ba19 by Logan Chien · 6 years ago
  6. 4486e57 Merge "Document various libc behavior changes." by Elliott Hughes · 6 years ago
  7. b282a6d Document various libc behavior changes. by Elliott Hughes · 6 years ago
  8. b2a29cb Merge "Remove workaround for x86 ifunc" by Haibo Huang · 6 years ago
  9. 2d020e4 linker: Add support for "whitelisted" property in linker config files by Vic Yang · 7 years ago
  10. c9e7018 Add introduced-in annotation to fdsan by Logan Chien · 6 years ago
  11. 73d1fb9 Fix get_device_api_level_inlines.h in versioner by Logan Chien · 6 years ago
  12. 3f68efc Suppress warnings on pthread_create by Logan Chien · 6 years ago
  13. 021d522 Remove workaround for x86 ifunc by Haibo Huang · 7 years ago
  14. ebdf4c1 Merge "Call __hwasan_init_static() during libc startup in statically linked executables." by Peter Collingbourne · 6 years ago
  15. d75e308 Call __hwasan_init_static() during libc startup in statically linked executables. by Peter Collingbourne · 7 years ago
  16. 8b8e7d0 Merge "Annotate vfork for hwasan." by Evgenii Stepanov · 6 years ago
  17. 505168e Annotate vfork for hwasan. by Evgenii Stepanov · 7 years ago
  18. b62888b Merge "Increase the size of the shadow call stack guard region to 16MB." by Peter Collingbourne · 6 years ago
  19. 4a8b288 Merge "Increase num tries before failing." by Christopher Ferris · 6 years ago
  20. 6091665 Merge "Add more linker debug." by Martin Stjernholm · 6 years ago
  21. 95252ee Add more linker debug. by Martin Stjernholm · 7 years ago
  22. 9b78aa3 Increase num tries before failing. by Christopher Ferris · 6 years ago
  23. f3df0da Merge "Add missing #include." by Treehugger Robot · 6 years ago
  24. 149ce93 Add missing #include. by Peter Collingbourne · 6 years ago
  25. 9d69d4c Merge "Add a platform API for setting an allocation limit." by Peter Collingbourne · 6 years ago
  26. ea6c19a Merge "Remove __INTRODUCED_IN_FUTURE." by Elliott Hughes · 6 years ago
  27. 1fc5ccf Add a platform API for setting an allocation limit. by Christopher Ferris · 7 years ago
  28. ac74615 Merge "Clean /bionic" by Jiyong Park · 6 years ago
  29. 80c5e62 Clean /bionic by Jiyong Park · 6 years ago
  30. 412d493 Merge "Don't install *.mountpoint targets" by Treehugger Robot · 6 years ago
  31. 4c95542 Merge "Reduce reserved size for DlExtTest.ReservedRecursiveTooSmall test" by Treehugger Robot · 6 years ago
  32. 1e7a150 Reduce reserved size for DlExtTest.ReservedRecursiveTooSmall test by Yi Kong · 6 years ago
  33. 5270017 Remove __INTRODUCED_IN_FUTURE. by Elliott Hughes · 6 years ago
  34. 0ab2044 Merge "The future is now (2019 edition)." by Treehugger Robot · 6 years ago
  35. 78e9ebc The future is now (2019 edition). by Elliott Hughes · 6 years ago
  36. 036e09c Don't install *.mountpoint targets by Jiyong Park · 7 years ago
  37. 81b3bdd Use the ANDROID_TZDATA_ROOT environment variable by Neil Fuller · 7 years ago
  38. 10935e0 Merge changes Ia880cd5a,I899c7801 by Ryan Prichard · 7 years ago
  39. 92b3e1b Cosmetic changes to linker allocator and config by Ryan Prichard · 7 years ago
  40. b0e2dd0 Allow building the linker with -O0 by Ryan Prichard · 7 years ago
  41. 7a15aa8 Merge "DO NOT MERGE - Skip PPRL.190305.001 into master" by Treehugger Robot · 7 years ago
  42. de207c6 DO NOT MERGE - Skip PPRL.190305.001 into master by The Android Open Source Project · 7 years ago
  43. 432db6c Merge "linker: Handle libraries with disjoint mappings correctly." by Treehugger Robot · 7 years ago
  44. b39cb3c linker: Handle libraries with disjoint mappings correctly. by Peter Collingbourne · 7 years ago
  45. a838c2d Merge "Update to v5.0 kernel headers." by Christopher Ferris · 7 years ago
  46. 27c6ada Merge "Malloc debug: fix mutex deadlock issue" by Christopher Ferris · 7 years ago
  47. 3c40463 Merge "Add malloc_info for sanitizer." by Christopher Ferris · 7 years ago
  48. fa10a3a Add malloc_info for sanitizer. by Christopher Ferris · 7 years ago
  49. 1863ecb Snap for 5240760 from 68f7efc044b4ff9813fba79e3e16e5804c4df651 to pi-platform-release by android-build-team Robot · 7 years ago
  50. 76dcc47 Malloc debug: fix mutex deadlock issue by Iris Chang · 7 years ago
  51. d842e43 Update to v5.0 kernel headers. by Christopher Ferris · 7 years ago
  52. ff16c0b Merge "Refactor the malloc_info code." by Christopher Ferris · 7 years ago
  53. 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 7 years ago
  54. 4e167f3 Merge "bionic-unit-tests should depend on libandroidicu instead" by vichang · 7 years ago
  55. ddcf488 bionic-unit-tests should depend on libandroidicu instead by Victor Chang · 7 years ago
  56. b8ef55a Merge "Make aligned_alloc match the standard." by Christopher Ferris · 7 years ago
  57. a22f5d5 Make aligned_alloc match the standard. by Christopher Ferris · 7 years ago
  58. 0771b75 Merge "Workaround string-plus-int warning" by Treehugger Robot · 7 years ago
  59. 36501ba Merge "Ensure STDIN/STDOUT/STDERR always exist" by Nick Kralevich · 7 years ago
  60. 4ca9a6b Workaround string-plus-int warning by Yi Kong · 7 years ago
  61. 7fa3b47 Ensure STDIN/STDOUT/STDERR always exist by Nick Kralevich · 7 years ago
  62. 6b65e07 Merge "Log when malloc functions fail." by Elliott Hughes · 7 years ago
  63. a21f6cc Log when malloc functions fail. by Elliott Hughes · 7 years ago
  64. e65558a Merge changes I070d3a26,Ie9176587 by Yi Kong · 7 years ago
  65. 68e4f49 Merge "Fix wrong variable reference." by Christopher Ferris · 7 years ago
  66. 1ac113d Turn on XOM for libm by Yi Kong · 7 years ago
  67. e3d90de Switch libm to libcrt.builtins by Yi Kong · 7 years ago
  68. 503c17b Fix wrong variable reference. by Christopher Ferris · 7 years ago
  69. 58239d0 Merge "Revert "Revert "Turn on XOM for libc""" by Treehugger Robot · 7 years ago
  70. dced813 Revert "Revert "Turn on XOM for libc"" by Jeffrey Vander Stoep · 7 years ago
  71. 5e15f34 Merge "Make static ifunc resolvers optional." by Dan Albert · 7 years ago
  72. 7cdbd0d Merge "linker: allow using reserved space for multiple libraries." by Treehugger Robot · 7 years ago
  73. efbe9a5 linker: allow using reserved space for multiple libraries. by Torne (Richard Coles) · 7 years ago
  74. a535d3c Make static ifunc resolvers optional. by Dan Albert · 7 years ago
  75. b656d4a Merge "Revert "Turn on XOM for libc"" by Treehugger Robot · 7 years ago
  76. c46cc7d Merge "Waive AID Range check for devices through Q" by Treehugger Robot · 7 years ago
  77. d119269 Revert "Turn on XOM for libc" by Yi Kong · 7 years ago
  78. 4284fe9 Merge "Mark lib_async_safe_headers as supporting linux_bionic" by Treehugger Robot · 7 years ago
  79. 9da8ff1 Waive AID Range check for devices through Q by Tom Cherry · 7 years ago
  80. 11dff3e Merge "Add TEST_MAPPING." by Elliott Hughes · 7 years ago
  81. 7448f3e Mark lib_async_safe_headers as supporting linux_bionic by Alex Light · 7 years ago
  82. 54c8640 Merge "Redirect /system/lib/libicuuc.so regardless of duplication in /system" by vichang · 7 years ago
  83. f05dd83 Add TEST_MAPPING. by Elliott Hughes · 7 years ago
  84. a604881 Merge "Fix: symbols/bionic/lib64/libc.so is the wrong variant" by Treehugger Robot · 7 years ago
  85. d102cf6 Merge "Switch linker tests to Android.bp." by Elliott Hughes · 7 years ago
  86. f84d0a9 Merge "libasync_safe: stop clobbering other folks' identifiers." by Elliott Hughes · 7 years ago
  87. f60449c Merge changes Ibce7bd9d,Ieab5af35 by Yi Kong · 7 years ago
  88. f4533e6 Merge "Remove unused .mk file." by Treehugger Robot · 7 years ago
  89. cf6cec8 Merge "bionic/malloc_iterate_test: Adjust callback for procinfo::ReadMapFile" by Treehugger Robot · 7 years ago
  90. 15a2b7b Switch linker tests to Android.bp. by Elliott Hughes · 7 years ago
  91. 2ae246d Remove unused .mk file. by Elliott Hughes · 7 years ago
  92. 51b8255 Turn on XOM for libc by Yi Kong · 7 years ago
  93. 165b1cf Switch libc to libcrt.builtins by Yi Kong · 7 years ago
  94. a192c50 Merge "Clarify reason for native_coverage being off for libdl" by Pirama Arumuga Nainar · 7 years ago
  95. eeb2ee6 Clarify reason for native_coverage being off for libdl by Pirama Arumuga Nainar · 7 years ago
  96. be9b724 Merge "Remove removed functions from symbol_ordering." by Treehugger Robot · 7 years ago
  97. 7ae0333 Merge "malloc debug: fix LogFreeError error log" by Christopher Ferris · 7 years ago
  98. 88d0320 Fix: symbols/bionic/lib64/libc.so is the wrong variant by Jiyong Park · 7 years ago
  99. 4788931 Merge "Disable native_coverage for ld-android and linker" by Treehugger Robot · 7 years ago
  100. 6cf828c Merge "Avoid heapprofd init when other hooks enabled." by Christopher Ferris · 7 years ago