cosmopolitan/libc/zipos
Justine Tunney 7b26b42769 Pay off more technical debt
This makes breaking changes to add underscores to many non-standard
function names provided by the c library. MODE=tiny is now tinier and
we now use smaller locks that are better for tiny apps in this mode.
Some headers have been renamed to be in the same folder as the build
package, so it'll be easier to know which build dependency is needed.
Certain old misguided interfaces have been removed. Intel intrinsics
headers are now listed in libc/isystem (but not in the amalgamation)
to help further improve open source compatibility. Header complexity
has also been reduced. Lastly, more shell scripts are now available.

Compared to 6f7d0cb1c3, some tiny corrections were made in libc/intrin/g_fds.c and libc/zipos/open.c including double semi colons and incorrect indentation for existing vista changes that were manually pulled from this commit previously.
2023-03-20 21:07:01 -04:00
..
close.c Add torture test for zipos file descriptors 2022-06-15 16:29:49 -07:00
fcntl.c Polish recent changes and make improvements 2022-03-19 03:37:00 -07:00
find.c Improve zipos path handling (#579) 2022-09-03 22:50:23 -07:00
free.c Don't relocate file descriptor memory 2022-09-09 16:54:28 -07:00
fstat.c Polish recent changes and make improvements 2022-03-19 03:37:00 -07:00
get.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
lock.c Tidy up the threading implementation 2022-09-10 02:56:25 -07:00
lseek.c Polish recent changes and make improvements 2022-03-19 03:37:00 -07:00
notat.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
open.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
parseuri.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
read.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
stat-impl.c Improve zipos path handling (#579) 2022-09-03 22:50:23 -07:00
stat.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
zipos.h Don't relocate file descriptor memory 2022-09-09 16:54:28 -07:00
zipos.internal.h Remove stdio lock macros from amalgamation 2022-09-10 12:03:36 -07:00
zipos.mk Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
zipos.S Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00