1. 4a135a0 stdio_test: merge the fread()/fwrite() int overflow tests. by Elliott Hughes · 4 months ago
  2. e80b5e7 stdio: fwide(). by Elliott Hughes · 4 months ago
  3. b35f7ad stdio_test: add an fgetln() test. by Elliott Hughes · 4 months ago
  4. 7e97df7 ifaddrs_test: improve getifaddrs_INET failure diagnostics. by Elliott Hughes · 4 months ago
  5. 04f17a6 Merge "string_test.cpp: add missing tests for top bit set characters." into main by Elliott Hughes · 4 months ago
  6. c2810e1 string_test.cpp: add missing tests for top bit set characters. by Elliott Hughes · 5 months ago
  7. 8bf0e30 Disable tracing during libc init. by Christopher Ferris · 5 months ago
  8. bd1d691 Merge "strptime.c: fix 32-bit range check in epoch_to_tm()." into main by Elliott Hughes · 5 months ago
  9. b891dda Reimplement asctime()/ctime()/difftime(). by Elliott Hughes · 5 months ago
  10. dd56beb strptime.c: fix 32-bit range check in epoch_to_tm(). by Elliott Hughes · 5 months ago
  11. 978b213 Merge "running_with_hwasan() is now in android::base." into main by Elliott Hughes · 5 months ago
  12. 8dc8153 Merge "tests: Add ap_firmware group test" into main by Jakub "Kuba" Czapiga · 5 months ago
  13. daf8a16 running_with_hwasan() is now in android::base. by Elliott Hughes · 5 months ago
  14. 60aaf2f Silence deprecation warnings in fortify tests. by Elliott Hughes · 5 months ago
  15. a91fca6 Merge "arm64: add ifunc resolver AT_HWCAP3/AT_HWCAP4 support." into main by Elliott Hughes · 5 months ago
  16. 6b5b792 arm64: add ifunc resolver AT_HWCAP3/AT_HWCAP4 support. by Elliott Hughes · 5 months ago
  17. cf8c146 Merge "Lose DoNotOptimize() to libbase." into main by Elliott Hughes · 5 months ago
  18. 46f55bf Merge "bionic: loader: 16k: App more complex ELF layout app compat tests" into main by Treehugger Robot · 5 months ago
  19. 734a0c9 Lose DoNotOptimize() to libbase. by Elliott Hughes · 5 months ago
  20. f86c483 Merge "Revert "Move GetPrebuiltElfDir() into the sole user."" into main by Elliott Hughes · 5 months ago
  21. d42ed91 tests: Add ap_firmware group test by Jakub Czapiga · 6 months ago
  22. 42ad844 Revert "Move GetPrebuiltElfDir() into the sole user." by Elliott Hughes · 5 months ago
  23. ce5cdc7 bionic: loader: 16k: App more complex ELF layout app compat tests by Kalesh Singh · 5 months ago
  24. 0af5e1e Merge changes from topic "dlopen_fatal_16k" into main by Kalesh Singh · 5 months ago
  25. 548a21c bionic: loader: 16k: Add dlopen is fatal test by Kalesh Singh · 6 months ago
  26. e9dd1b1 Move GetPrebuiltElfDir() into the sole user. by Elliott Hughes · 5 months ago
  27. 45d5179 Merge changes from topic "bionic_test_libs_genrules" into main by Treehugger Robot · 5 months ago
  28. 3934562 bionic: Remove unused prebuilt ELFs by Kalesh Singh · 6 months ago
  29. d98c907 bionic: Use genrule for prebuilt ELFs by Kalesh Singh · 6 months ago
  30. 8654568 strsep()/strtok()/strtok_r()/wcstok(): more tests. by Elliott Hughes · 5 months ago
  31. 10eed1b Merge "Stop using strncat() in network code." into main by Elliott Hughes · 5 months ago
  32. 57b539d Merge "stdatomic_test.cpp: include <stdatomic.h> for glibc" into main by Ryan Prichard · 5 months ago
  33. cc78f87 Stop using strncat() in network code. by Elliott Hughes · 5 months ago
  34. 3872e5e Add a missing strsep() test. by Elliott Hughes · 5 months ago
  35. c627060 strtok_r()/wcstok() tests: check the state pointer too. by Elliott Hughes · 6 months ago
  36. 2f21bea stdatomic_test.cpp: include <stdatomic.h> for glibc by Ryan Prichard · 7 months ago
  37. 4a0918c Add a missing corner case to the strtok()/wcstok() tests. by Elliott Hughes · 6 months ago
  38. ee96a13 Make the wcspbrk()/wcsspn()/wcscspn()/wcstok() tests match the string ones. by Elliott Hughes · 6 months ago
  39. 41b07d9 Add basic tests for strpbrk()/strspn()/strcspn()/strsep()/strtok()/strtok_r(). by Elliott Hughes · 6 months ago
  40. fa3447c Merge "<syslog.h>: test setlogmask()." into main by Elliott Hughes · 6 months ago
  41. 5e395b8 <stdbit.h>: fix tests for ILP32. by Elliott Hughes · 6 months ago
  42. 5cfe7dc <syslog.h>: test setlogmask(). by Elliott Hughes · 6 months ago
  43. 424a857 Merge "Implement C23 <stdbit.h>." into main by Elliott Hughes · 6 months ago
  44. a1b263f Simplify strcoll()/strxfrm()/wcscoll()/wcsxfrm(). by Elliott Hughes · 6 months ago
  45. 5e70fe5 Implement C23 <stdbit.h>. by Elliott Hughes · 6 months ago
  46. d382b86 Reimplement the *casecmp() functions. by Elliott Hughes · 6 months ago
  47. 3b888b6 unistd_test.cpp: improve test names. by Elliott Hughes · 6 months ago
  48. 0aea1c2 Remove unused script. by Elliott Hughes · 6 months ago
  49. a380954 Optimize android_unsafe_frame_pointer_chase by Florian Mayer · 1 year, 1 month ago
  50. 12ecdc1 Tests for <err.h>. by Elliott Hughes · 7 months ago
  51. cbf12bb Merge "Clean up to malloc_iterate tests." into main by Christopher Ferris · 7 months ago
  52. 1e4dbae Clean up to malloc_iterate tests. by Christopher Ferris · 7 months ago
  53. 09c2e4f Consistently use lr for x30/r14 and fp for x29. by Elliott Hughes · 7 months ago
  54. e86a03f Use powerof2() more consistently. by Elliott Hughes · 8 months ago
  55. d8debd3 Add trivial btowc/wctob tests. by Elliott Hughes · 8 months ago
  56. 16cdec7 Merge "Add checks for more POSIX 2024 stuff." into main by Elliott Hughes · 8 months ago
  57. 28a0221 Add checks for more POSIX 2024 stuff. by Elliott Hughes · 8 months ago
  58. b80bf28 Merge "Replace __BIONIC_ALIGN() with __builtin_align_up()." into main by Elliott Hughes · 8 months ago
  59. 05af353 Merge "bionic: Include libdl_android in bionic_test_defaults" into main by Treehugger Robot · 8 months ago
  60. a2c5eb0 bionic: Include libdl_android in bionic_test_defaults by Vilas Bhat · 8 months ago
  61. 6b43951 Add Dynamic Object Size Test for Fortify3 by Sharjeel Khan · 8 months ago
  62. d41c24d Merge "Add strcasestr() regression test." into main by Elliott Hughes · 8 months ago
  63. 9903278 arm64: Update existing SME tests by Tamas Petz · 8 months ago
  64. 36927f5 arm64: Test that SME state is inherited with fork() by Tamas Petz · 8 months ago
  65. 8322377 arm64: Test that SME is off in new threads by Tamas Petz · 8 months ago
  66. 2b8e870 Add strcasestr() regression test. by Elliott Hughes · 8 months ago
  67. d62e131 Tag all Bionic packages with the "Native Tools & Libraries" team. by Sophie Zheng · 8 months ago
  68. 6bf1fa6 Remove mempcpy and strcpy fortify overflow chk in bionic by Sharjeel Khan · 8 months ago
  69. 193b0bc Replace __BIONIC_ALIGN() with __builtin_align_up(). by Elliott Hughes · 8 months ago
  70. d50a62b Merge "Improve fs time setter testing." into main by Elliott Hughes · 8 months ago
  71. 6e48b89 Merge "Trivial C++23 fixes." into main by Treehugger Robot · 8 months ago
  72. 0ec50d8 Trivial C++23 fixes. by Elliott Hughes · 8 months ago
  73. 201fe93 Improve fs time setter testing. by Elliott Hughes · 8 months ago
  74. 4d5ea53 <utime.h>: add tests and reimplement. by Elliott Hughes · 8 months ago
  75. 6a11610 Merge "Simplify psignal()/psiginfo()." into main by Elliott Hughes · 8 months ago
  76. 08bd825 libtest_invalid-local-tls: explain why there's no riscv64 prebuilt. by Elliott Hughes · 8 months ago
  77. ce1087c Merge "clang_fortify_tests.cpp: explain "regular gtests"." into main by Elliott Hughes · 8 months ago
  78. 0a22462 Merge "Change "==3" to ">=3" for _FORTIFY_SOURCE" into main by Treehugger Robot · 8 months ago
  79. 709cda2 clang_fortify_tests.cpp: explain "regular gtests". by Elliott Hughes · 8 months ago
  80. 5654c1f Change "==3" to ">=3" for _FORTIFY_SOURCE by Sharjeel Khan · 8 months ago
  81. f2ee3db Simplify psignal()/psiginfo(). by Elliott Hughes · 9 months ago
  82. ed6c08c stdio_test.cpp: check output goes to the right stream. by Elliott Hughes · 9 months ago
  83. 6426313 Merge "bionic: Optimize TLS memory by isolating per-thread libgen buffers to dedicated pages" into main by Vilas Bhat · 9 months ago
  84. 836370e bionic: Optimize TLS memory by isolating per-thread libgen buffers to dedicated pages by Vilas Bhat · 9 months ago
  85. 87fcb21 Make the linker namespace functions a platform header. by Elliott Hughes · 9 months ago
  86. fda4c10 Fix uninitialized CFI shadow value for linker by hangl · 9 months ago
  87. 3bfa4bc arm64: Test if TPIDR2_EL0 is cleared in signal handlers. by Tamas Zsoldos · 9 months ago
  88. 6f106f7 arm64: Handle SME's ZA in setjmp/longjmp. by Tamas Zsoldos · 9 months ago
  89. 90cac19 Merge "wchar_test.cpp: test wchar_t signedness." into main by Elliott Hughes · 9 months ago
  90. eb80290 wchar_test.cpp: test wchar_t signedness. by Elliott Hughes · 9 months ago
  91. 8ec4622 <stdint.h>: add C23 _WIDTH macros. by Elliott Hughes · 9 months ago
  92. 1c58255 Merge "<stdint.h>: fix the INT_FAST* _MAX/_MIN macros." into main by Elliott Hughes · 9 months ago
  93. fc98a5e Merge "Skip MemtagGlobalsTest when running with native bridge" into main by Treehugger Robot · 9 months ago
  94. 24507f9 Skip MemtagGlobalsTest when running with native bridge by dimitry · 9 months ago
  95. 8109e53 <stdint.h>: fix the INT_FAST* _MAX/_MIN macros. by Elliott Hughes · 9 months ago
  96. 98f66a0 Merge "<stdint.h>: add tests for _MAX and _MIN macros." into main by Elliott Hughes · 9 months ago
  97. 0bf7492 <stdint.h>: add tests for _MAX and _MIN macros. by Elliott Hughes · 9 months ago
  98. 0420aa8 gtest_globals: fix error visibility. by Elliott Hughes · 9 months ago
  99. 7c6a466 Merge "dl_iterate_phdr(): fix iteration order." into main by Elliott Hughes · 9 months ago
  100. 7f850e3 stdint_test: check the "least" types, not just the "fast" ones. by Elliott Hughes · 9 months ago