cosmopolitan/test/libc
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
..
bits Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
calls Greatly expand system() shell code features 2022-10-11 21:30:31 -07:00
dns Rename rand64() to _rand64() 2022-10-10 04:12:06 -07:00
fmt Greatly expand system() shell code features 2022-10-11 21:30:31 -07:00
intrin Introduce sigtimedwait() and sigwaitinfo() 2022-10-10 07:39:44 -07:00
log Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
mem Greatly expand system() shell code features 2022-10-11 21:30:31 -07:00
nexgen32e Rename rand64() to _rand64() 2022-10-10 04:12:06 -07:00
release Add *NSYNC to libc/isystem 2022-09-13 01:47:12 -07:00
runtime Greatly expand system() shell code features 2022-10-11 21:30:31 -07:00
sock Greatly expand system() shell code features 2022-10-11 21:30:31 -07:00
stdio Greatly expand system() shell code features 2022-10-11 21:30:31 -07:00
str Rename rand64() to _rand64() 2022-10-10 04:12:06 -07:00
thread Make more improvements to threading support 2022-10-09 00:08:47 -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 Greatly expand system() shell code features 2022-10-11 21:30:31 -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