1. 128475f Merge "[NFCI] Change Android's NT_TYPE to NT_ANDROID_TYPE." by Treehugger Robot · 3 years, 6 months ago
  2. 9340037 [NFCI] Change Android's NT_TYPE to NT_ANDROID_TYPE. by Mitch Phillips · 3 years, 6 months ago
  3. 442544d Merge "Fix possible nullptr dereference." by Christopher Ferris · 3 years, 6 months ago
  4. 37b3d9d Merge "Annotate fortify functions with diagnose_as_builtin" by Pirama Arumuga Nainar · 3 years, 6 months ago
  5. db71def Annotate fortify functions with diagnose_as_builtin by Pirama Arumuga Nainar · 3 years, 7 months ago
  6. d49ad1e Fix possible nullptr dereference. by Christopher Ferris · 3 years, 6 months ago
  7. 8266380 Merge "Fix HWASan crashes in heapprofd initialization." by Florian Mayer · 3 years, 6 months ago
  8. 6c1c342 Fix HWASan crashes in heapprofd initialization. by Florian Mayer · 3 years, 6 months ago
  9. 6502334 Merge "Silence -Wnon-power-of-two-alignment for a test" by Treehugger Robot · 3 years, 6 months ago
  10. 44dd9fa Silence -Wnon-power-of-two-alignment for a test by Pirama Arumuga Nainar · 3 years, 6 months ago
  11. f7e721c Merge "Fix recursive deadlock inside bionic_systrace" by Daniele Di Proietto · 3 years, 6 months ago
  12. f5f04b1 Fix recursive deadlock inside bionic_systrace by Daniele Di Proietto · 3 years, 6 months ago
  13. 97ec0e3 Merge "Fix MemtagNoteTest and make it runnable on non-MTE devices." by Evgenii Stepanov · 3 years, 6 months ago
  14. fb946fd Merge "Move linker from sampling PGO to AFDO pipeline" by Yi Kong · 3 years, 6 months ago
  15. ccae7ef Merge "Disable pointer authentication in app processes." by Peter Collingbourne · 3 years, 6 months ago
  16. e20a1d9 Move linker from sampling PGO to AFDO pipeline by Yi Kong · 3 years, 6 months ago
  17. e37ca53 Fix MemtagNoteTest and make it runnable on non-MTE devices. by Evgenii Stepanov · 3 years, 7 months ago
  18. bf52e88 Disable pointer authentication in app processes. by Peter Collingbourne · 3 years, 7 months ago
  19. b838fbd Merge "libm: sync with upstream." by Elliott Hughes · 3 years, 7 months ago
  20. 095509f Merge "Update the status for S and T." by Treehugger Robot · 3 years, 7 months ago
  21. 57f17de Update the status for S and T. by Elliott Hughes · 3 years, 7 months ago
  22. e62be7e Merge "Don't use LLVM when readelf(1) will do." by Elliott Hughes · 3 years, 7 months ago
  23. 1ff7be0 Don't use LLVM when readelf(1) will do. by Elliott Hughes · 3 years, 7 months ago
  24. 4a85b04 Merge "Don't use llvm-defaults to build some tests." by Treehugger Robot · 3 years, 7 months ago
  25. 99ef447 libm: sync with upstream. by Elliott Hughes · 3 years, 7 months ago
  26. 5396787 Merge "Fix copy pasta in guard macro for weak symbols." by Treehugger Robot · 3 years, 7 months ago
  27. db358e6 Don't use llvm-defaults to build some tests. by Elliott Hughes · 3 years, 7 months ago
  28. c79b020 Merge "Update to v5.16 kernel headers." by Christopher Ferris · 3 years, 7 months ago
  29. a479261 Update to v5.16 kernel headers. by Christopher Ferris · 3 years, 7 months ago
  30. f62c8f9 Merge "Remove availability definitions for mbs APIs." by Treehugger Robot · 3 years, 7 months ago
  31. e410625 Fix copy pasta in guard macro for weak symbols. by Dan Albert · 3 years, 7 months ago
  32. 952da92 Remove availability definitions for mbs APIs. by Dan Albert · 3 years, 7 months ago
  33. e2c784f Merge "c32rtomb/mbrtoc32: remove dead code." by Elliott Hughes · 3 years, 8 months ago
  34. c73c19a Merge "sched.h: add doc comments." by Elliott Hughes · 3 years, 8 months ago
  35. 31fbc14 sched.h: add doc comments. by Elliott Hughes · 4 years, 6 months ago
  36. ad1658e c32rtomb/mbrtoc32: remove dead code. by Elliott Hughes · 3 years, 8 months ago
  37. 084d60a Merge "Mark variables as unused." by Christopher Ferris · 3 years, 8 months ago
  38. 724efbb Mark variables as unused. by Christopher Ferris · 3 years, 8 months ago
  39. f190be8 Merge "Add mallinfo2 call." by Christopher Ferris · 3 years, 8 months ago
  40. 1d88b55 Merge "Add some documentation about EINTR." am: a73179fe30 by Elliott Hughes · 3 years, 8 months ago
  41. a73179f Merge "Add some documentation about EINTR." by Elliott Hughes · 3 years, 8 months ago
  42. 8248e62 Add mallinfo2 call. by Christopher Ferris · 3 years, 8 months ago
  43. 38be11e Add some documentation about EINTR. by Elliott Hughes · 3 years, 8 months ago
  44. b2ff5e9 Merge "Clarify that fdsan wasn't "enforcing" in its first release." am: 6769ccbe88 by Treehugger Robot · 3 years, 8 months ago
  45. 6769ccb Merge "Clarify that fdsan wasn't "enforcing" in its first release." by Treehugger Robot · 3 years, 8 months ago
  46. 32a7252 Clarify that fdsan wasn't "enforcing" in its first release. by Elliott Hughes · 3 years, 8 months ago
  47. 83abd83 Merge "strftime: format small positive integers ourselves." am: ad12582726 by Elliott Hughes · 3 years, 8 months ago
  48. ad12582 Merge "strftime: format small positive integers ourselves." by Elliott Hughes · 3 years, 8 months ago
  49. e4d5efe strftime: format small positive integers ourselves. by Elliott Hughes · 3 years, 9 months ago
  50. 670acdb Merge "Use -fno-builtin for libc and libm." am: bb802661af by Elliott Hughes · 3 years, 8 months ago
  51. bb80266 Merge "Use -fno-builtin for libc and libm." by Elliott Hughes · 3 years, 8 months ago
  52. 3860403 Merge "Fix a race condition in the bionic pthread tests." am: a43e7a87b3 by Peter Collingbourne · 3 years, 8 months ago
  53. a43e7a8 Merge "Fix a race condition in the bionic pthread tests." by Peter Collingbourne · 3 years, 8 months ago
  54. a13d066 Use -fno-builtin for libc and libm. by Elliott Hughes · 3 years, 8 months ago
  55. c5b8184 Fix a race condition in the bionic pthread tests. by Peter Collingbourne · 3 years, 8 months ago
  56. 1359b83 Merge "[versioner] Use libclang-cpp.so" am: 78051b771b by Pirama Arumuga Nainar · 3 years, 8 months ago
  57. 78051b7 Merge "[versioner] Use libclang-cpp.so" by Pirama Arumuga Nainar · 3 years, 8 months ago
  58. 14b886b Merge "Allow bpf() syscall" am: e48ea932c0 by Treehugger Robot · 3 years, 8 months ago
  59. e48ea93 Merge "Allow bpf() syscall" by Treehugger Robot · 3 years, 8 months ago
  60. 5afe3f8 Allow bpf() syscall by Alessio Balsini · 3 years, 9 months ago
  61. 5514287 [versioner] Use libclang-cpp.so by Pirama Arumuga Nainar · 3 years, 8 months ago
  62. 7d0b40f Merge "Update OWNERS" am: 1d4272e3e4 by Treehugger Robot · 3 years, 8 months ago
  63. 1d4272e Merge "Update OWNERS" by Treehugger Robot · 3 years, 8 months ago
  64. d473a70 Update OWNERS by Tom Cherry · 3 years, 8 months ago
  65. 27bccb1 Merge "Remove boilerplate." am: a9ebf6f422 by Treehugger Robot · 3 years, 9 months ago
  66. a9ebf6f Merge "Remove boilerplate." by Treehugger Robot · 3 years, 9 months ago
  67. 5b57d9c Remove boilerplate. by Richard Fung · 3 years, 9 months ago
  68. 539a4e8 Merge "mbrtoc16: explain the line that has no test coverage." am: f4c8b0da39 by Elliott Hughes · 3 years, 9 months ago
  69. f4c8b0d Merge "mbrtoc16: explain the line that has no test coverage." by Elliott Hughes · 3 years, 9 months ago
  70. 9d66092 mbrtoc16: explain the line that has no test coverage. by Elliott Hughes · 3 years, 9 months ago
  71. f480905 Merge "Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918" into stage-aosp-master by TreeHugger Robot · 3 years, 9 months ago
  72. 39a0516 Merge "Regression test for scudo crash in resizeTaggedChunk." am: 19e63753d2 by Evgenii Stepanov · 3 years, 9 months ago
  73. 19e6375 Merge "Regression test for scudo crash in resizeTaggedChunk." by Evgenii Stepanov · 3 years, 9 months ago
  74. f0d7a34 Regression test for scudo crash in resizeTaggedChunk. by Evgenii Stepanov · 3 years, 9 months ago
  75. b832b2c Merge "Optimize the mbs fast path slightly." am: afd8fc3f35 by Elliott Hughes · 3 years, 9 months ago
  76. 9853cc6 Merge "New multi-byte character benchmarks." am: 3fd4625614 by Elliott Hughes · 3 years, 9 months ago
  77. afd8fc3 Merge "Optimize the mbs fast path slightly." by Elliott Hughes · 3 years, 9 months ago
  78. 3fd4625 Merge "New multi-byte character benchmarks." by Elliott Hughes · 3 years, 9 months ago
  79. 2c96639 Optimize the mbs fast path slightly. by Elliott Hughes · 3 years, 9 months ago
  80. 09bf432 New multi-byte character benchmarks. by Elliott Hughes · 3 years, 9 months ago
  81. 7b79650 Merge "Fix incorrect API level for wcstombs and mbstowcs." am: 02ed7ea425 by Zijun Zhao · 3 years, 9 months ago
  82. 02ed7ea Merge "Fix incorrect API level for wcstombs and mbstowcs." by Zijun Zhao · 3 years, 9 months ago
  83. 2ee9abe Merge "Remove outdated ld.bfd usage." am: fe254da88f by Treehugger Robot · 3 years, 9 months ago
  84. fe254da Merge "Remove outdated ld.bfd usage." by Treehugger Robot · 3 years, 9 months ago
  85. 30cd30f Remove outdated ld.bfd usage. by Stephen Hines · 3 years, 9 months ago
  86. e6b2f0f Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918 by Xin Li · 3 years, 9 months ago
  87. 57474c8 Fix incorrect API level for wcstombs and mbstowcs. by ZijunZhao · 3 years, 9 months ago
  88. 157d55f Merge "uchar.h tests: small improvements." am: 4b6ae54acf by Treehugger Robot · 3 years, 9 months ago
  89. 4b6ae54 Merge "uchar.h tests: small improvements." by Treehugger Robot · 3 years, 9 months ago
  90. 3d8156d uchar.h tests: small improvements. by Elliott Hughes · 3 years, 9 months ago
  91. 4b2ae78 Merge "Add the missing '--' to shell invocations." am: 5205e8ac5e by Elliott Hughes · 3 years, 9 months ago
  92. 5205e8a Merge "Add the missing '--' to shell invocations." by Elliott Hughes · 3 years, 9 months ago
  93. 2de1071 Merge "Remove references to nonplat sepolicy" am: f1c36760be by Treehugger Robot · 3 years, 9 months ago
  94. f1c3676 Merge "Remove references to nonplat sepolicy" by Treehugger Robot · 3 years, 9 months ago
  95. 70aa88c Remove references to nonplat sepolicy by Jeff Vander Stoep · 3 years, 9 months ago
  96. b6b7e2e Add the missing '--' to shell invocations. by Elliott Hughes · 3 years, 9 months ago
  97. c7b2bd6 Merge "Re-enable LTO for linker" am: 7d3f322e64 by Yi Kong · 3 years, 9 months ago
  98. 7d3f322 Merge "Re-enable LTO for linker" by Yi Kong · 3 years, 9 months ago
  99. 9e33b76 Re-enable LTO for linker by Yi Kong · 3 years, 9 months ago
  100. f4189ec Merge "Update to v5.15 kernel headers." am: fe95fe354f by Christopher Ferris · 3 years, 9 months ago