cosmopolitan/test/libc/thread
Justine Tunney c9fecf3a55
Make improvements
- You can now run `make -j8 toolchain` on Windows
- You can now run `make -j` on MacOS ARM64 and BSD OSes
- You can now use our Emacs dev environment on MacOS/Windows
- Fix bug where the x16 register was being corrupted by --ftrace
- The programs under build/bootstrap/ are updated as fat binaries
- The Makefile now explains how to download cosmocc-0.0.12 toolchain
- The build scripts under bin/ now support "cosmo" branded toolchains
- stat() now goes faster on Windows (shaves 100ms off `make` latency)
- Code cleanup and added review on the Windows signal checking code
- posix_spawnattr_setrlimit() now works around MacOS ARM64 bugs
- Landlock Make now favors posix_spawn() on non-Linux/OpenBSD
- posix_spawn() now has better --strace logging on Windows
- fstatat() can now avoid EACCES in more cases on Windows
- fchmod() can now change the readonly bit on Windows
2023-10-15 16:45:00 -07:00
..
async_test.c Make improvements 2023-10-08 08:59:53 -07:00
makecontext_test.c Make improvements 2023-10-15 16:45:00 -07:00
mu_semaphore_sem_test.c Make improvements 2023-09-18 21:04:47 -07:00
nsync_test.c Use *NSYNC for POSIX threads locking APIs 2022-09-11 11:04:50 -07:00
pthread_atfork_test.c Make improvements 2023-09-18 21:04:47 -07:00
pthread_attr_setsigmask_np_test.c Fix some more issues with aarch64 and llama.cpp 2023-05-10 07:34:26 -07:00
pthread_barrier_wait_test.c Make improvements 2023-09-18 21:04:47 -07:00
pthread_cancel_test.c Fix some issues 2023-10-09 20:19:09 -07:00
pthread_cond_signal_test.c Make improvements 2023-09-18 21:04:47 -07:00
pthread_create_test.c Improve stack overflow recovery 2023-10-04 07:35:17 -07:00
pthread_detach_test.c Make improvements 2023-09-18 21:04:47 -07:00
pthread_exit_test.c Make improvements 2022-11-10 21:52:47 -08:00
pthread_key_create_test.c Remove old stack code and improve dirstream 2023-08-16 07:54:40 -07:00
pthread_kill_test.c Implement signal handler tail recursion 2023-10-14 10:38:15 -07:00
pthread_rwlock_rdlock_test.c Make improvements 2023-09-18 21:04:47 -07:00
pthread_setname_np_test.c Remove old stack code and improve dirstream 2023-08-16 07:54:40 -07:00
sem_open_test.c Overhaul process spawning 2023-09-10 08:17:44 -07:00
sem_timedwait_test.c Improve posix_spawn() some more 2023-09-12 08:58:57 -07:00
setitimer_test.c Make improvements 2023-09-18 21:04:47 -07:00
test.mk Make improvements 2023-10-15 16:45:00 -07:00