cosmopolitan/test/libc/sock
Justine Tunney 853b6c3864 Improve system calls
- Wrap clock_getres()
- Wrap sched_setscheduler()
- Make sleep() api conformant
- Polyfill sleep() using select()
- Improve clock_gettime() polyfill
- Make nanosleep() POSIX conformant
- Slightly improve some DNS functions
- Further strengthen pledge() sandboxing
- Improve rounding of timeval / timespec
- Allow layering of pledge() calls on Linux
- Polyfill sched_yield() using select() on XNU
- Delete more system constants we probably don't need
2022-07-08 06:42:03 -07:00
..
inet_ntoa_test.c Add IP address conversion helpers 2021-02-20 22:53:22 -08:00
inet_ntop_test.c Introduce --strace flag for system call tracing 2022-03-18 18:07:28 -07:00
inet_pton_test.c Add SSL to redbean 2021-06-24 13:20:50 -07:00
poll_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
select_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
sendfile_test.c Add test for sendfile() and reduce branches 2022-05-25 22:29:10 -07:00
sendrecvmsg_test.c Reduce makefile dependencies by 10% 2022-06-08 20:01:28 -07:00
setsockopt_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
socketpair_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
test.mk Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
unix_test.c Improve system calls 2022-07-08 06:42:03 -07:00