cosmopolitan/test/libc
Justine Tunney e961385e55
Put more thought into i/o polyfills
wait4() is now solid enough to run `make -j100` on Windows. You can now
use MSG_DONTWAIT on Windows. There was a handle leak in accept() that's
been fixed. Our WIN32 overlapped i/o code has been simplified. Priority
class now inherits into subprocesses, so the verynice command will work
and the signal mask will now be inherited by execve() and posix_spawn()
2023-11-07 18:32:35 -08:00
..
calls Put more thought into i/o polyfills 2023-11-07 18:32:35 -08:00
dns Improve threading and i/o routines 2023-10-12 23:13:04 -07:00
fmt Make improvements 2023-10-03 06:17:16 -07:00
intrin Introduce pthread_rwlock_try{rd,wr}lock 2023-10-31 22:13:08 -07:00
log Make improvements 2023-09-18 21:04:47 -07:00
mem Make improvements 2023-09-18 21:04:47 -07:00
nexgen32e Delete old wcwidth() implementation 2023-10-14 03:15:05 -07:00
proc Implement signal handler tail recursion 2023-10-14 10:38:15 -07:00
release Refactor fatcosmocc into a single file 2023-08-14 22:26:17 -07:00
runtime Disable an mprotect() test for now due to SIP 2023-11-05 15:38:16 -08:00
sock Fix the Landlock Make build 2023-10-14 10:40:05 -07:00
stdio Improve threading and i/o routines 2023-10-12 23:13:04 -07:00
str Delete old wcwidth() implementation 2023-10-14 03:15:05 -07:00
thread Implement raise() with getcontext() / setcontext() 2023-11-05 18:04:36 -08:00
time Make improvements 2023-10-03 06:17:16 -07:00
tinymath Fix strtod NaN handling / fix SIGSEGV in testlib/showerror (#901) 2023-09-27 00:16:36 -07:00
x Make improvements 2023-09-18 21:04:47 -07:00
xed Make improvements 2023-09-06 12:34:59 -07:00
test.mk Make improvements 2023-09-18 21:04:47 -07:00