cosmopolitan/test/libc
Justine Tunney ccbae7799e
Improve docs of more system calls
This change also found a few POSIX compliance bugs with errnos. Another
bug was discovered where, on Windows, pread() and pwrite() could modify
the file position in cases where ReadFile() returned an error e.g. when
seeking past the end of file. We also have more tests!
2022-10-02 22:14:33 -07:00
..
bits Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
calls Improve docs of more system calls 2022-10-02 22:14:33 -07:00
dns Pay off more technical debt 2022-09-12 23:36:56 -07:00
fmt Pay off more technical debt 2022-09-12 23:36:56 -07:00
intrin Improve system call wrappers 2022-09-19 15:06:25 -07:00
log Introduce testlib_extract() helper 2022-10-02 09:15:46 -07:00
mem Make important improvements 2022-09-14 22:39:08 -07:00
nexgen32e Make important improvements 2022-09-14 22:39:08 -07:00
release Add *NSYNC to libc/isystem 2022-09-13 01:47:12 -07:00
runtime Add some tests for execve() 2022-10-02 14:58:14 -07:00
sock Change accept type to struct sockaddr * (#630) 2022-09-20 07:49:16 -07:00
stdio Embed cocmd.com interpreter for system() / open() 2022-10-02 15:29:57 -07:00
str Make important improvements 2022-09-14 22:39:08 -07:00
thread Improve pthread_join() 2022-09-16 14:02:06 -07:00
time Pay off more technical debt 2022-09-12 23:36:56 -07:00
tinymath Pay off more technical debt 2022-09-12 23:36:56 -07:00
x Pay off more technical debt 2022-09-12 23:36:56 -07:00
xed Pay off more technical debt 2022-09-12 23:36:56 -07:00
zipos Add fexecve() and map O_EXEC to O_PATH on Linux 2022-10-02 09:15:46 -07:00
test.mk Don't relocate file descriptor memory 2022-09-09 16:54:28 -07:00