cosmopolitan/third_party
Justine Tunney edd9297eba Support malloc() on bare metal
Your Actually Portable Executables now contains a simple virtual memory
that works similarly to the Linux Kernel in the sense that it maps your
physical memory to negative addresses. This is needed to support mmap()
and malloc(). This functionality has zero code size impact. For example
the MODE=tiny LIFE.COM executable is still only 12KB in size.

The APE bootloader code has also been simplified to improve readibility
and further elevate the elegance by which we're able to support so many
platforms thereby enhancing verifiability so that we may engender trust
in this bootloading process.
2021-02-24 00:53:24 -08:00
..
chibicc Support malloc() on bare metal 2021-02-24 00:53:24 -08:00
compiler_rt Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
dlmalloc Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
duktape Fix JavaScript interpreter example 2021-02-11 23:18:39 -08:00
gcc Elevate .text.syscall to .privileged 2021-02-06 04:49:22 -08:00
gdtoa Make more functions friendly to Address Sanitizer 2021-02-02 03:45:31 -08:00
getopt Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
lz4cli Make more functions friendly to Address Sanitizer 2021-02-02 03:45:31 -08:00
musl Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
regex Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
stb Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
xed Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
zlib Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
third_party.mk Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00