1. 620a722 riscv64: fix ifuncs, improve the ifunc tests. by Elliott Hughes · 2 years, 5 months ago
  2. d8708ba Merge "sys_hwprobe_test.cpp: compare vdso to syscall." into main by Treehugger Robot · 2 years, 4 months ago
  3. f5c9a65 Move bionic test libraries to a default, for easy consumption in cts. by Mitch Phillips · 2 years, 4 months ago
  4. 728aaf6 sys_hwprobe_test.cpp: compare vdso to syscall. by Elliott Hughes · 2 years, 4 months ago
  5. 1982dce Merge changes I1a60d6ef,Idabf0107 into main by Dan Albert · 2 years, 5 months ago
  6. 636b9b9 Merge "Increase time to set allocation limit." into main by Christopher Ferris · 2 years, 5 months ago
  7. e9ffc52 Increase time to set allocation limit. by Christopher Ferris · 2 years, 5 months ago
  8. 16007d5 Fix result for zero-length non-null conversion. by Dan Albert · 2 years, 5 months ago
  9. 3a8fed1 Fix mismatched return types for surrogate pairs. by Dan Albert · 2 years, 5 months ago
  10. 9f30c6b Disable 0b parsing test for glibc. by Dan Albert · 2 years, 5 months ago
  11. a40159f Improve output for failed wcsto* tests. by Dan Albert · 2 years, 5 months ago
  12. 9f78c51 Add missing setlocale/uselocale for glibc tests. by Dan Albert · 2 years, 5 months ago
  13. 5325653 Fix test for out of range multibyte characters. by Dan Albert · 2 years, 5 months ago
  14. 512469a Fix wchar tests for zero length conversions. by Dan Albert · 2 years, 5 months ago
  15. 686e67d Fix wcsto*_l tests for glibc. by Dan Albert · 2 years, 5 months ago
  16. 704e4e6 Define gettid symbol when testing on glibc < 2.30 by Tomasz Wasilczyk · 2 years, 5 months ago
  17. 8a2f035 Merge "Don't assume size of functions." into main by Florian Mayer · 2 years, 5 months ago
  18. 8fc5ab4 Don't assume size of functions. by Florian Mayer · 2 years, 5 months ago
  19. f3d6b44 riscv64: add <sys/hwprobe.h>. by Elliott Hughes · 2 years, 5 months ago
  20. 15c22cd No tombstones under normal bionic unit tests run. by Christopher Ferris · 2 years, 5 months ago
  21. c833fab Mark death tests properly. by Christopher Ferris · 2 years, 5 months ago
  22. 1b61cbf Merge "Fix potential flakiness in android_mallopt test." into main by Christopher Ferris · 2 years, 5 months ago
  23. fe13041 Fix potential flakiness in android_mallopt test. by Christopher Ferris · 2 years, 5 months ago
  24. 09d3b50 Disable uchar.start_state test for musl. by Dan Albert · 2 years, 5 months ago
  25. a0d0e35 Add missing setlocale calls in tests. by Dan Albert · 2 years, 5 months ago
  26. a8a9c09 Merge "Fix another over-long UTF-8 sequence test." into main by Treehugger Robot · 2 years, 5 months ago
  27. 876f366 Merge changes I0845fdee,I879de1e8 into main by Treehugger Robot · 2 years, 5 months ago
  28. ab9028c Merge "De-pessimize SigSetConverter usage." into main by Elliott Hughes · 2 years, 5 months ago
  29. f5b8c7d Fix another over-long UTF-8 sequence test. by Dan Albert · 2 years, 5 months ago
  30. ef8e158 Fix mbrtoc16 reserved range test for musl. by Dan Albert · 2 years, 5 months ago
  31. 78da292 Invert over-long UTF-8 bool for readability. by Dan Albert · 2 years, 5 months ago
  32. 1e8e0c1 Fix surrogate pair deocding for musl/glibc. by Dan Albert · 2 years, 5 months ago
  33. b9bc509 Add musl handling in run-on-host.sh. by Dan Albert · 2 years, 5 months ago
  34. 215baed De-pessimize SigSetConverter usage. by Elliott Hughes · 2 years, 5 months ago
  35. 9a9bbe5 Fix uchar.mbrtoc16_zero_len for glibc and musl. by Dan Albert · 2 years, 5 months ago
  36. 9fa76f1 Fix mbrtoc32 tests for out of range code points. by Dan Albert · 2 years, 5 months ago
  37. 0b8fbdf Fix mbrtoc32 test for musl and glibc. by Dan Albert · 2 years, 5 months ago
  38. d0b8d3c Merge "Fix 5-byte mbrtoc16 test for glibc/musl." into main by Dan Albert · 2 years, 5 months ago
  39. 1252ab0 Fix 5-byte mbrtoc16 test for glibc/musl. by Dan Albert · 2 years, 6 months ago
  40. 74d9765 Add __riscv_flush_icache() to <sys/cachectl.h>. by Elliott Hughes · 2 years, 6 months ago
  41. cfb9030 Merge "Add a test for a recent POSIX change." by Treehugger Robot · 2 years, 6 months ago
  42. e18c1fa Add a test for a recent POSIX change. by Elliott Hughes · 2 years, 6 months ago
  43. bdc192c Simplify MemtagNoteTests by Florian Mayer · 2 years, 6 months ago
  44. 8d21eac Merge "Format parameter for MemtagNoteTest" by Treehugger Robot · 2 years, 6 months ago
  45. ab9c6b1 Format parameter for MemtagNoteTest by Florian Mayer · 2 years, 6 months ago
  46. 5ea305b Document how to use tzalloc()/tzfree() with std::unique_ptr. by Elliott Hughes · 2 years, 6 months ago
  47. 31fc69f Fix tzalloc(nullptr) and add a test. by Elliott Hughes · 2 years, 6 months ago
  48. e9a7b81 Add new mallopt M_LOG_STATS. by Christopher Ferris · 2 years, 8 months ago
  49. f5cd292 Merge "Expose tzalloc()/localtime_rz()/mktime_z()/tzfree()." by Elliott Hughes · 2 years, 6 months ago
  50. 2bd4316 Expose tzalloc()/localtime_rz()/mktime_z()/tzfree(). by Elliott Hughes · 2 years, 6 months ago
  51. 4e274fa Nullability check for socket module. by zijunzhao · 2 years, 7 months ago
  52. cc475cf Implement C23 scanf 'wf' length modifiers by zijunzhao · 2 years, 7 months ago
  53. 8fc6fcd <complex.h>: stop using __INTRODUCED_IN_(32|64). by Elliott Hughes · 2 years, 7 months ago
  54. 87e170d Merge "Remove __RENAME_LDBL." by Elliott Hughes · 2 years, 7 months ago
  55. 7890484 Implement C23 scanf 'w' length modifiers by zijunzhao · 2 years, 8 months ago
  56. ab2d3e1 Remove __RENAME_LDBL. by Elliott Hughes · 2 years, 7 months ago
  57. 2df8ae0 Fix elftls_dl#dtv_resize with HWASan by Florian Mayer · 2 years, 7 months ago
  58. 969d6c1 Nullability check for shm module. by zijunzhao · 2 years, 7 months ago
  59. f52b216 time.mktime_EOVERFLOW: set an explicit timezone. by Elliott Hughes · 2 years, 7 months ago
  60. 2572571 Nullability check for mman module. by zijunzhao · 2 years, 8 months ago
  61. 2067ec5 Nullability check for time module. by zijunzhao · 2 years, 8 months ago
  62. 531199c printf unification: floating point. by Elliott Hughes · 2 years, 8 months ago
  63. 44befb2 Merge "Clean up stdio snprintf()/swprintf() tests." by Elliott Hughes · 2 years, 8 months ago
  64. 68904ae Merge "Make fork equivalent to vfork when HWASan or MTE stack tagging is enabled." by Treehugger Robot · 2 years, 8 months ago
  65. 8fd4e96 Clean up stdio snprintf()/swprintf() tests. by Elliott Hughes · 2 years, 8 months ago
  66. b6a592b Make fork equivalent to vfork when HWASan or MTE stack tagging is enabled. by Peter Collingbourne · 2 years, 9 months ago
  67. 32c9572 Explain the header tests better. by Elliott Hughes · 2 years, 8 months ago
  68. e023a02 Merge "<time.h>: change the new C23 TIME_ constants." by Elliott Hughes · 2 years, 8 months ago
  69. 1dff230 Merge "syslog.h: implement LOG_PERROR." by Elliott Hughes · 2 years, 8 months ago
  70. 7db0a6c <time.h>: change the new C23 TIME_ constants. by Elliott Hughes · 2 years, 8 months ago
  71. 213d943 syslog.h: implement LOG_PERROR. by Elliott Hughes · 2 years, 10 months ago
  72. 1fdece9 Implement C23 printf 'wf' length modifiers by zijunzhao · 2 years, 8 months ago
  73. 2b8ca55 Fix the WIFSTOPPED definition. by Elliott Hughes · 2 years, 8 months ago
  74. d86a3ab Update tzcode from 2022a to 2023a. by Almaz Mingaleev · 2 years, 8 months ago
  75. 0593e79 Merge "C23: add timespec_getres() and the new TIME_* constants." by Elliott Hughes · 2 years, 8 months ago
  76. e1833e5 Set __BIONIC_COMPLICATED_NULLNESS for the vsnprintf family by zijunzhao · 2 years, 8 months ago
  77. 52541ee C23: add timespec_getres() and the new TIME_* constants. by Elliott Hughes · 2 years, 8 months ago
  78. 88ba3c1 Fix the hwasan_test copyright header. by Elliott Hughes · 2 years, 8 months ago
  79. 727ebe0 Merge "Nullability check for sem module." by Zijun Zhao · 2 years, 8 months ago
  80. 1c1e1a6 Merge "Fix pthread#pthread_heap_allocated_stack for jemalloc." by Elliott Hughes · 2 years, 8 months ago
  81. 271d4d2 Nullability check for sem module. by zijunzhao · 2 years, 8 months ago
  82. 18e335b Fix pthread#pthread_heap_allocated_stack for jemalloc. by Elliott Hughes · 2 years, 8 months ago
  83. 3b846ea Implement C23 printf 'w' length modifiers by zijunzhao · 2 years, 9 months ago
  84. e2c25fa Merge "stdio_test: improve the %b/%B tests." by Zijun Zhao · 2 years, 8 months ago
  85. e393d48 Merge "Clarify dlfcn.dladdr_libc slightly." by Elliott Hughes · 2 years, 8 months ago
  86. 7ce2f95 Nullability check for wchar module. by zijunzhao · 2 years, 9 months ago
  87. e50d9d2 stdio_test: improve the %b/%B tests. by Elliott Hughes · 2 years, 8 months ago
  88. 17b2bae Merge "Make tmpfile() respect $TMPDIR." by Elliott Hughes · 2 years, 8 months ago
  89. 0cf311c Clarify dlfcn.dladdr_libc slightly. by Elliott Hughes · 2 years, 8 months ago
  90. 8b86c0b Make tmpfile() respect $TMPDIR. by Elliott Hughes · 2 years, 8 months ago
  91. a1ff2e6 Merge "Nullability check for msg module." by Treehugger Robot · 2 years, 8 months ago
  92. c76899f Nullability check for msg module. by zijunzhao · 2 years, 9 months ago
  93. 4967017 Merge "Introduce hwasan mode for linker" by Florian Mayer · 2 years, 9 months ago
  94. 6ff7f99 Merge "Skip utmp_test.cpp for musl" by Colin Cross · 2 years, 9 months ago
  95. 118202b Skip utmp_test.cpp for musl by Colin Cross · 2 years, 9 months ago
  96. 177b724 Merge "Nullability check for random module." by Treehugger Robot · 2 years, 9 months ago
  97. c10d064 Introduce hwasan mode for linker by Florian Mayer · 2 years, 9 months ago
  98. e43d553 Nullability check for random module. by zijunzhao · 2 years, 9 months ago
  99. d3e0652 Nullability check for semaphore module by zijunzhao · 2 years, 9 months ago
  100. 80e5ee7 Merge "Add annotations." by Christopher Ferris · 2 years, 9 months ago