cosmopolitan/test
Justine Tunney 2278327eba
Implement support for POSIX thread cancellations
This change makes some miracle modifications to the System Five system
call support, which lets us have safe, correct, and atomic handling of
thread cancellations. It all turned out to be cheaper than anticipated
because it wasn't necessary to modify the system call veneers. We were
able to encode the cancellability of each system call into the magnums
found in libc/sysv/syscalls.sh. Since cancellations are so waq, we are
also supporting a lovely Musl Libc mask feature for raising ECANCELED.
2022-11-04 01:04:43 -07:00
..
dsp Rename rand64() to _rand64() 2022-10-10 04:12:06 -07:00
libc Implement support for POSIX thread cancellations 2022-11-04 01:04:43 -07:00
net Make fixes and improvements 2022-10-19 07:19:19 -07:00
tool Make fixes and improvements 2022-10-19 07:19:19 -07:00
test.mk Support malloc() on bare metal 2021-02-24 00:53:24 -08:00