cosmopolitan/test/libc/x
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
..
test.mk Fix race condition in makedirs() 2022-09-07 23:12:44 -07:00
utf8to16_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
utf8to32_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
utf16to8_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
utf16to32_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
xasprintf_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
xfixpath_test.c Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
xjoinpaths_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
xslurp_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
xstrcat_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00