cosmopolitan/libc/zipos
Justine Tunney cee6871710
Make detached threads work better
This change adds a double linked list of threads, so that pthread_exit()
will know when it should call exit() from an orphaned child. This change
also improves ftrace and strace logging.
2022-11-09 03:58:57 -08:00
..
.cosmo Make fixes and improvements 2022-10-19 07:19:19 -07:00
access.c Improve system call documentation 2022-10-02 09:15:46 -07: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 Fix bugs and make code tinier 2022-10-09 23:21:34 -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 Work towards zipos / open(argv[0]) on metal (#667) 2022-11-06 00:29:47 -07:00
lock.c Implement pthread_atfork() 2022-10-16 12:25:13 -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 2022-09-12 23:36:56 -07:00
open.c Make detached threads work better 2022-11-09 03:58:57 -08: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 2022-09-12 23:36:56 -07:00
zipos.internal.h Rename hidden keyword to _Hide 2022-11-08 12:55:28 -08:00
zipos.mk Make fixes and improvements 2022-10-19 07:19:19 -07:00
zipos.S Make fixes and improvements 2022-10-19 07:19:19 -07:00