1. eae41f8 Fix __VERSIONER_NO_GUARD cases for availability. by Dan Albert · 5 years ago
  2. c09fe61 Merge "Sync libm with upstream FreeBSD." by Treehugger Robot · 5 years ago
  3. f700de5 Merge "Do not run clang-tidy with fortify tests." by Chih-hung Hsieh · 5 years ago
  4. cdebaff Merge "[MTE] Change scudo init order to get correct PROT_MTE pages." by Treehugger Robot · 5 years ago
  5. 247892e Do not run clang-tidy with fortify tests. by Chih-Hung Hsieh · 5 years ago
  6. e91aebd Merge "Increase leniancy in an inherently flaky test." by Treehugger Robot · 5 years ago
  7. bac0ebb Sync libm with upstream FreeBSD. by Elliott Hughes · 5 years ago
  8. 82c3c11 Increase leniancy in an inherently flaky test. by Elliott Hughes · 5 years ago
  9. cf81e7c Merge changes from topic "proc_madvise_framework" by Edgar Arriaga · 5 years ago
  10. 69d44fd Merge "PAC/BTI: no need to keep using `hint`." by Elliott Hughes · 5 years ago
  11. 82d0cf5 Merge "[libc] Change literal value in macro" by Elliott Hughes · 5 years ago
  12. 3e1d556 PAC/BTI: no need to keep using `hint`. by Elliott Hughes · 5 years ago
  13. ebfba5f [libc] Change literal value in macro by Tamas Petz · 5 years ago
  14. ee16c72 Merge "Ensure same order of global group members in all NS's" by Ryan Prichard · 5 years ago
  15. 058eb8f Ensure same order of global group members in all NS's by Ryan Prichard · 5 years ago
  16. 7032fec Merge "Remove a tautological #if guard." by Elliott Hughes · 5 years ago
  17. 370e963 Remove a tautological #if guard. by Elliott Hughes · 5 years ago
  18. 7cff764 Merge changes from topic "future_symbol" by Jiyong Park · 5 years ago
  19. 347b01b [MTE] Change scudo init order to get correct PROT_MTE pages. by Mitch Phillips · 5 years ago
  20. d65b31f Merge "Don't set native_bridge_supported: true for ndk libraries" by Colin Cross · 5 years ago
  21. fcd9c78 Merge "Switch libc.so and linker to prebuilt LLVM libunwind" by Ryan Prichard · 5 years ago
  22. d9a9622 Don't set native_bridge_supported: true for ndk libraries by Colin Cross · 5 years ago
  23. ac78394 Merge "Inline call_array for clearer stack traces." by Elliott Hughes · 5 years ago
  24. 01be44d Inline call_array for clearer stack traces. by Elliott Hughes · 5 years ago
  25. edec069 Merge "Remove the now-unnecessary android_mallopt() options." by Treehugger Robot · 5 years ago
  26. 7336663 Remove the now-unnecessary android_mallopt() options. by Elliott Hughes · 5 years ago
  27. 9f72aae Merge "Disable signal frame unwinding tests on arm64" by Ryan Prichard · 5 years ago
  28. 128ef8e Add bionic headers for process_madvise by Edgar Arriaga · 5 years ago
  29. d02148c Add a flag to distinguish shared VMAs by Edgar Arriaga · 5 years ago
  30. 268a600 crtbegin_static is built with min_sdk_version: "current" by Jiyong Park · 5 years ago
  31. bb19208 Guard __libc_current_sigrtmin/max with __builtin_available by Jiyong Park · 5 years ago
  32. 23bfed2 __INTRODUCED_IN macros add the availability attribute by Jiyong Park · 5 years ago
  33. cdf7175 Switch libc.so and linker to prebuilt LLVM libunwind by Ryan Prichard · 5 years ago
  34. 315969a Disable signal frame unwinding tests on arm64 by Ryan Prichard · 5 years ago
  35. e925485 Merge "Make "disable memory mitigations" and "set heap tagging level" more available." by Elliott Hughes · 5 years ago
  36. caf32c7 Merge "Delay setting linker soname until post-reloc and post-ctor" by Ryan Prichard · 5 years ago
  37. 5d83eeb Merge changes I3ed42b9d,I9b151291 by Evgenii Stepanov · 5 years ago
  38. a867371 Merge "[MTE] Add MEMTAG_OPTIONS and arm64.memtag.process.* sysprop parsing." by Mitch Phillips · 5 years ago
  39. 446b4dd Make "disable memory mitigations" and "set heap tagging level" more available. by Elliott Hughes · 5 years ago
  40. 4cded97 [MTE] Add MEMTAG_OPTIONS and arm64.memtag.process.* sysprop parsing. by Mitch Phillips · 5 years ago
  41. bb1e373 Delay setting linker soname until post-reloc and post-ctor by Ryan Prichard · 5 years ago
  42. df6b16e (NFC) Sort the list of test dependencies alphabetically. by Evgenii Stepanov · 5 years ago
  43. 51741fb Tests for memory tagging ELF notes. by Evgenii Stepanov · 5 years ago
  44. b4fd072 Merge "removing ro.kernel.ebpf.supported property" by Maciej Żenczykowski · 5 years ago
  45. 10edd5e Merge "Store soname as a std::string." by Elliott Hughes · 5 years ago
  46. eb76022 removing ro.kernel.ebpf.supported property by Maciej Żenczykowski · 5 years ago
  47. b1ba762 Merge "Fewer copies of ALIGN()/ALIGNBYTES." by Elliott Hughes · 5 years ago
  48. 4e67866 Merge "Remove ANDROID_EXPERIMENTAL_MTE." by Peter Collingbourne · 5 years ago
  49. e1dc4f6 Fewer copies of ALIGN()/ALIGNBYTES. by Elliott Hughes · 5 years ago
  50. 08959d9 Merge "Sync upstream fts.c." by Elliott Hughes · 5 years ago
  51. 7e20117 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 5 years ago
  52. f9dd1a7 Store soname as a std::string. by Elliott Hughes · 5 years ago
  53. 03ac158 Sync upstream fts.c. by Elliott Hughes · 5 years ago
  54. b19fc79 Merge "Make the atomic load explicit" by Adam Barth · 5 years ago
  55. 4233514 Merge "Fix versioner for clang update." by Yabin Cui · 5 years ago
  56. 771af5e Merge "Fix things so that <features.h> can be used from assembler again." by Elliott Hughes · 5 years ago
  57. a8cf843 Merge "Add MTE note files to the SDK." by Evgenii Stepanov · 5 years ago
  58. fdb3f22 Merge "Suppress SetHeapTaggingLevel warning under hwasan." by Evgenii Stepanov · 5 years ago
  59. fb13915 Add MTE note files to the SDK. by Evgenii Stepanov · 5 years ago
  60. 5e466b6 Suppress SetHeapTaggingLevel warning under hwasan. by Evgenii Stepanov · 5 years ago
  61. bd84f54 Merge "Fix -Wnewline-eof" by Treehugger Robot · 5 years ago
  62. 43978a0 Fix things so that <features.h> can be used from assembler again. by Elliott Hughes · 5 years ago
  63. 651f1fa Make the atomic load explicit by Adam Barth · 5 years ago
  64. 1169bf9 Fix versioner for clang update. by Yabin Cui · 5 years ago
  65. e9efd05 Fix -Wnewline-eof by Adam Barth · 5 years ago
  66. e09fc24 Merge "Use ELF notes to set the desired memory tagging level." by Evgenii Stepanov · 5 years ago
  67. 8564b8d Use ELF notes to set the desired memory tagging level. by Evgenii Stepanov · 5 years ago
  68. 286b3d4 Merge "(NFC) Symbolic names for Android ELF note types." by Evgenii Stepanov · 5 years ago
  69. dec48bd (NFC) Symbolic names for Android ELF note types. by Evgenii Stepanov · 5 years ago
  70. be77feb Merge "[Tagged Pointers] Point to SAC documentation in abort message." by Mitch Phillips · 5 years ago
  71. 8540c54 [Tagged Pointers] Point to SAC documentation in abort message. by Mitch Phillips · 5 years ago
  72. 5ec23f1 Merge "Changes to bionic/libc to demonstrate mixed builds." by Treehugger Robot · 5 years ago
  73. 8b768d3 Changes to bionic/libc to demonstrate mixed builds. by Chris Parsons · 5 years ago
  74. 742b1a6 Merge "Reland: Soft-enable MAC address restrictions with allowlist." by Treehugger Robot · 5 years ago
  75. f2c245c Merge "Update to v5.10 kernel headers." by Christopher Ferris · 5 years ago
  76. 95ca52a Reland: Soft-enable MAC address restrictions with allowlist. by Bram Bonné · 5 years ago
  77. 32ff3f8 Update to v5.10 kernel headers. by Christopher Ferris · 5 years ago
  78. ac5e61f Merge "Revert "Soft-enable MAC address restrictions with allowlist."" by Bram Bonné · 5 years ago
  79. 9e97280 Revert "Soft-enable MAC address restrictions with allowlist." by Bram Bonné · 5 years ago
  80. 7dcea5e Merge "Remove unused 'err' assignment" by Treehugger Robot · 5 years ago
  81. 8956439 Merge "Add tests for FNM_LEADING_DIR" by Tom Cherry · 5 years ago
  82. 5c8d48a Remove unused 'err' assignment by Greg Kaiser · 5 years ago
  83. 0ed9f70 Merge "Soft-enable MAC address restrictions with allowlist." by Bram Bonné · 5 years ago
  84. a8eff56 Merge "linker: Enable PGO" by Yi Kong · 5 years ago
  85. aa4fd18 Add tests for FNM_LEADING_DIR by Tom Cherry · 5 years ago
  86. 0ba4998 Soft-enable MAC address restrictions with allowlist. by Bram Bonné · 5 years ago
  87. a362cb8 Merge "DO NOT MERGE - Merge Android R QPR1" by Xin Li · 5 years ago
  88. c93f359 DO NOT MERGE - Merge Android R QPR1 by Xin Li · 5 years ago
  89. 713c692 Merge changes from topics "Ic7ea0f075751f8f077612617802775d2d0a799dc", "Iec02ae89f4a3d2ffe298817240f404e54b109a52" am: 1f2e000c80 by Peter Collingbourne · 5 years ago
  90. 1f2e000 Merge changes from topics "Ic7ea0f075751f8f077612617802775d2d0a799dc", "Iec02ae89f4a3d2ffe298817240f404e54b109a52" by Peter Collingbourne · 5 years ago
  91. 6f6daaa linker: Enable PGO by Yi Kong · 5 years ago
  92. 8b9c51a Merge "Simplify and improve tempnam() and tmpnam()." am: 12afdf0fa7 by Elliott Hughes · 5 years ago
  93. 12afdf0 Merge "Simplify and improve tempnam() and tmpnam()." by Elliott Hughes · 5 years ago
  94. 439ebbd Simplify and improve tempnam() and tmpnam(). by Elliott Hughes · 5 years ago
  95. 2cefcb1 Add a bionic-benchmarks-static target. by Peter Collingbourne · 5 years ago
  96. 9397bdd Make our definition of std::nothrow weak. by Peter Collingbourne · 5 years ago
  97. 19d5e3d Merge "Add trivial tests for fnmatch(3)." am: a80b3079a3 by Treehugger Robot · 5 years ago
  98. a80b307 Merge "Add trivial tests for fnmatch(3)." by Treehugger Robot · 5 years ago
  99. 7d51354 Merge "Clean up header files from kernel directory." am: d911c669ae by Christopher Ferris · 5 years ago
  100. d911c66 Merge "Clean up header files from kernel directory." by Christopher Ferris · 5 years ago