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