1. bbf9cd8 In android_set_abort_message, check for nullptr. by Christopher Ferris · 3 years, 10 months ago
  2. 97ef479 Merge "Fix unistd.exec_argv0_null for new kernels." by Elliott Hughes · 3 years, 10 months ago
  3. bb1cc5a Fix unistd.exec_argv0_null for new kernels. by Elliott Hughes · 3 years, 10 months ago
  4. 6bdefa6 Merge "C11 removed gets()." by Elliott Hughes · 3 years, 10 months ago
  5. 1063039 C11 removed gets(). by Elliott Hughes · 3 years, 10 months ago
  6. 8ea6af5 Always process TLS relocs using general code path by Ryan Prichard · 3 years, 11 months ago
  7. 8321ff1 Merge "Suppress -Wformat warning" by Treehugger Robot · 3 years, 11 months ago
  8. f9b1313 Suppress -Wformat warning by Yi Kong · 3 years, 11 months ago
  9. 9705aac Fix mte tests to allow auto-upgrade. by Evgenii Stepanov · 4 years ago
  10. fef519b Disable LTO for libBionicStandardTests by Pirama Arumuga Nainar · 4 years ago
  11. 34da4b5 Merge "posix_spawn: always clear O_CLOEXEC for dup'ed fds." by Elliott Hughes · 4 years ago
  12. 5d3c384 Merge "Explain why we test ifunc variables." by Treehugger Robot · 4 years ago
  13. afc77a0 Merge "Cast ifunc resolver's return type" by Pirama Arumuga Nainar · 4 years ago
  14. 82c9072 Explain why we test ifunc variables. by Elliott Hughes · 4 years ago
  15. 9be2427 Cast ifunc resolver's return type by Pirama Arumuga Nainar · 4 years ago
  16. 99ed14b Merge "Add %m and %#x support for async_safe logging" by Zijun Zhao · 4 years ago
  17. 75c36fe Add %m and %#x support for async_safe logging by zijunzhao · 4 years ago
  18. 62d49fd posix_spawn: always clear O_CLOEXEC for dup'ed fds. by Elliott Hughes · 4 years ago
  19. 82e24a5 CFI uses SIGTRAP on arm/arm64. by Elliott Hughes · 4 years ago
  20. ab74e32 Merge "Silence the CFI death tests." by Elliott Hughes · 4 years ago
  21. 4411b94 Silence the CFI death tests. by Elliott Hughes · 4 years ago
  22. 9425b16 [MTE] Relax ELF note. by Mitch Phillips · 4 years ago
  23. a48237b Disable fortify tests for musl by Colin Cross · 4 years ago
  24. 9da85fa Export bionic's resolv base64 functions to musl by Colin Cross · 4 years ago
  25. 2a9843f Export bionic's execinfo functions to musl by Colin Cross · 4 years, 1 month ago
  26. fdced95 Enable mallinfo tests for musl by Colin Cross · 4 years ago
  27. daa6b82 Fix bionic benchmarks and header tests for musl by Colin Cross · 4 years, 2 months ago
  28. f7e721c Merge "Fix recursive deadlock inside bionic_systrace" by Daniele Di Proietto · 4 years ago
  29. f5f04b1 Fix recursive deadlock inside bionic_systrace by Daniele Di Proietto · 4 years ago
  30. e37ca53 Fix MemtagNoteTest and make it runnable on non-MTE devices. by Evgenii Stepanov · 4 years, 1 month ago
  31. e62be7e Merge "Don't use LLVM when readelf(1) will do." by Elliott Hughes · 4 years, 1 month ago
  32. 1ff7be0 Don't use LLVM when readelf(1) will do. by Elliott Hughes · 4 years, 1 month ago
  33. db358e6 Don't use llvm-defaults to build some tests. by Elliott Hughes · 4 years, 1 month ago
  34. 724efbb Mark variables as unused. by Christopher Ferris · 4 years, 2 months ago
  35. 8248e62 Add mallinfo2 call. by Christopher Ferris · 4 years, 2 months ago
  36. a43e7a8 Merge "Fix a race condition in the bionic pthread tests." by Peter Collingbourne · 4 years, 2 months ago
  37. c5b8184 Fix a race condition in the bionic pthread tests. by Peter Collingbourne · 4 years, 2 months ago
  38. 19e6375 Merge "Regression test for scudo crash in resizeTaggedChunk." by Evgenii Stepanov · 4 years, 3 months ago
  39. f0d7a34 Regression test for scudo crash in resizeTaggedChunk. by Evgenii Stepanov · 4 years, 3 months ago
  40. 30cd30f Remove outdated ld.bfd usage. by Stephen Hines · 4 years, 3 months ago
  41. 4b6ae54 Merge "uchar.h tests: small improvements." by Treehugger Robot · 4 years, 3 months ago
  42. 3d8156d uchar.h tests: small improvements. by Elliott Hughes · 4 years, 3 months ago
  43. b6b7e2e Add the missing '--' to shell invocations. by Elliott Hughes · 4 years, 3 months ago
  44. 2abfa9e Update to v5.15 kernel headers. by Christopher Ferris · 4 years, 3 months ago
  45. d885429 Merge "Workaround Clang cannot build ifunc with LTO" by Yi Kong · 4 years, 4 months ago
  46. b952a77 Workaround Clang cannot build ifunc with LTO by Yi Kong · 4 years, 4 months ago
  47. 11526e2 Add execinfo functionality. by Christopher Ferris · 4 years, 4 months ago
  48. cf59e19 Add preadv2/pwritev2 wrappers. by Elliott Hughes · 4 years, 4 months ago
  49. 9935aa7 Add/allow clang-14 warnings. by Chih-Hung Hsieh · 4 years, 4 months ago
  50. b4d9304 Merge "Move ExecTestHelper to using a regex." by Elliott Hughes · 4 years, 4 months ago
  51. 8d9297f Merge "Add more tests to TEST_MAPPING" by Colin Cross · 4 years, 4 months ago
  52. 419554e Move ExecTestHelper to using a regex. by Elliott Hughes · 4 years, 4 months ago
  53. 7b40b4d Merge "Convert bionic dlext test zips to Android.bp" by Colin Cross · 4 years, 4 months ago
  54. 0cc60af Add more tests to TEST_MAPPING by Colin Cross · 4 years, 4 months ago
  55. badcb38 Convert bionic dlext test zips to Android.bp by Colin Cross · 4 years, 4 months ago
  56. b34d313 Merge "Random HWASan cleanups." by Evgenii Stepanov · 4 years, 4 months ago
  57. 4edbcee Random HWASan cleanups. by Evgenii Stepanov · 4 years, 5 months ago
  58. b3cac0f Update allocator alignment tests. by Christopher Ferris · 4 years, 5 months ago
  59. 8f9713e Fix broken return code of M_INITIALIZE_GWP_ASAN. by Christopher Ferris · 4 years, 5 months ago
  60. 4c5595c Replace local MUSL define with global ANDROID_HOST_MUSL by Colin Cross · 4 years, 6 months ago
  61. 14d1507 Fix some clang-format issues by Colin Cross · 4 years, 6 months ago
  62. 35d469b Fix bionic-unit-tests-glibc for 32-bit musl by Colin Cross · 4 years, 6 months ago
  63. 7da2034 Build bionic unit tests for musl by Colin Cross · 4 years, 6 months ago
  64. 4408b8a Enable posix strerror_r test in glibc by Colin Cross · 4 years, 6 months ago
  65. 695af0d POSIX strerror_r returns an error number, not -1 by Colin Cross · 4 years, 6 months ago
  66. 53df1f3 Make MTE tests pass with all values of MEMTAG_OPTIONS. by Evgenii Stepanov · 4 years, 7 months ago
  67. 40c8a8b Extend <sys/sysinfo.h> tests slightly. by Elliott Hughes · 4 years, 8 months ago
  68. be1c013 Merge "Disable return PAC in __pthread_start." by Peter Collingbourne · 4 years, 8 months ago
  69. 26d83ba Disable return PAC in __pthread_start. by Peter Collingbourne · 4 years, 8 months ago
  70. 7c0ce86 Skip the malloc_slack test on native bridge. by Christopher Ferris · 4 years, 8 months ago
  71. 546723b Use ro.build.type instead of ro.debuggable by Ryan Prichard · 4 years, 8 months ago
  72. ec580d3 Make the tests that call readelf(1) less sensitive to whitespace. by Elliott Hughes · 4 years, 10 months ago
  73. 27cf254 Merge "Switch to libbase SilentDeathTest." by Elliott Hughes · 4 years, 10 months ago
  74. 141b917 Switch to libbase SilentDeathTest. by Elliott Hughes · 4 years, 10 months ago
  75. 2b1930a Merge "Add tests for inet_nsap_addr()/inet_nsap_ntoa()." by Elliott Hughes · 4 years, 10 months ago
  76. c30a1c0 Add tests for inet_nsap_addr()/inet_nsap_ntoa(). by Elliott Hughes · 4 years, 10 months ago
  77. 999d82e Merge "Add tests for the untested <wchar.h> functions." by Treehugger Robot · 4 years, 10 months ago
  78. fe50a0c Add tests for the untested <wchar.h> functions. by Elliott Hughes · 4 years, 10 months ago
  79. b74ddc3 Merge "Use GTEST_SKIP() rather than GTEST_LOG_() when skipping." by Elliott Hughes · 4 years, 10 months ago
  80. 3741fca Merge "Improve tgamma(3) coverage." by Treehugger Robot · 4 years, 10 months ago
  81. 84ccc05 Merge "Deflake time.clock_gettime test" by Giuliano Procida · 4 years, 10 months ago
  82. 14ab353 Use GTEST_SKIP() rather than GTEST_LOG_() when skipping. by Elliott Hughes · 4 years, 10 months ago
  83. 8843066 Improve tgamma(3) coverage. by Elliott Hughes · 4 years, 10 months ago
  84. 44ec9c3 Merge "Disable fdtrack post-fork." by Josh Gao · 4 years, 10 months ago
  85. 096f595 Deflake time.clock_gettime test by Giuliano Procida · 4 years, 10 months ago
  86. dcc97c0 Disable fdtrack post-fork. by Josh Gao · 5 years ago
  87. ebc88d2 Use mean CPU time in an attempt to reduce test flakiness by Giuliano Procida · 4 years, 10 months ago
  88. c0d41db setjmp/longjmp: avoid invalid values in the stack pointer. by Elliott Hughes · 4 years, 10 months ago
  89. 4b6a29d Merge "Improve fchmod() coverage." by Treehugger Robot · 5 years ago
  90. ac3fcc6 Merge "Improve system() coverage." by Elliott Hughes · 5 years ago
  91. 6ba27e0 Merge "Add some slack at the end of large allocations when target SDK level < S." by Peter Collingbourne · 5 years ago
  92. db6223f Improve fchmod() coverage. by Elliott Hughes · 5 years ago
  93. b82f5cf Improve <sys/xattr.h> coverage. by Elliott Hughes · 5 years ago
  94. bbbe27f Improve system() coverage. by Elliott Hughes · 5 years ago
  95. 2659d7b Add some slack at the end of large allocations when target SDK level < S. by Peter Collingbourne · 5 years ago
  96. 3de1915 Add wrappers for pidfd_{open,getfd,send_signal}. by Josh Gao · 5 years ago
  97. 8ae9d01 Merge "Add LOCAL_LICENSE_KINDS to bionic" by Bob Badour · 5 years ago
  98. a0d3da5 Merge "Fix fdsan death tests." by Elliott Hughes · 5 years ago
  99. d76dd14 Fix fdsan death tests. by Elliott Hughes · 5 years ago
  100. 526a888 Merge "Don't dump backtraces while running fdtrack tests." by Elliott Hughes · 5 years ago