cosmopolitan/test/libc/runtime
Justine Tunney b76b2be2d0
Improve zip read-only filesystem
readdir() will now always yield an inode that's consistent with stat()
on ZipOS and Windows in general. More APIs have been updated to return
the appropriate error code when inappropriately trying to do ops, like
sockets, with a zip file descriptor. The path normalization algorithms
are now fully fleshed out. Some socket APIs have been fixed so they'll
raise EBADF vs. ENOTSOCK appropriately. Lastly seekdir() will now work
properly on NetBSD and FreeBSD (not sure why anyone would even use it)
2023-08-16 17:52:12 -07:00
..
prog Validate privileged code relationships 2023-06-08 04:38:06 -07:00
abort_test.c Perform inconsequential code cleanup 2023-08-07 20:24:50 -07:00
clone_test.c Fix bugs in cosmocc toolchain 2023-06-08 23:44:03 -07:00
daemon_test.c Remove old stack code and improve dirstream 2023-08-16 07:54:40 -07:00
exit_test.c Improve wait statuses 2023-07-30 14:51:37 -07:00
fork_test.c Remove old stack code and improve dirstream 2023-08-16 07:54:40 -07:00
ftrace_test.c Make fixes and improvements 2023-07-09 05:21:11 -07:00
getdosargv_test.c Add some tests for execve() 2022-10-02 14:58:14 -07:00
getdosenviron_test.c Add MODE=optlinux build mode (#141) 2021-10-14 19:36:49 -07:00
grow_test.c Remove old stack code and improve dirstream 2023-08-16 07:54:40 -07:00
itsatrap_test.c Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
memtrack_test.c Replace COSMO define with _COSMO_SOURCE 2023-08-13 20:55:04 -07:00
mmap_test.c Remove old stack code and improve dirstream 2023-08-16 07:54:40 -07:00
mprotect_test.c Introduce new linker for fat ape binaries 2023-08-11 04:39:19 -07:00
msync_test.c Add msync_test 2023-02-05 16:49:52 -08:00
munmap_test.c Remove old stack code and improve dirstream 2023-08-16 07:54:40 -07:00
sigsetjmp_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
test.mk Move zipos into runtime package 2023-08-11 23:14:02 -07:00
tls_test.c Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
zipos_test.c Improve zip read-only filesystem 2023-08-16 17:52:12 -07:00