cosmopolitan/third_party
Justine Tunney db0d8dd806 Support Linux binfmt_misc and APE loading on Apple
The "no modify self" variant of Actually Portable Executable is now
supported on all platforms. If you use `$(APE_NO_MODIFY_SELF)` then
ld.bfd will embed a 4096 byte ELF binary and a 4096 byte Macho file
which are installed on the fly to ${TMPDIR:-/tmp}, which enables us
launch the executable, without needing to copy the whole executable

To prevent it from copying a tiny executable to your temp directory
you need to install the `ape` command (renamed from ape-loader), to
a system path. For example:

    # FreeBSD / NetBSD / OpenBSD
    make -j8 o//ape/ape
    cp o//ape/ape /usr/bin/ape

    # Mac OS
    # make -j8 o//ape/ape.macho
    curl https://justine.lol/ape.macho >/usr/bin/ape
    chmod +x /usr/bin/ape

On Linux you can get even more performance with the new binfmt_misc
support which makes launching non-modifying APE binaries as fast as
launching ELF executables. Running the following command:

    # Linux
    ape/apeinstall.sh

Will copy APE loader to /usr/bin/ape and register with binfmt_misc
Lastly, this change also fixes a really interesting race condition
with OpenBSD thread joining.
2022-05-21 09:28:25 -07:00
..
argon2 Make improvements 2022-04-24 10:06:05 -07:00
bzip2 Improve memory safety 2021-10-13 17:27:13 -07:00
chibicc Clean up the clone() code a bit 2022-05-17 07:40:00 -07:00
compiler_rt Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
dlmalloc Make fixes and improvements 2022-05-19 16:57:49 -07:00
gcc Elevate .text.syscall to .privileged 2021-02-06 04:49:22 -08:00
gdtoa Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
getopt Add syscalls to Blinkenlights and fix bugs 2022-05-13 13:31:21 -07:00
libcxx Support thread local storage 2022-05-16 13:20:08 -07:00
linenoise Make linenoise properly recover from backgrounding 2022-05-17 12:10:22 -07:00
lua Make fixes and improvements 2022-05-19 16:57:49 -07:00
lz4cli Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
make Support Linux binfmt_misc and APE loading on Apple 2022-05-21 09:28:25 -07:00
maxmind Add maxmind to redbean 2022-03-18 03:17:08 -07:00
mbedtls Fix stdio regression 2022-05-19 00:51:15 -07:00
musl Apply fixes and speedups 2021-10-04 03:23:31 -07:00
python os.realname variable for correct USER_SITE value (#410) 2022-05-20 08:17:10 -07:00
quickjs Add /.args feature to Redbean/Lua/SQLite/Python/QuickJS 2022-05-12 11:04:47 -07:00
regex Apply fixes and speedups 2021-10-04 03:23:31 -07:00
smallz4 Support Linux binfmt_misc and APE loading on Apple 2022-05-21 09:28:25 -07:00
sqlite3 Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
stb Change noinline to dontinline (#312) 2021-11-12 15:12:18 -08:00
xed Support thread local storage 2022-05-16 13:20:08 -07:00
zip Make improvements 2022-04-28 09:57:07 -07:00
zlib Support thread local storage 2022-05-16 13:20:08 -07:00
third_party.mk Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00