cosmopolitan/test/libc/str
Justine Tunney ae5d06dc53 Unbloat build config
- 10.5% reduction of o//depend dependency graph
- 8.8% reduction in latency of make command
- Fix issue with temporary file cleanup

There's a new -w option in compile.com that turns off the recent
Landlock output path workaround for "good commands" which do not
unlink() the output file like GNU tooling does.

Our new GNU Make unveil sandboxing appears to have zero overhead
in the grand scheme of things. Full builds are pretty fast since
the only thing that's actually slowed us down is probably libcxx

    make -j16 MODE=rel
    RL: took 85,732,063µs wall time
    RL: ballooned to 323,612kb in size
    RL: needed 828,560,521µs cpu (11% kernel)
    RL: caused 39,080,670 page faults (99% memcpy)
    RL: 350,073 context switches (72% consensual)
    RL: performed 0 reads and 11,494,960 write i/o operations

pledge() and unveil() no longer consider ENOSYS to be an error.
These functions have also been added to Python's cosmo module.

This change also removes some WIN32 APIs and System Five magnums
which we're not using and it's doubtful anyone else would be too
2022-08-10 04:43:09 -07:00
..
a64l_test.c Implement better hypot function 2021-02-21 11:06:18 -08:00
blake2_test.c Reduce makefile dependencies by 10% 2022-06-08 20:01:28 -07:00
blake2b256_tests.txt Decentralize Python native module linkage 2021-09-07 11:40:11 -07:00
bsr_test.c Change license 2020-12-27 17:18:44 -08:00
bzero_test.c Undiamond Python headers 2021-08-12 14:07:40 -07:00
classifypath_test.c Add NET_HTTP to the amalgamation 2022-05-16 14:47:49 -07:00
crc32c_test.c Change noinline to dontinline (#312) 2021-11-12 15:12:18 -08:00
crc32z_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
getutf16_test.c Change license 2020-12-27 17:18:44 -08:00
highwayhash64_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
isutf8_test.c Unbloat build config 2022-08-10 04:43:09 -07:00
longsort_test.c Make more fixes and improvements 2022-06-13 11:02:13 -07:00
memcasecmp_test.c Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00
memccpy_test.c Fix Clang support 2021-02-06 00:29:09 -08:00
memcpy_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
memfrob_test.c Change license 2020-12-27 17:18:44 -08:00
memmem_test.c Make more libc improvements 2022-08-06 17:18:40 -07:00
memmove_test.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
memrchr16_test.c Perform some code cleanup 2022-06-23 10:21:07 -07:00
memrchr_test.c Make a few fixups 2022-06-12 07:32:14 -07:00
pututf16_test.c Make more fixes and improvements 2022-06-13 11:02:13 -07:00
qsort_test.c Make fixes, improvements, and chibicc python bindings 2021-10-08 08:41:57 -07:00
regex_test.c Reduce makefile dependencies by 10% 2022-06-08 20:01:28 -07:00
sigset_test.c Reduce makefile dependencies by 10% 2022-06-08 20:01:28 -07:00
str_test.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
strcasecmp_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
strcasestr_test.c Add more missing libc functionality 2022-08-06 10:50:51 -07:00
strcat_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
strchr_test.c Make fixes, improvements, and chibicc python bindings 2021-10-08 08:41:57 -07:00
strclen_test.c Improve Python and Linenoise 2021-09-11 22:30:37 -07:00
strcmp_test.c Correct more typos (#500) 2022-07-21 20:53:30 -07:00
strcpy_test.c Change license 2020-12-27 17:18:44 -08:00
strlcpy_test.c Fix strtol 2020-12-29 22:40:52 -08:00
strnlen_test.c Perform some code cleanup 2022-06-23 10:21:07 -07:00
strpbrk_test.c Make fixes, improvements, and chibicc python bindings 2021-10-08 08:41:57 -07:00
strrchr_test.c Improve backwards compatibility with GNU Make 2021-05-02 07:48:59 -07:00
strstr_test.c Make more libc improvements 2022-08-06 17:18:40 -07:00
strtok_r_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
strtolower_test.c Change license 2020-12-27 17:18:44 -08:00
test.mk Add torture test for zipos file descriptors 2022-06-15 16:29:49 -07:00
towupper_test.c Improve Python and Linenoise 2021-09-11 22:30:37 -07:00
tpenc_test.c Implement more security stuff 2021-02-02 20:21:06 -08:00
tprecode8to16_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
tprecode16to8_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
undeflate_test.c Reduce makefile dependencies by 10% 2022-06-08 20:01:28 -07:00
wcsrchr_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
wmemrchr_test.c Perform some code cleanup 2022-06-23 10:21:07 -07:00