1. afc77a0 Merge "Cast ifunc resolver's return type" by Pirama Arumuga Nainar · 3 years, 6 months ago
  2. 9be2427 Cast ifunc resolver's return type by Pirama Arumuga Nainar · 3 years, 6 months ago
  3. 99ed14b Merge "Add %m and %#x support for async_safe logging" by Zijun Zhao · 3 years, 6 months ago
  4. 75c36fe Add %m and %#x support for async_safe logging by zijunzhao · 3 years, 6 months ago
  5. df34c97 Merge "T is API level 33, not 32." by Treehugger Robot · 3 years, 6 months ago
  6. 02335c7 T is API level 33, not 32. by Elliott Hughes · 3 years, 6 months ago
  7. 9b16a91 Merge "CFI uses SIGTRAP on arm/arm64." by Elliott Hughes · 3 years, 6 months ago
  8. 82e24a5 CFI uses SIGTRAP on arm/arm64. by Elliott Hughes · 3 years, 6 months ago
  9. ab74e32 Merge "Silence the CFI death tests." by Elliott Hughes · 3 years, 6 months ago
  10. d80b20b Merge "profiling: override dumpability while opening /proc/self/mem,maps" by Ryan Savitski · 3 years, 6 months ago
  11. 4411b94 Silence the CFI death tests. by Elliott Hughes · 3 years, 6 months ago
  12. d4aa14d profiling: override dumpability while opening /proc/self/mem,maps by Ryan Savitski · 3 years, 6 months ago
  13. 24f9dab Merge "[MTE] Relax ELF note." by Treehugger Robot · 3 years, 6 months ago
  14. 9425b16 [MTE] Relax ELF note. by Mitch Phillips · 3 years, 6 months ago
  15. c81de93 Merge "Avoid duplicate genrule locations" by Treehugger Robot · 3 years, 6 months ago
  16. 2be3e92 Merge "[MTE] add sysprop to set mte state globally" by Treehugger Robot · 3 years, 6 months ago
  17. aeef9f0 Avoid duplicate genrule locations by Colin Cross · 3 years, 6 months ago
  18. b60ce71 Merge changes from topics "musl_execinfo", "musl_mallinfo", "musl_sysroot" by Treehugger Robot · 3 years, 6 months ago
  19. 6f0c44e Merge changes Ie92399c9,Ic6f05388 by Ryan Prichard · 3 years, 6 months ago
  20. 128475f Merge "[NFCI] Change Android's NT_TYPE to NT_ANDROID_TYPE." by Treehugger Robot · 3 years, 6 months ago
  21. 9340037 [NFCI] Change Android's NT_TYPE to NT_ANDROID_TYPE. by Mitch Phillips · 3 years, 6 months ago
  22. dde3176 [MTE] add sysprop to set mte state globally by Florian Mayer · 3 years, 6 months ago
  23. 08cf949 Change default block size alignment to be 4 for memory saving on 32-bit arch by Eric Miao · 3 years, 9 months ago
  24. a48237b Disable fortify tests for musl by Colin Cross · 3 years, 6 months ago
  25. 9d4a56e Export kernel uapi, execinfo and b64 headers to musl sysroot by Colin Cross · 3 years, 6 months ago
  26. 9da85fa Export bionic's resolv base64 functions to musl by Colin Cross · 3 years, 6 months ago
  27. 2a9843f Export bionic's execinfo functions to musl by Colin Cross · 3 years, 7 months ago
  28. 442544d Merge "Fix possible nullptr dereference." by Christopher Ferris · 3 years, 6 months ago
  29. 37b3d9d Merge "Annotate fortify functions with diagnose_as_builtin" by Pirama Arumuga Nainar · 3 years, 6 months ago
  30. db71def Annotate fortify functions with diagnose_as_builtin by Pirama Arumuga Nainar · 3 years, 7 months ago
  31. fdced95 Enable mallinfo tests for musl by Colin Cross · 3 years, 6 months ago
  32. d49ad1e Fix possible nullptr dereference. by Christopher Ferris · 3 years, 6 months ago
  33. daa6b82 Fix bionic benchmarks and header tests for musl by Colin Cross · 3 years, 8 months ago
  34. fbee317 Keep allocation of `tail_` outside of LinkedList by Eric Miao · 3 years, 8 months ago
  35. 8266380 Merge "Fix HWASan crashes in heapprofd initialization." by Florian Mayer · 3 years, 6 months ago
  36. 6c1c342 Fix HWASan crashes in heapprofd initialization. by Florian Mayer · 3 years, 6 months ago
  37. 6502334 Merge "Silence -Wnon-power-of-two-alignment for a test" by Treehugger Robot · 3 years, 6 months ago
  38. 44dd9fa Silence -Wnon-power-of-two-alignment for a test by Pirama Arumuga Nainar · 3 years, 6 months ago
  39. f7e721c Merge "Fix recursive deadlock inside bionic_systrace" by Daniele Di Proietto · 3 years, 6 months ago
  40. f5f04b1 Fix recursive deadlock inside bionic_systrace by Daniele Di Proietto · 3 years, 6 months ago
  41. 97ec0e3 Merge "Fix MemtagNoteTest and make it runnable on non-MTE devices." by Evgenii Stepanov · 3 years, 6 months ago
  42. fb946fd Merge "Move linker from sampling PGO to AFDO pipeline" by Yi Kong · 3 years, 6 months ago
  43. ccae7ef Merge "Disable pointer authentication in app processes." by Peter Collingbourne · 3 years, 6 months ago
  44. e20a1d9 Move linker from sampling PGO to AFDO pipeline by Yi Kong · 3 years, 6 months ago
  45. e37ca53 Fix MemtagNoteTest and make it runnable on non-MTE devices. by Evgenii Stepanov · 3 years, 6 months ago
  46. bf52e88 Disable pointer authentication in app processes. by Peter Collingbourne · 3 years, 7 months ago
  47. b838fbd Merge "libm: sync with upstream." by Elliott Hughes · 3 years, 7 months ago
  48. 095509f Merge "Update the status for S and T." by Treehugger Robot · 3 years, 7 months ago
  49. 57f17de Update the status for S and T. by Elliott Hughes · 3 years, 7 months ago
  50. e62be7e Merge "Don't use LLVM when readelf(1) will do." by Elliott Hughes · 3 years, 7 months ago
  51. 1ff7be0 Don't use LLVM when readelf(1) will do. by Elliott Hughes · 3 years, 7 months ago
  52. 4a85b04 Merge "Don't use llvm-defaults to build some tests." by Treehugger Robot · 3 years, 7 months ago
  53. 99ef447 libm: sync with upstream. by Elliott Hughes · 3 years, 7 months ago
  54. 5396787 Merge "Fix copy pasta in guard macro for weak symbols." by Treehugger Robot · 3 years, 7 months ago
  55. db358e6 Don't use llvm-defaults to build some tests. by Elliott Hughes · 3 years, 7 months ago
  56. c79b020 Merge "Update to v5.16 kernel headers." by Christopher Ferris · 3 years, 7 months ago
  57. a479261 Update to v5.16 kernel headers. by Christopher Ferris · 3 years, 7 months ago
  58. f62c8f9 Merge "Remove availability definitions for mbs APIs." by Treehugger Robot · 3 years, 7 months ago
  59. e410625 Fix copy pasta in guard macro for weak symbols. by Dan Albert · 3 years, 7 months ago
  60. 952da92 Remove availability definitions for mbs APIs. by Dan Albert · 3 years, 7 months ago
  61. e2c784f Merge "c32rtomb/mbrtoc32: remove dead code." by Elliott Hughes · 3 years, 8 months ago
  62. c73c19a Merge "sched.h: add doc comments." by Elliott Hughes · 3 years, 8 months ago
  63. 31fbc14 sched.h: add doc comments. by Elliott Hughes · 4 years, 6 months ago
  64. ad1658e c32rtomb/mbrtoc32: remove dead code. by Elliott Hughes · 3 years, 8 months ago
  65. 084d60a Merge "Mark variables as unused." by Christopher Ferris · 3 years, 8 months ago
  66. 724efbb Mark variables as unused. by Christopher Ferris · 3 years, 8 months ago
  67. f190be8 Merge "Add mallinfo2 call." by Christopher Ferris · 3 years, 8 months ago
  68. 1d88b55 Merge "Add some documentation about EINTR." am: a73179fe30 by Elliott Hughes · 3 years, 8 months ago
  69. a73179f Merge "Add some documentation about EINTR." by Elliott Hughes · 3 years, 8 months ago
  70. 8248e62 Add mallinfo2 call. by Christopher Ferris · 3 years, 8 months ago
  71. 38be11e Add some documentation about EINTR. by Elliott Hughes · 3 years, 8 months ago
  72. b2ff5e9 Merge "Clarify that fdsan wasn't "enforcing" in its first release." am: 6769ccbe88 by Treehugger Robot · 3 years, 8 months ago
  73. 6769ccb Merge "Clarify that fdsan wasn't "enforcing" in its first release." by Treehugger Robot · 3 years, 8 months ago
  74. 32a7252 Clarify that fdsan wasn't "enforcing" in its first release. by Elliott Hughes · 3 years, 8 months ago
  75. 83abd83 Merge "strftime: format small positive integers ourselves." am: ad12582726 by Elliott Hughes · 3 years, 8 months ago
  76. ad12582 Merge "strftime: format small positive integers ourselves." by Elliott Hughes · 3 years, 8 months ago
  77. e4d5efe strftime: format small positive integers ourselves. by Elliott Hughes · 3 years, 9 months ago
  78. 670acdb Merge "Use -fno-builtin for libc and libm." am: bb802661af by Elliott Hughes · 3 years, 8 months ago
  79. bb80266 Merge "Use -fno-builtin for libc and libm." by Elliott Hughes · 3 years, 8 months ago
  80. 3860403 Merge "Fix a race condition in the bionic pthread tests." am: a43e7a87b3 by Peter Collingbourne · 3 years, 8 months ago
  81. a43e7a8 Merge "Fix a race condition in the bionic pthread tests." by Peter Collingbourne · 3 years, 8 months ago
  82. a13d066 Use -fno-builtin for libc and libm. by Elliott Hughes · 3 years, 8 months ago
  83. c5b8184 Fix a race condition in the bionic pthread tests. by Peter Collingbourne · 3 years, 8 months ago
  84. 1359b83 Merge "[versioner] Use libclang-cpp.so" am: 78051b771b by Pirama Arumuga Nainar · 3 years, 8 months ago
  85. 78051b7 Merge "[versioner] Use libclang-cpp.so" by Pirama Arumuga Nainar · 3 years, 8 months ago
  86. 14b886b Merge "Allow bpf() syscall" am: e48ea932c0 by Treehugger Robot · 3 years, 8 months ago
  87. e48ea93 Merge "Allow bpf() syscall" by Treehugger Robot · 3 years, 8 months ago
  88. 5afe3f8 Allow bpf() syscall by Alessio Balsini · 3 years, 9 months ago
  89. 5514287 [versioner] Use libclang-cpp.so by Pirama Arumuga Nainar · 3 years, 8 months ago
  90. 7d0b40f Merge "Update OWNERS" am: 1d4272e3e4 by Treehugger Robot · 3 years, 8 months ago
  91. 1d4272e Merge "Update OWNERS" by Treehugger Robot · 3 years, 8 months ago
  92. d473a70 Update OWNERS by Tom Cherry · 3 years, 8 months ago
  93. 27bccb1 Merge "Remove boilerplate." am: a9ebf6f422 by Treehugger Robot · 3 years, 9 months ago
  94. a9ebf6f Merge "Remove boilerplate." by Treehugger Robot · 3 years, 9 months ago
  95. 5b57d9c Remove boilerplate. by Richard Fung · 3 years, 9 months ago
  96. 539a4e8 Merge "mbrtoc16: explain the line that has no test coverage." am: f4c8b0da39 by Elliott Hughes · 3 years, 9 months ago
  97. f4c8b0d Merge "mbrtoc16: explain the line that has no test coverage." by Elliott Hughes · 3 years, 9 months ago
  98. 9d66092 mbrtoc16: explain the line that has no test coverage. by Elliott Hughes · 3 years, 9 months ago
  99. f480905 Merge "Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918" into stage-aosp-master by TreeHugger Robot · 3 years, 9 months ago
  100. 39a0516 Merge "Regression test for scudo crash in resizeTaggedChunk." am: 19e63753d2 by Evgenii Stepanov · 3 years, 9 months ago