Find a file
Justine Tunney 58d5cf1c27 Link zipos into NESEMU1
A regression occurred where LIBC_ZIPOS support wasn't being properly
linked into Cosmopolitan NESEMU1. Main modules that link zip support
need to have the following declaration to guaranteed zip: polyfills:

    STATIC_YOINK("zip_uri_support");

Doing that, means system calls such as open(), mmap(), fstat(), etc.
will do the right thing when encountering zip: prefixed URLs. Please
also note that in the near future we're going to change it to zip://
after more closely examining the relevant URI RFCs.

Fixes #28
Closes #29
Thanks @nikhedonia for the report!
2021-01-16 12:32:54 -08:00
ape Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
build Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
dsp Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
examples Link zipos into NESEMU1 2021-01-16 12:32:54 -08:00
libc Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
net Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
test Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
third_party Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
tool Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
usr/share Add epoll and do more release readiness changes 2020-11-28 12:01:51 -08:00
.clang-format Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
.gitignore Make terminal ui binaries work well everywhere 2020-10-19 06:38:31 -07:00
Makefile Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
NOTICE Change license 2020-12-27 17:18:44 -08:00
README.md Change license 2020-12-27 17:18:44 -08:00

Cosmopolitan

Fast portable static native textmode executable containers.

For an introduction to this project, please read the αcτµαlly pδrταblε εxεcµταblε blog post and cosmopolitan libc website. API documentation is available here.