cosmopolitan/third_party
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
..
argon2 Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
bzip2 Unbloat build config 2022-08-10 04:43:09 -07:00
chibicc Unbloat build config 2022-08-10 04:43:09 -07:00
compiler_rt Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
dlmalloc Unbloat build config 2022-08-10 04:43:09 -07:00
double-conversion Unbloat build config 2022-08-10 04:43:09 -07:00
finger Unbloat build config 2022-08-10 04:43:09 -07:00
gcc Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
gdtoa Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
getopt Add syscalls to Blinkenlights and fix bugs 2022-05-13 13:31:21 -07:00
libcxx Unbloat build config 2022-08-10 04:43:09 -07:00
linenoise Prove that Makefile is fully defined 2022-08-06 04:05:08 -07:00
lua Unbloat build config 2022-08-10 04:43:09 -07:00
lz4cli Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
make Unbloat build config 2022-08-10 04:43:09 -07:00
maxmind Unbloat build config 2022-08-10 04:43:09 -07:00
mbedtls Unbloat build config 2022-08-10 04:43:09 -07:00
musl Make more libc improvements 2022-08-06 17:18:40 -07:00
python Unbloat build config 2022-08-10 04:43:09 -07:00
quickjs Unbloat build config 2022-08-10 04:43:09 -07:00
regex Write more redbean unit tests 2022-07-08 23:10:02 -07:00
smallz4 Unbloat build config 2022-08-10 04:43:09 -07:00
sqlite3 Unbloat build config 2022-08-10 04:43:09 -07:00
stb Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
tidy Unbloat build config 2022-08-10 04:43:09 -07:00
unzip Unbloat build config 2022-08-10 04:43:09 -07:00
xed Fixup and polish chibicc some more 2022-06-20 04:32:25 -07:00
zip Unbloat build config 2022-08-10 04:43:09 -07:00
zlib Unbloat build config 2022-08-10 04:43:09 -07:00
third_party.mk Add finger demo to redbean and fix regression 2022-06-23 03:42:05 -07:00