1. 8248e62 Add mallinfo2 call. by Christopher Ferris · 3 years, 8 months ago
  2. 6769ccb Merge "Clarify that fdsan wasn't "enforcing" in its first release." by Treehugger Robot · 3 years, 8 months ago
  3. 32a7252 Clarify that fdsan wasn't "enforcing" in its first release. by Elliott Hughes · 3 years, 8 months ago
  4. ad12582 Merge "strftime: format small positive integers ourselves." by Elliott Hughes · 3 years, 8 months ago
  5. e4d5efe strftime: format small positive integers ourselves. by Elliott Hughes · 3 years, 9 months ago
  6. bb80266 Merge "Use -fno-builtin for libc and libm." by Elliott Hughes · 3 years, 8 months ago
  7. a43e7a8 Merge "Fix a race condition in the bionic pthread tests." by Peter Collingbourne · 3 years, 8 months ago
  8. a13d066 Use -fno-builtin for libc and libm. by Elliott Hughes · 3 years, 8 months ago
  9. c5b8184 Fix a race condition in the bionic pthread tests. by Peter Collingbourne · 3 years, 8 months ago
  10. 78051b7 Merge "[versioner] Use libclang-cpp.so" by Pirama Arumuga Nainar · 3 years, 8 months ago
  11. e48ea93 Merge "Allow bpf() syscall" by Treehugger Robot · 3 years, 8 months ago
  12. 5afe3f8 Allow bpf() syscall by Alessio Balsini · 3 years, 9 months ago
  13. 5514287 [versioner] Use libclang-cpp.so by Pirama Arumuga Nainar · 3 years, 8 months ago
  14. 1d4272e Merge "Update OWNERS" by Treehugger Robot · 3 years, 8 months ago
  15. d473a70 Update OWNERS by Tom Cherry · 3 years, 8 months ago
  16. a9ebf6f Merge "Remove boilerplate." by Treehugger Robot · 3 years, 9 months ago
  17. 5b57d9c Remove boilerplate. by Richard Fung · 3 years, 9 months ago
  18. f4c8b0d Merge "mbrtoc16: explain the line that has no test coverage." by Elliott Hughes · 3 years, 9 months ago
  19. 9d66092 mbrtoc16: explain the line that has no test coverage. by Elliott Hughes · 3 years, 9 months ago
  20. 19e6375 Merge "Regression test for scudo crash in resizeTaggedChunk." by Evgenii Stepanov · 3 years, 9 months ago
  21. f0d7a34 Regression test for scudo crash in resizeTaggedChunk. by Evgenii Stepanov · 3 years, 9 months ago
  22. afd8fc3 Merge "Optimize the mbs fast path slightly." by Elliott Hughes · 3 years, 9 months ago
  23. 3fd4625 Merge "New multi-byte character benchmarks." by Elliott Hughes · 3 years, 9 months ago
  24. 2c96639 Optimize the mbs fast path slightly. by Elliott Hughes · 3 years, 9 months ago
  25. 09bf432 New multi-byte character benchmarks. by Elliott Hughes · 3 years, 9 months ago
  26. 02ed7ea Merge "Fix incorrect API level for wcstombs and mbstowcs." by Zijun Zhao · 3 years, 9 months ago
  27. fe254da Merge "Remove outdated ld.bfd usage." by Treehugger Robot · 3 years, 9 months ago
  28. 30cd30f Remove outdated ld.bfd usage. by Stephen Hines · 3 years, 9 months ago
  29. 57474c8 Fix incorrect API level for wcstombs and mbstowcs. by ZijunZhao · 3 years, 9 months ago
  30. 4b6ae54 Merge "uchar.h tests: small improvements." by Treehugger Robot · 3 years, 9 months ago
  31. 3d8156d uchar.h tests: small improvements. by Elliott Hughes · 3 years, 9 months ago
  32. 5205e8a Merge "Add the missing '--' to shell invocations." by Elliott Hughes · 3 years, 9 months ago
  33. f1c3676 Merge "Remove references to nonplat sepolicy" by Treehugger Robot · 3 years, 9 months ago
  34. 70aa88c Remove references to nonplat sepolicy by Jeff Vander Stoep · 3 years, 9 months ago
  35. b6b7e2e Add the missing '--' to shell invocations. by Elliott Hughes · 3 years, 9 months ago
  36. 7d3f322 Merge "Re-enable LTO for linker" by Yi Kong · 3 years, 9 months ago
  37. 9e33b76 Re-enable LTO for linker by Yi Kong · 3 years, 9 months ago
  38. fe95fe3 Merge "Update to v5.15 kernel headers." by Christopher Ferris · 3 years, 9 months ago
  39. 2abfa9e Update to v5.15 kernel headers. by Christopher Ferris · 3 years, 9 months ago
  40. d7b0bde Merge "Reland: "Make native bridge libc uninstallable"" by Colin Cross · 3 years, 9 months ago
  41. 5e30e44 Merge "Update for libunwindstack shared_ptr MapInfos." by Christopher Ferris · 3 years, 9 months ago
  42. 7edd008 Reland: "Make native bridge libc uninstallable" by Colin Cross · 3 years, 9 months ago
  43. d3f0549 Update for libunwindstack shared_ptr MapInfos. by Christopher Ferris · 4 years, 7 months ago
  44. 3b868a8 Merge "Revert "Make native bridge libc uninstallable"" by Colin Cross · 3 years, 9 months ago
  45. 035702e Revert "Make native bridge libc uninstallable" by LaMont Jones · 3 years, 9 months ago
  46. a62fd9d Merge "Make native bridge libc uninstallable" by Colin Cross · 3 years, 9 months ago
  47. de6c4cd Merge "Don't open /dev/null until we need to." by Treehugger Robot · 3 years, 9 months ago
  48. 48efa5b Make native bridge libc uninstallable by Colin Cross · 3 years, 9 months ago
  49. 7a2386b Don't open /dev/null until we need to. by Elliott Hughes · 3 years, 9 months ago
  50. d885429 Merge "Workaround Clang cannot build ifunc with LTO" by Yi Kong · 3 years, 9 months ago
  51. b952a77 Workaround Clang cannot build ifunc with LTO by Yi Kong · 3 years, 10 months ago
  52. dc4b378 Merge "Add execinfo functionality." by Christopher Ferris · 3 years, 10 months ago
  53. 11526e2 Add execinfo functionality. by Christopher Ferris · 3 years, 10 months ago
  54. af2340a Merge "Update bionic coverage docs." by Treehugger Robot · 3 years, 10 months ago
  55. 837b683 Update bionic coverage docs. by Dan Albert · 3 years, 10 months ago
  56. a3c6e70 Merge "Add preadv2/pwritev2 wrappers." by Treehugger Robot · 3 years, 10 months ago
  57. cf59e19 Add preadv2/pwritev2 wrappers. by Elliott Hughes · 3 years, 10 months ago
  58. ad60768 Merge "Remove libc++demangle from static libs." by Liz Kammer · 3 years, 10 months ago
  59. 0d7d7ac Remove libc++demangle from static libs. by Liz Kammer · 3 years, 10 months ago
  60. aaf20e1 Merge "Add/allow clang-14 warnings." by Chih-hung Hsieh · 3 years, 10 months ago
  61. 9935aa7 Add/allow clang-14 warnings. by Chih-Hung Hsieh · 3 years, 10 months ago
  62. 456eed0 Merge "malloc_heapprofd: Avoid a spurious error log" by Daniele Di Proietto · 3 years, 10 months ago
  63. b6d3c78 malloc_heapprofd: Avoid a spurious error log by Daniele Di Proietto · 3 years, 10 months ago
  64. f72eb4e Merge "Revert "strerror: incl enum name"" by Steven Moreland · 3 years, 10 months ago
  65. 4ef83d6 Revert "strerror: incl enum name" by Steven Moreland · 3 years, 10 months ago
  66. 8afd4f3 Merge "strerror: incl enum name" am: 71ab61902b by Elliott Hughes · 3 years, 10 months ago
  67. 71ab619 Merge "strerror: incl enum name" by Elliott Hughes · 3 years, 10 months ago
  68. c3060de strerror: incl enum name by Steven Moreland · 3 years, 11 months ago
  69. 617c4b5 Merge "Move ExecTestHelper to using a regex." am: b4d9304628 by Elliott Hughes · 3 years, 10 months ago
  70. b4d9304 Merge "Move ExecTestHelper to using a regex." by Elliott Hughes · 3 years, 10 months ago
  71. 4201548 Merge "Remove bazel_module stanzas from bionic/linker" am: 39c2776fff by Christopher Parsons · 3 years, 10 months ago
  72. 39c2776 Merge "Remove bazel_module stanzas from bionic/linker" by Christopher Parsons · 3 years, 10 months ago
  73. de04eeb Merge "Add more tests to TEST_MAPPING" am: 8d9297f905 by Colin Cross · 3 years, 10 months ago
  74. 8d9297f Merge "Add more tests to TEST_MAPPING" by Colin Cross · 3 years, 10 months ago
  75. 419554e Move ExecTestHelper to using a regex. by Elliott Hughes · 3 years, 10 months ago
  76. ebe5e5f Remove bazel_module stanzas from bionic/linker by Chris Parsons · 3 years, 10 months ago
  77. 6f78707 Merge "Convert bionic dlext test zips to Android.bp" am: 7b40b4dda0 by Colin Cross · 3 years, 10 months ago
  78. 7b40b4d Merge "Convert bionic dlext test zips to Android.bp" by Colin Cross · 3 years, 10 months ago
  79. 0cc60af Add more tests to TEST_MAPPING by Colin Cross · 3 years, 10 months ago
  80. badcb38 Convert bionic dlext test zips to Android.bp by Colin Cross · 3 years, 10 months ago
  81. cb38a38 Merge "Treat static binaries "the same" for the profiling signals." am: 5b4913a599 by Treehugger Robot · 3 years, 10 months ago
  82. 5b4913a Merge "Treat static binaries "the same" for the profiling signals." by Treehugger Robot · 3 years, 10 months ago
  83. 276e49c Merge "bionic: fix broken end atrace events" am: e8cc2c32ac by Lalit Maganti · 3 years, 10 months ago
  84. e8cc2c3 Merge "bionic: fix broken end atrace events" by Lalit Maganti · 3 years, 10 months ago
  85. 3771937 Treat static binaries "the same" for the profiling signals. by Elliott Hughes · 3 years, 10 months ago
  86. 2aa3f7c bionic: fix broken end atrace events by Lalit Maganti · 4 years ago
  87. 2ebb8f4 Merge "Add CtsBionicTestCases to hwasan-postsubmit." am: c6b6f5e7ef by Evgenii Stepanov · 3 years, 10 months ago
  88. 2014e70 Merge "Random HWASan cleanups." am: b34d313d17 by Evgenii Stepanov · 3 years, 10 months ago
  89. c6b6f5e Merge "Add CtsBionicTestCases to hwasan-postsubmit." by Evgenii Stepanov · 3 years, 10 months ago
  90. b34d313 Merge "Random HWASan cleanups." by Evgenii Stepanov · 3 years, 10 months ago
  91. 1d7077a Add CtsBionicTestCases to hwasan-postsubmit. by Evgenii Stepanov · 3 years, 10 months ago
  92. 4edbcee Random HWASan cleanups. by Evgenii Stepanov · 3 years, 11 months ago
  93. 3e3ada4 Merge "Update allocator alignment tests." am: 258642b7d7 by Christopher Ferris · 3 years, 11 months ago
  94. 258642b Merge "Update allocator alignment tests." by Christopher Ferris · 3 years, 11 months ago
  95. b3cac0f Update allocator alignment tests. by Christopher Ferris · 3 years, 11 months ago
  96. 10878a2 Merge "Fix broken return code of M_INITIALIZE_GWP_ASAN." am: b47aa42a11 by Christopher Ferris · 3 years, 11 months ago
  97. b47aa42 Merge "Fix broken return code of M_INITIALIZE_GWP_ASAN." by Christopher Ferris · 3 years, 11 months ago
  98. 8f9713e Fix broken return code of M_INITIALIZE_GWP_ASAN. by Christopher Ferris · 3 years, 11 months ago
  99. 9ed4377 Merge "Use the BSD license for our bogus fts.h." am: e8121199fd by Treehugger Robot · 3 years, 11 months ago
  100. e812119 Merge "Use the BSD license for our bogus fts.h." by Treehugger Robot · 3 years, 11 months ago