cosmopolitan/test/libc
Justine Tunney c7a8cd21e9
Improve system call wrappers
This change improves copy_file_range(), sendfile(), splice(), openpty(),
closefrom(), close_range(), fadvise() and posix_fadvise() in addition to
writing tests that confirm things like errno and seeking behavior across
platforms. We now less aggressively polyfill behavior with some of these
functions when the platform support isn't available. Please see:

https://justine.lol/cosmopolitan/functions.html
2022-09-19 15:06:25 -07:00
..
bits Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
calls Improve system call wrappers 2022-09-19 15:06:25 -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 Improve system call wrappers 2022-09-19 15:06:25 -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 Clean up threading code some more 2022-09-13 20:17:34 -07:00
sock Improve system call wrappers 2022-09-19 15:06:25 -07:00
stdio Pay off more technical debt 2022-09-12 23:36:56 -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 Pay off more technical debt 2022-09-12 23:36:56 -07:00
test.mk Don't relocate file descriptor memory 2022-09-09 16:54:28 -07:00