1. 2b8ca55 Fix the WIFSTOPPED definition. by Elliott Hughes · 3 years ago
  2. d86a3ab Update tzcode from 2022a to 2023a. by Almaz Mingaleev · 3 years ago
  3. 0593e79 Merge "C23: add timespec_getres() and the new TIME_* constants." by Elliott Hughes · 3 years ago
  4. e1833e5 Set __BIONIC_COMPLICATED_NULLNESS for the vsnprintf family by zijunzhao · 3 years ago
  5. 52541ee C23: add timespec_getres() and the new TIME_* constants. by Elliott Hughes · 3 years ago
  6. 88ba3c1 Fix the hwasan_test copyright header. by Elliott Hughes · 3 years ago
  7. 727ebe0 Merge "Nullability check for sem module." by Zijun Zhao · 3 years ago
  8. 1c1e1a6 Merge "Fix pthread#pthread_heap_allocated_stack for jemalloc." by Elliott Hughes · 3 years ago
  9. 271d4d2 Nullability check for sem module. by zijunzhao · 3 years ago
  10. 18e335b Fix pthread#pthread_heap_allocated_stack for jemalloc. by Elliott Hughes · 3 years ago
  11. 3b846ea Implement C23 printf 'w' length modifiers by zijunzhao · 3 years ago
  12. e2c25fa Merge "stdio_test: improve the %b/%B tests." by Zijun Zhao · 3 years ago
  13. e393d48 Merge "Clarify dlfcn.dladdr_libc slightly." by Elliott Hughes · 3 years ago
  14. 7ce2f95 Nullability check for wchar module. by zijunzhao · 3 years, 1 month ago
  15. e50d9d2 stdio_test: improve the %b/%B tests. by Elliott Hughes · 3 years ago
  16. 17b2bae Merge "Make tmpfile() respect $TMPDIR." by Elliott Hughes · 3 years ago
  17. 0cf311c Clarify dlfcn.dladdr_libc slightly. by Elliott Hughes · 3 years ago
  18. 8b86c0b Make tmpfile() respect $TMPDIR. by Elliott Hughes · 3 years ago
  19. a1ff2e6 Merge "Nullability check for msg module." by Treehugger Robot · 3 years ago
  20. c76899f Nullability check for msg module. by zijunzhao · 3 years ago
  21. 4967017 Merge "Introduce hwasan mode for linker" by Florian Mayer · 3 years ago
  22. 6ff7f99 Merge "Skip utmp_test.cpp for musl" by Colin Cross · 3 years ago
  23. 118202b Skip utmp_test.cpp for musl by Colin Cross · 3 years ago
  24. 177b724 Merge "Nullability check for random module." by Treehugger Robot · 3 years ago
  25. c10d064 Introduce hwasan mode for linker by Florian Mayer · 3 years, 1 month ago
  26. e43d553 Nullability check for random module. by zijunzhao · 3 years ago
  27. d3e0652 Nullability check for semaphore module by zijunzhao · 3 years, 1 month ago
  28. 80e5ee7 Merge "Add annotations." by Christopher Ferris · 3 years, 1 month ago
  29. 5907556 Add annotations. by Christopher Ferris · 3 years, 1 month ago
  30. 7b5cc4b Merge "<spawn.h>: add posix_spawn_file_actions_addchdir_np()/posix_spawn_file_actions_addfchdir_np()." by Elliott Hughes · 3 years, 1 month ago
  31. 462ca8b <spawn.h>: add posix_spawn_file_actions_addchdir_np()/posix_spawn_file_actions_addfchdir_np(). by Elliott Hughes · 3 years, 1 month ago
  32. dbf5b2e Add POSIX <utmpx.h>. by Elliott Hughes · 3 years, 1 month ago
  33. e6d5099 Merge "[GWP-ASan] Remove system_default torture tests." by Mitch Phillips · 3 years, 1 month ago
  34. 2146303 Nullability check for sched module. by zijunzhao · 3 years, 1 month ago
  35. c59d5cc [GWP-ASan] Remove system_default torture tests. by Mitch Phillips · 3 years, 1 month ago
  36. bc28931 Merge "Skip the MemtagNoteTests when the overriding sysprop is set." by Treehugger Robot · 3 years, 1 month ago
  37. d642c30 Skip the MemtagNoteTests when the overriding sysprop is set. by Peter Collingbourne · 3 years, 1 month ago
  38. 688bddc Merge "Fix setjmp.bug_152210274 with HWASan/stack MTE enabled." by Treehugger Robot · 3 years, 1 month ago
  39. 85a7f6b Merge "Disable stack tagging in CloneStartRoutine." by Peter Collingbourne · 3 years, 1 month ago
  40. 25a7c3f Fix setjmp.bug_152210274 with HWASan/stack MTE enabled. by Peter Collingbourne · 3 years, 1 month ago
  41. 955f044 Disable stack tagging in CloneStartRoutine. by Peter Collingbourne · 3 years, 1 month ago
  42. 060cd24 Merge "riscv64 SCS support." by Elliott Hughes · 3 years, 1 month ago
  43. 35759fa Fix mte build breakage. by Christopher Ferris · 3 years, 1 month ago
  44. dcd1403 Merge "Add support for M_PURGE_ALL." by Christopher Ferris · 3 years, 1 month ago
  45. 106aa00 Nullability check for locale module by zijunzhao · 3 years, 1 month ago
  46. 714a33d Set optnone attribute for modify_stack_protector_test by Yi Kong · 3 years, 1 month ago
  47. d86eb86 Add support for M_PURGE_ALL. by Christopher Ferris · 3 years, 2 months ago
  48. 2c445d9 Merge "Nullability check for stdio module" by Zijun Zhao · 3 years, 1 month ago
  49. b6e7e2c Merge "Remove #pragma workarounds for %b/%B." by Elliott Hughes · 3 years, 2 months ago
  50. 00a3dba Nullability check for stdio module by zijunzhao · 3 years, 2 months ago
  51. 6f231ce Remove #pragma workarounds for %b/%B. by Elliott Hughes · 3 years, 2 months ago
  52. ee824ae Merge "add test for using malloced stack for pthread_create" by Florian Mayer · 3 years, 2 months ago
  53. 90dd5f0 Merge "Don't run GWP ASan integration tests under HWASan." by Christopher Ferris · 3 years, 2 months ago
  54. f966620 add test for using malloced stack for pthread_create by Florian Mayer · 3 years, 2 months ago
  55. 92a4d2b Don't run GWP ASan integration tests under HWASan. by Christopher Ferris · 3 years, 2 months ago
  56. 6bda367 Merge "Nullability check for dlfcn module" by Zijun Zhao · 3 years, 2 months ago
  57. 2b67014 Disable elftls_dl#dtv_resize on HWASan by Florian Mayer · 3 years, 2 months ago
  58. 447c346 Nullability check for dlfcn module by zijunzhao · 3 years, 2 months ago
  59. 9a7155d riscv64 SCS support. by Elliott Hughes · 3 years, 2 months ago
  60. 8ab38e2 Skip zeroed malloc tests on hwasan. by Christopher Ferris · 3 years, 2 months ago
  61. 02b6bbc Verify that allocated memory is always zeroed. by Christopher Ferris · 3 years, 11 months ago
  62. d975506 Nullability check for utmp module by zijunzhao · 3 years, 3 months ago
  63. 0ad996d Merge "Re-enable the POSIX header tests for musl." by Treehugger Robot · 3 years, 3 months ago
  64. d05de20 Re-enable the POSIX header tests for musl. by Elliott Hughes · 3 years, 3 months ago
  65. c3952c9 Merge "Add #ifdefs to make POSIX header tests pass for musl" by Treehugger Robot · 3 years, 3 months ago
  66. b6830ca Add #ifdefs to make POSIX header tests pass for musl by Colin Cross · 3 years, 3 months ago
  67. 2ef5937 Only run mallopt_smoke test on bionic. by Christopher Ferris · 3 years, 3 months ago
  68. e620266 Nullability check for time module. by zijunzhao · 3 years, 4 months ago
  69. dc9ad89 Merge "Disable clang-tidy for malloc_test.cpp" by Chih-hung Hsieh · 3 years, 4 months ago
  70. 6fae614 Disable clang-tidy for malloc_test.cpp by Chih-Hung Hsieh · 3 years, 4 months ago
  71. d791a65 Merge changes I7ba9cef9,Ia191be0b,I16ba3dc8 by Ryan Prichard · 3 years, 4 months ago
  72. c2adad1 Use abi::__cxa_demangle declared in cxxabi.h by Ryan Prichard · 3 years, 4 months ago
  73. 321f349 __cxa_atexit_test: declare __cxa_atexit and __cxa_finalize by Ryan Prichard · 3 years, 4 months ago
  74. 0565497 Add rlim64_t to libc/include/sys/resource by Elie Kheirallah · 3 years, 4 months ago
  75. 5a918d9 Nullability check for stdlib module. by zijunzhao · 3 years, 5 months ago
  76. 7c2ce66 Merge "[MTE] test for exception cleanup." by Florian Mayer · 3 years, 5 months ago
  77. dfe67d2 Tell people when they've messed up with fcntl(FD_SETFD). by Elliott Hughes · 4 years, 2 months ago
  78. ec9f023 Add invalid riscv64 ELF files for the linker tests. by Elliott Hughes · 3 years, 5 months ago
  79. 73840b5 Merge "Update sys_ptrace_test.cpp for riscv64." by Elliott Hughes · 3 years, 5 months ago
  80. 89719df Update sys_ptrace_test.cpp for riscv64. by Elliott Hughes · 3 years, 5 months ago
  81. fc03503 Update a comment to be more intention-revealing. by Elliott Hughes · 3 years, 5 months ago
  82. 2cc2910 Disable MemtagNoteTest#SEGV for native bridge by dimitry · 3 years, 6 months ago
  83. f5f4112 [MTE] test for exception cleanup. by Florian Mayer · 3 years, 9 months ago
  84. 974b15e Merge "Fix-up for change in pwd/grp ids for PRNG seeder daemon" into android13-tests-dev am: d06e75b7e3 by Orion Hodson · 3 years, 6 months ago
  85. f5fd5ad Fix-up for change in pwd/grp ids for PRNG seeder daemon by Orion Hodson · 3 years, 6 months ago
  86. 4b0e16b Merge "Fix stdio -NaN tests for riscv64." by Treehugger Robot · 3 years, 6 months ago
  87. e0a9a38 Fix stdio -NaN tests for riscv64. by Elliott Hughes · 3 years, 6 months ago
  88. 4ceb347 Add riscv64 lrint.S. by Elliott Hughes · 3 years, 6 months ago
  89. b9af067 Merge "Fix bionic tests for undefined __SIGRTMIN in musl" by Treehugger Robot · 3 years, 6 months ago
  90. 23b986c Fix bionic tests for undefined __SIGRTMIN in musl by Colin Cross · 3 years, 6 months ago
  91. f2be65d Merge "Remove explicit lists of ABIs." by Treehugger Robot · 3 years, 6 months ago
  92. 3f73ea6 Remove explicit lists of ABIs. by Elliott Hughes · 3 years, 6 months ago
  93. 017bd98 riscv64: fix <fenv.h> tests. by Elliott Hughes · 3 years, 6 months ago
  94. e1905ed riscv64 setjmp. by Elliott Hughes · 3 years, 6 months ago
  95. d25a5e7 Add an explicit test that fegetenv()/fesetenv() includes the rounding mode. by Elliott Hughes · 3 years, 6 months ago
  96. 5cc8a46 riscv64's struct stat is the same as arm64's. by Elliott Hughes · 3 years, 7 months ago
  97. 4b13827 Merge "Merge "stack_protector_DeathTest#modify_stack_protector: avoid flake." into android12-tests-dev am: 793d1fb5ab" into android12L-tests-dev am: 6aa3bdfb16 by Automerger Merge Worker · 3 years, 7 months ago
  98. e2a10da Merge "Do not strip bionic test helpers" by Florian Mayer · 3 years, 7 months ago
  99. b24c89b stack_protector_DeathTest#modify_stack_protector: avoid flake. by Elliott Hughes · 3 years, 7 months ago
  100. 37b4a15 Do not strip bionic test helpers by Florian Mayer · 3 years, 7 months ago