cosmopolitan/test/libc
Justine Tunney 40eb3b9d5d
Fully support OpenBSD 7.3
This change (1) upgrades to OpenBSD's newer kernel ABIs, and (2)
modifies APE to have a read-only data segment. Doing this required
creating APE Loader v1.1, which is backwards and forwards compatible
with the previous version.

If you've run the following commands in the past to install your APE
Loader systemwide, then you need to run them again. Ad-hoc installations
shouldn't be impacted. It's also recommended that APE binaries be remade
after upgrading, since they embed old versions of the APE Loader.

    ape/apeuninstall.sh
    ape/apeinstall.sh

This change does more than just fix OpenBSD. The new loader is smarter
and more reliable. We're now able create much tinier ELF and Mach-O data
structures than we could before. Both APE Loader and execvpe() will now
normalize ambiguous argv[0] resolution the same way as the UNIX shell.
Badness with TLS linkage has been solved.

Fixes #826
2023-07-01 18:14:27 -07:00
..
calls Fully support OpenBSD 7.3 2023-07-01 18:14:27 -07:00
dns Clean up more code 2023-06-18 01:00:05 -07:00
fmt Implement more toolchain fixes 2023-06-18 05:39:31 -07:00
intrin Clean up more code 2023-06-18 01:00:05 -07:00
log Clean up more code 2023-06-18 01:00:05 -07:00
mem Clean up more code 2023-06-18 01:00:05 -07:00
nexgen32e Clean up more code 2023-06-18 01:00:05 -07:00
release Fully support OpenBSD 7.3 2023-07-01 18:14:27 -07:00
runtime Clean up more code 2023-06-18 01:00:05 -07:00
sock Clean up more code 2023-06-18 01:00:05 -07:00
stdio Clean up more code 2023-06-18 01:00:05 -07:00
str Clean up more code 2023-06-18 01:00:05 -07:00
thread Clean up more code 2023-06-18 01:00:05 -07:00
time Clean up more code 2023-06-18 01:00:05 -07:00
tinymath Clean up more code 2023-06-18 01:00:05 -07:00
x Clean up more code 2023-06-18 01:00:05 -07:00
xed Clean up more code 2023-06-18 01:00:05 -07:00
zipos Clean up more code 2023-06-18 01:00:05 -07:00
test.mk Don't relocate file descriptor memory 2022-09-09 16:54:28 -07:00