cosmopolitan/third_party/zip
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
..
api.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
crc32.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
crc32.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
crypt.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
crypt.h Prove that Makefile is fully defined 2022-08-06 04:05:08 -07:00
crypt_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
deflate.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
fileio.c Work around Landlock output inode in compile.com 2022-08-09 07:55:44 -07:00
fileio_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
globals.c Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
LICENSE Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
osdep.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
README.cosmo Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
revision.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
tailor.h Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
timezone.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
timezone.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
trees.c Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
ttyio.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
ttyio.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
unix.c Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
unix_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
util.c Unbloat build config 2022-08-10 04:43:09 -07:00
util_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
zbz2err.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
zip.c Work around Landlock output inode in compile.com 2022-08-09 07:55:44 -07:00
zip.h Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
zip.mk Work around Landlock output inode in compile.com 2022-08-09 07:55:44 -07:00
zipcloak.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
ziperr.h Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
zipfile.c Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
zipfile_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
zipnote.c Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
zipsplit.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
zipup.c Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
zipup.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00

zip utility from Info-ZIP:

http://infozip.sourceforge.net/Zip.html

source code obtained as zip30.tar.gz from:

https://sourceforge.net/projects/infozip/files/