cosmopolitan/test
Justine Tunney 761c6ad615
Share file offset across processes
This change ensures that if a file descriptor for an open disk file gets
shared by multiple processes within a process tree, then lseek() changes
will be visible across processes, and read() / write() are synchronized.
Note this only applies to Windows, because UNIX kernels already do this.
2024-08-03 01:39:11 -07:00
..
ctl Allow -c to be specified with -E in cosmocc 2024-07-31 02:09:15 -07:00
dsp Run clang-format (#1197) 2024-06-01 16:30:43 -04:00
libc Share file offset across processes 2024-08-03 01:39:11 -07:00
libcxx Fix std::filesystem 2024-07-28 17:31:21 -07:00
math Share file offset across processes 2024-08-03 01:39:11 -07:00
net Release Cosmopolitan v3.6.0 2024-07-23 03:28:19 -07:00
posix Share file offset across processes 2024-08-03 01:39:11 -07:00
tool Introduce cosmocc flags -mdbg -mtiny -moptlinux 2024-07-26 05:10:25 -07:00
BUILD.mk Introduce Cosmopolitan Templates Library (CTL) 2024-06-03 09:21:59 -07:00