cosmopolitan/third_party/nsync/mem
Justine Tunney f24c854b28
Write more runtime tests and fix bugs
This change adds tests for the new memory manager code particularly with
its windows support. Function call tracing now works reliably on Silicon
since our function hooker was missing new Apple self-modifying code APIs

Many tests that were disabled a long time ago on aarch64 are reactivated
by this change, now that arm support is on equal terms with x86. There's
been a lot of places where ftrace could cause deadlocks, which have been
hunted down across all platforms thanks to new tests. A bug in Windows's
kill() function has been identified.
2025-01-01 22:25:22 -08:00
..
array.c Fix more vi modelines (#1006) 2023-12-13 02:28:11 -05:00
BUILD.mk Avoid legacy instruction penalties on x86 2024-07-31 01:02:38 -07:00
nsync_counter.c Delve into clock rabbit hole 2024-09-04 01:32:46 -07:00
nsync_cv.c Fix fork waiter leak in nsync 2024-12-31 01:30:13 -08:00
nsync_debug.c Write more runtime tests and fix bugs 2025-01-01 22:25:22 -08:00
nsync_mu_wait.c Introduce pthread_condattr_setclock() 2024-09-02 23:45:42 -07:00
nsync_note.c Delve into clock rabbit hole 2024-09-04 01:32:46 -07:00
nsync_once.c Delve into clock rabbit hole 2024-09-04 01:32:46 -07:00
nsync_sem_wait.c Write more runtime tests and fix bugs 2025-01-01 22:25:22 -08:00
nsync_wait.c Write more runtime tests and fix bugs 2025-01-01 22:25:22 -08:00