- 2067ec5 Nullability check for time module. by zijunzhao · 2 years, 8 months ago
- 531199c printf unification: floating point. by Elliott Hughes · 2 years, 8 months ago
- 44befb2 Merge "Clean up stdio snprintf()/swprintf() tests." by Elliott Hughes · 2 years, 8 months ago
- 68904ae Merge "Make fork equivalent to vfork when HWASan or MTE stack tagging is enabled." by Treehugger Robot · 2 years, 8 months ago
- 8fd4e96 Clean up stdio snprintf()/swprintf() tests. by Elliott Hughes · 2 years, 8 months ago
- b6a592b Make fork equivalent to vfork when HWASan or MTE stack tagging is enabled. by Peter Collingbourne · 2 years, 10 months ago
- 32c9572 Explain the header tests better. by Elliott Hughes · 2 years, 8 months ago
- e023a02 Merge "<time.h>: change the new C23 TIME_ constants." by Elliott Hughes · 2 years, 8 months ago
- 1dff230 Merge "syslog.h: implement LOG_PERROR." by Elliott Hughes · 2 years, 8 months ago
- 7db0a6c <time.h>: change the new C23 TIME_ constants. by Elliott Hughes · 2 years, 8 months ago
- 213d943 syslog.h: implement LOG_PERROR. by Elliott Hughes · 2 years, 10 months ago
- 1fdece9 Implement C23 printf 'wf' length modifiers by zijunzhao · 2 years, 9 months ago
- 2b8ca55 Fix the WIFSTOPPED definition. by Elliott Hughes · 2 years, 8 months ago
- d86a3ab Update tzcode from 2022a to 2023a. by Almaz Mingaleev · 2 years, 9 months ago
- 0593e79 Merge "C23: add timespec_getres() and the new TIME_* constants." by Elliott Hughes · 2 years, 9 months ago
- e1833e5 Set __BIONIC_COMPLICATED_NULLNESS for the vsnprintf family by zijunzhao · 2 years, 9 months ago
- 52541ee C23: add timespec_getres() and the new TIME_* constants. by Elliott Hughes · 2 years, 9 months ago
- 88ba3c1 Fix the hwasan_test copyright header. by Elliott Hughes · 2 years, 9 months ago
- 727ebe0 Merge "Nullability check for sem module." by Zijun Zhao · 2 years, 9 months ago
- 1c1e1a6 Merge "Fix pthread#pthread_heap_allocated_stack for jemalloc." by Elliott Hughes · 2 years, 9 months ago
- 271d4d2 Nullability check for sem module. by zijunzhao · 2 years, 9 months ago
- 18e335b Fix pthread#pthread_heap_allocated_stack for jemalloc. by Elliott Hughes · 2 years, 9 months ago
- 3b846ea Implement C23 printf 'w' length modifiers by zijunzhao · 2 years, 9 months ago
- e2c25fa Merge "stdio_test: improve the %b/%B tests." by Zijun Zhao · 2 years, 9 months ago
- e393d48 Merge "Clarify dlfcn.dladdr_libc slightly." by Elliott Hughes · 2 years, 9 months ago
- 7ce2f95 Nullability check for wchar module. by zijunzhao · 2 years, 9 months ago
- e50d9d2 stdio_test: improve the %b/%B tests. by Elliott Hughes · 2 years, 9 months ago
- 17b2bae Merge "Make tmpfile() respect $TMPDIR." by Elliott Hughes · 2 years, 9 months ago
- 0cf311c Clarify dlfcn.dladdr_libc slightly. by Elliott Hughes · 2 years, 9 months ago
- 8b86c0b Make tmpfile() respect $TMPDIR. by Elliott Hughes · 2 years, 9 months ago
- a1ff2e6 Merge "Nullability check for msg module." by Treehugger Robot · 2 years, 9 months ago
- c76899f Nullability check for msg module. by zijunzhao · 2 years, 9 months ago
- 4967017 Merge "Introduce hwasan mode for linker" by Florian Mayer · 2 years, 9 months ago
- 6ff7f99 Merge "Skip utmp_test.cpp for musl" by Colin Cross · 2 years, 9 months ago
- 118202b Skip utmp_test.cpp for musl by Colin Cross · 2 years, 9 months ago
- 177b724 Merge "Nullability check for random module." by Treehugger Robot · 2 years, 9 months ago
- c10d064 Introduce hwasan mode for linker by Florian Mayer · 2 years, 10 months ago
- e43d553 Nullability check for random module. by zijunzhao · 2 years, 9 months ago
- d3e0652 Nullability check for semaphore module by zijunzhao · 2 years, 10 months ago
- 80e5ee7 Merge "Add annotations." by Christopher Ferris · 2 years, 9 months ago
- 5907556 Add annotations. by Christopher Ferris · 2 years, 9 months ago
- 7b5cc4b Merge "<spawn.h>: add posix_spawn_file_actions_addchdir_np()/posix_spawn_file_actions_addfchdir_np()." by Elliott Hughes · 2 years, 9 months ago
- 462ca8b <spawn.h>: add posix_spawn_file_actions_addchdir_np()/posix_spawn_file_actions_addfchdir_np(). by Elliott Hughes · 2 years, 9 months ago
- dbf5b2e Add POSIX <utmpx.h>. by Elliott Hughes · 2 years, 9 months ago
- e6d5099 Merge "[GWP-ASan] Remove system_default torture tests." by Mitch Phillips · 2 years, 9 months ago
- 2146303 Nullability check for sched module. by zijunzhao · 2 years, 10 months ago
- c59d5cc [GWP-ASan] Remove system_default torture tests. by Mitch Phillips · 2 years, 10 months ago
- bc28931 Merge "Skip the MemtagNoteTests when the overriding sysprop is set." by Treehugger Robot · 2 years, 10 months ago
- d642c30 Skip the MemtagNoteTests when the overriding sysprop is set. by Peter Collingbourne · 2 years, 10 months ago
- 688bddc Merge "Fix setjmp.bug_152210274 with HWASan/stack MTE enabled." by Treehugger Robot · 2 years, 10 months ago
- 85a7f6b Merge "Disable stack tagging in CloneStartRoutine." by Peter Collingbourne · 2 years, 10 months ago
- 25a7c3f Fix setjmp.bug_152210274 with HWASan/stack MTE enabled. by Peter Collingbourne · 2 years, 10 months ago
- 955f044 Disable stack tagging in CloneStartRoutine. by Peter Collingbourne · 2 years, 10 months ago
- 060cd24 Merge "riscv64 SCS support." by Elliott Hughes · 2 years, 10 months ago
- 35759fa Fix mte build breakage. by Christopher Ferris · 2 years, 10 months ago
- dcd1403 Merge "Add support for M_PURGE_ALL." by Christopher Ferris · 2 years, 10 months ago
- 106aa00 Nullability check for locale module by zijunzhao · 2 years, 10 months ago
- 714a33d Set optnone attribute for modify_stack_protector_test by Yi Kong · 2 years, 10 months ago
- d86eb86 Add support for M_PURGE_ALL. by Christopher Ferris · 2 years, 11 months ago
- 2c445d9 Merge "Nullability check for stdio module" by Zijun Zhao · 2 years, 10 months ago
- b6e7e2c Merge "Remove #pragma workarounds for %b/%B." by Elliott Hughes · 2 years, 10 months ago
- 00a3dba Nullability check for stdio module by zijunzhao · 2 years, 11 months ago
- 6f231ce Remove #pragma workarounds for %b/%B. by Elliott Hughes · 2 years, 10 months ago
- ee824ae Merge "add test for using malloced stack for pthread_create" by Florian Mayer · 2 years, 10 months ago
- 90dd5f0 Merge "Don't run GWP ASan integration tests under HWASan." by Christopher Ferris · 2 years, 10 months ago
- f966620 add test for using malloced stack for pthread_create by Florian Mayer · 2 years, 11 months ago
- 92a4d2b Don't run GWP ASan integration tests under HWASan. by Christopher Ferris · 2 years, 10 months ago
- 6bda367 Merge "Nullability check for dlfcn module" by Zijun Zhao · 2 years, 10 months ago
- 2b67014 Disable elftls_dl#dtv_resize on HWASan by Florian Mayer · 2 years, 11 months ago
- 447c346 Nullability check for dlfcn module by zijunzhao · 2 years, 11 months ago
- 9a7155d riscv64 SCS support. by Elliott Hughes · 2 years, 11 months ago
- 8ab38e2 Skip zeroed malloc tests on hwasan. by Christopher Ferris · 3 years ago
- 02b6bbc Verify that allocated memory is always zeroed. by Christopher Ferris · 3 years, 7 months ago
- d975506 Nullability check for utmp module by zijunzhao · 3 years ago
- 0ad996d Merge "Re-enable the POSIX header tests for musl." by Treehugger Robot · 3 years ago
- d05de20 Re-enable the POSIX header tests for musl. by Elliott Hughes · 3 years ago
- c3952c9 Merge "Add #ifdefs to make POSIX header tests pass for musl" by Treehugger Robot · 3 years ago
- b6830ca Add #ifdefs to make POSIX header tests pass for musl by Colin Cross · 3 years ago
- 2ef5937 Only run mallopt_smoke test on bionic. by Christopher Ferris · 3 years ago
- e620266 Nullability check for time module. by zijunzhao · 3 years ago
- dc9ad89 Merge "Disable clang-tidy for malloc_test.cpp" by Chih-hung Hsieh · 3 years, 1 month ago
- 6fae614 Disable clang-tidy for malloc_test.cpp by Chih-Hung Hsieh · 3 years, 1 month ago
- d791a65 Merge changes I7ba9cef9,Ia191be0b,I16ba3dc8 by Ryan Prichard · 3 years, 1 month ago
- c2adad1 Use abi::__cxa_demangle declared in cxxabi.h by Ryan Prichard · 3 years, 1 month ago
- 321f349 __cxa_atexit_test: declare __cxa_atexit and __cxa_finalize by Ryan Prichard · 3 years, 1 month ago
- 0565497 Add rlim64_t to libc/include/sys/resource by Elie Kheirallah · 3 years, 1 month ago
- 5a918d9 Nullability check for stdlib module. by zijunzhao · 3 years, 1 month ago
- 7c2ce66 Merge "[MTE] test for exception cleanup." by Florian Mayer · 3 years, 1 month ago
- dfe67d2 Tell people when they've messed up with fcntl(FD_SETFD). by Elliott Hughes · 3 years, 11 months ago
- ec9f023 Add invalid riscv64 ELF files for the linker tests. by Elliott Hughes · 3 years, 2 months ago
- 73840b5 Merge "Update sys_ptrace_test.cpp for riscv64." by Elliott Hughes · 3 years, 2 months ago
- 89719df Update sys_ptrace_test.cpp for riscv64. by Elliott Hughes · 3 years, 2 months ago
- fc03503 Update a comment to be more intention-revealing. by Elliott Hughes · 3 years, 2 months ago
- 2cc2910 Disable MemtagNoteTest#SEGV for native bridge by dimitry · 3 years, 2 months ago
- f5f4112 [MTE] test for exception cleanup. by Florian Mayer · 3 years, 5 months ago
- 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, 2 months ago
- f5fd5ad Fix-up for change in pwd/grp ids for PRNG seeder daemon by Orion Hodson · 3 years, 3 months ago
- 4b0e16b Merge "Fix stdio -NaN tests for riscv64." by Treehugger Robot · 3 years, 3 months ago
- e0a9a38 Fix stdio -NaN tests for riscv64. by Elliott Hughes · 3 years, 3 months ago
- 4ceb347 Add riscv64 lrint.S. by Elliott Hughes · 3 years, 3 months ago