cosmopolitan/test/libc/sock
Justine Tunney b41f91c658
Greatly expand system() shell code features
The cosmopolitan command interpreter now has 13 builtin commands,
variable support, support for ; / && / || syntax, asynchronous support,
and plenty of unit tests with bug fixes.

This change fixes a bug in posix_spawn() with null envp arg. strace
logging now uses atomic writes for scatter functions. Breaking change
renaming GetCpuCount() to _getcpucount(). TurfWar is now updated to use
the new token bucket algorithm. WIN32 affinity masks now inherit across
fork() and execve().
2022-10-11 21:30:31 -07:00
..
inet_ntoa_test.c Prove that Makefile is fully defined 2022-08-06 04:05:08 -07:00
inet_ntop_test.c Fix inet_ntop(AF_INET6) buffer length (#582) 2022-09-03 22:46:45 -07:00
inet_pton_test.c Implement inet_pton for AF_INET6 (#583) 2022-08-31 15:14:42 -07:00
nointernet_test.c Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
select_test.c Release pledge.com 1.7 and landlockmake.com 1.3 2022-08-15 19:52:00 -07:00
sendfile_test.c Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
sendrecvmsg_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
setsockopt_test.c Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
socket_test.c Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
socketpair_test.c Unbloat the build 2022-08-11 00:15:29 -07:00
test.mk Greatly expand system() shell code features 2022-10-11 21:30:31 -07:00
unix_test.c Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00