1. 4378ced Merge "Resolve interface flags using SIOCGIFFLAGS ioctl" by Bram Bonné · 5 years ago
  2. c79ea23 Merge "Remove stack address check in cfi_basic test." by Evgenii Stepanov · 5 years ago
  3. 67406dc Merge "Pagetable-friendly shared library address randomization." by Evgenii Stepanov · 5 years ago
  4. 8e20ac4 Resolve interface flags using SIOCGIFFLAGS ioctl by Bram Bonné · 5 years ago
  5. 0f6b504 Remove stack address check in cfi_basic test. by Evgenii Stepanov · 5 years ago
  6. e0848bb Pagetable-friendly shared library address randomization. by Evgenii Stepanov · 5 years ago
  7. a96099e Merge "Don't test pw_shell for old vendor images" by Tom Cherry · 5 years ago
  8. b9fa04d Don't test pw_shell for old vendor images by Tom Cherry · 5 years ago
  9. b5f301e Merge "Revert "Add randomized padding around shared library mappings."" by Evgenii Stepanov · 5 years ago
  10. 474f2f5 Revert "Add randomized padding around shared library mappings." by Evgenii Stepanov · 5 years ago
  11. 9963adb Merge "Disable warning message for missing linker config in some cases" by Kiyoung Kim · 5 years ago
  12. 46e731c Disable warning message for missing linker config in some cases by Kiyoung Kim · 5 years ago
  13. 29cff99 Merge "Improve diagram in malloc_heapprofd." by Treehugger Robot · 5 years ago
  14. c618960 Improve diagram in malloc_heapprofd. by Florian Mayer · 5 years ago
  15. b76e8e6 Merge "strings.h: undef ffs/ffsl/ffsll." by Treehugger Robot · 5 years ago
  16. c9889fd strings.h: undef ffs/ffsl/ffsll. by Elliott Hughes · 5 years ago
  17. d381b26 Merge "Remove references to libc_scudo." by Christopher Ferris · 5 years ago
  18. 536b7ec Merge "Revert "Disallow vmsplice(2) for all zygote-spawned processes."" by Treehugger Robot · 5 years ago
  19. b477ac7 Revert "Disallow vmsplice(2) for all zygote-spawned processes." by Elliott Hughes · 5 years ago
  20. fffb591 Merge "Simplify tzdata fallback logic." by Elliott Hughes · 5 years ago
  21. ef707f9 Remove references to libc_scudo. by Christopher Ferris · 5 years ago
  22. 528e29d Simplify tzdata fallback logic. by Elliott Hughes · 5 years ago
  23. c17236e Merge "Skip MTE tests with native_bridge" by Treehugger Robot · 5 years ago
  24. 933454f Merge "Disallow vmsplice(2) for all zygote-spawned processes." by Elliott Hughes · 5 years ago
  25. ed51fb9 Skip MTE tests with native_bridge by Evgeny Eltsin · 5 years ago
  26. 3d1bd8e Disallow vmsplice(2) for all zygote-spawned processes. by Elliott Hughes · 5 years ago
  27. cd1c8b0 Merge "Add randomized padding around shared library mappings." by Evgenii Stepanov · 5 years ago
  28. a8cf3fe Add randomized padding around shared library mappings. by Evgenii Stepanov · 5 years ago
  29. ad4b47c Merge "Don't look for licenses in .md files and pylintrc files." by Elliott Hughes · 5 years ago
  30. da45ea6 Merge "Update libc/NOTICE." by Elliott Hughes · 5 years ago
  31. c5db38a Don't look for licenses in .md files and pylintrc files. by Elliott Hughes · 5 years ago
  32. 31e3ec3 Merge "Use more inclusive language." by Treehugger Robot · 5 years ago
  33. 43b06e5 Merge "Use more inclusive language for seccomp filter" by Treehugger Robot · 5 years ago
  34. 8c936b4 Use more inclusive language. by Elliott Hughes · 5 years ago
  35. 5e93ee2 Update libc/NOTICE. by Elliott Hughes · 5 years ago
  36. dbb8670 Use more inclusive language for seccomp filter by Victor Hsieh · 5 years ago
  37. 4ea659a Merge "Use PROT_NONE on the unused parts of CFI shadow." by Treehugger Robot · 5 years ago
  38. 071416b Use PROT_NONE on the unused parts of CFI shadow. by Evgenii Stepanov · 5 years ago
  39. 2dced5b Merge "Update upstream OpenBSD gdtoa." by Elliott Hughes · 5 years ago
  40. cdb4a26 Update upstream OpenBSD gdtoa. by Elliott Hughes · 5 years ago
  41. dc39f6e Merge "Adopt remaining MTE string routines." by Peter Collingbourne · 5 years ago
  42. 86a8696 Merge "linker: CHECK() or async_safe_fatal() rather than abort()." by Treehugger Robot · 5 years ago
  43. 2361d4e Adopt remaining MTE string routines. by Peter Collingbourne · 5 years ago
  44. 3205cdd linker: CHECK() or async_safe_fatal() rather than abort(). by Elliott Hughes · 5 years ago
  45. 7ea9c16 Merge "Move exit.c from stdlib to bionic subdirectory." by Victor Khimenko · 5 years ago
  46. 8e0707d Move exit.c from stdlib to bionic subdirectory. by Victor Khimenko · 5 years ago
  47. 79686ca Merge "fortify: remove `static`" by Treehugger Robot · 5 years ago
  48. e0a14d4 fortify: remove `static` by George Burgess IV · 5 years ago
  49. 15cbad3 Merge "Skip pthread.pthread_create__mmap_failures with native_bridge" by Evgeny Eltsin · 5 years ago
  50. b1a2529 Merge changes from topic "skip_with_native_bridge" by Evgeny Eltsin · 5 years ago
  51. 45b36c2 Skip pthread_leak* tests with native_bridge by Evgeny Eltsin · 5 years ago
  52. b4f7aaa Skip pthread.pthread_create__mmap_failures with native_bridge by Evgeny Eltsin · 5 years ago
  53. b56d118 Add util to skip tests with native_bridge by Evgeny Eltsin · 5 years ago
  54. 9f2e171 Merge "Remove dead code." by Treehugger Robot · 5 years ago
  55. 4dd8760 Merge "Factor out error reporting in WriteProtected." by Treehugger Robot · 5 years ago
  56. 1e381a2 Factor out error reporting in WriteProtected. by Elliott Hughes · 5 years ago
  57. 9253757 Remove dead code. by Elliott Hughes · 5 years ago
  58. 8634521 Merge "Need prebuilt linker executable for host Bionic." by Treehugger Robot · 5 years ago
  59. cea8a4f Merge changes I3c697924,I0b019cd0 by Treehugger Robot · 5 years ago
  60. 7ce3f2c Merge "Trivial test for difftime(3)." by Treehugger Robot · 5 years ago
  61. 208fdd1 Trivial test for difftime(3). by Elliott Hughes · 5 years ago
  62. b13650d Merge "Update the generate script." by Christopher Ferris · 5 years ago
  63. 32900a1 Merge "Use a template for the exec family." by Elliott Hughes · 5 years ago
  64. 3b23cc7 Merge "Narrow native bridge to clone_for_fork" by Treehugger Robot · 5 years ago
  65. 430527b Update the generate script. by Christopher Ferris · 5 years ago
  66. a1b1bfd Use a template for the exec family. by Elliott Hughes · 5 years ago
  67. 3a4c2ff Move set_cached_pid() to __clone_for_fork() by Lev Rumyantsev · 5 years ago
  68. 520398f Remove WEAK_FOR_NATIVE_BRIDGE for fork by Lev Rumyantsev · 5 years ago
  69. 41127dc Narrow native bridge to clone_for_fork by Lev Rumyantsev · 5 years ago
  70. f78faeb Merge "Make .whitelisted property "append"-able" am: cd95c53bab by Jooyung Han · 5 years ago
  71. cd95c53 Merge "Make .whitelisted property "append"-able" by Jooyung Han · 5 years ago
  72. 755aaa1 Merge "fdtrack: increase backtrace depth." am: 55ae06ac07 by Treehugger Robot · 5 years ago
  73. 55ae06a Merge "fdtrack: increase backtrace depth." by Treehugger Robot · 5 years ago
  74. 765968f Merge "Update to v5.7 kernel headers." am: 4cc4c6c43f by Christopher Ferris · 5 years ago
  75. 4cc4c6c Merge "Update to v5.7 kernel headers." by Christopher Ferris · 5 years ago
  76. 55b91af fdtrack: increase backtrace depth. by Josh Gao · 5 years ago
  77. b87882d Need prebuilt linker executable for host Bionic. by Martin Stjernholm · 5 years ago
  78. af09c70 Update to v5.7 kernel headers. by Christopher Ferris · 5 years ago
  79. 61a9a40 Make .whitelisted property "append"-able by Jooyung Han · 5 years ago
  80. 6d7dd4f Merge "Add newline at end of error message" am: 6a642f7760 by Treehugger Robot · 5 years ago
  81. 6a642f7 Merge "Add newline at end of error message" by Treehugger Robot · 5 years ago
  82. cb4a7c8 Add newline at end of error message by Pirama Arumuga Nainar · 5 years ago
  83. b300aea Merge "clock: buff our coverage numbers slightly." am: 72a955bf0f by Treehugger Robot · 5 years ago
  84. 72a955b Merge "clock: buff our coverage numbers slightly." by Treehugger Robot · 5 years ago
  85. 09e394f clock: buff our coverage numbers slightly. by Elliott Hughes · 5 years ago
  86. b3b6ddc Merge "Ignore SCUDO_OPTIONS across a security boundary." am: 700f753c50 by Christopher Ferris · 5 years ago
  87. 700f753 Merge "Ignore SCUDO_OPTIONS across a security boundary." by Christopher Ferris · 5 years ago
  88. ad3be7e Ignore SCUDO_OPTIONS across a security boundary. by Christopher Ferris · 5 years ago
  89. 5f62ab6 Merge "Define mte_supported() on non-aarch64." am: 642b374e64 by Peter Collingbourne · 5 years ago
  90. 642b374 Merge "Define mte_supported() on non-aarch64." by Peter Collingbourne · 5 years ago
  91. 5b5c560 Merge "Fix deadlock/timeout in thread unwinding." am: 3c9cd8a29d by Christopher Ferris · 5 years ago
  92. 3c9cd8a Merge "Fix deadlock/timeout in thread unwinding." by Christopher Ferris · 5 years ago
  93. 9bf7817 Fix deadlock/timeout in thread unwinding. by Christopher Ferris · 5 years ago
  94. cd73d27 Merge "sigaction: don't call interposable symbol." am: 867b46a2ca by Josh Gao · 5 years ago
  95. 867b46a Merge "sigaction: don't call interposable symbol." by Josh Gao · 5 years ago
  96. ae5d43c Merge "Revert "Disable dlfcn#dlopen_system_libicuuc_ tests due to test failures on cuttlefish"" am: cacda52a0a by vichang · 5 years ago
  97. cacda52 Merge "Revert "Disable dlfcn#dlopen_system_libicuuc_ tests due to test failures on cuttlefish"" by vichang · 5 years ago
  98. 11623dd sigaction: don't call interposable symbol. by Josh Gao · 5 years ago
  99. 2737246 Merge "Expand a little on the time_t situation." am: 071d071646 by Treehugger Robot · 5 years ago
  100. 071d071 Merge "Expand a little on the time_t situation." by Treehugger Robot · 5 years ago