cosmopolitan/test
Justine Tunney 3f26dfbb31
Share file offset across execve() on Windows
This is a breaking change. It defines the new environment variable named
_COSMO_FDS_V2 which is used for inheriting non-stdio file descriptors on
execve() or posix_spawn(). No effort has been spent thus far integrating
with the older variable. If a new binary launches the older ones or vice
versa they'll only be able to pass stdin / stdout / stderr to each other
therefore it's important that you upgrade all your cosmo binaries if you
depend on this functionality. You'll be glad you did because inheritance
of file descriptors is more aligned with the POSIX standard than before.
2024-08-03 17:48:00 -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 execve() on Windows 2024-08-03 17:48:00 -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 execve() on Windows 2024-08-03 17:48:00 -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