cosmopolitan/libc/nt
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
..
advapi32 Fix Windows 7 support (#19) 2020-12-28 13:52:02 -08:00
comdlg32 Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
enum Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
gdi32 Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
kernel32 Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
KernelBase Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
MsWSock Initial import 2020-06-15 07:18:57 -07:00
netapi32 Initial import 2020-06-15 07:18:57 -07:00
nt Improve documentation 2020-12-27 07:02:35 -08:00
ntdll Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
shell32 Initial import 2020-06-15 07:18:57 -07:00
struct Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
thunk Auto-generate some documentation 2020-12-26 02:09:07 -08:00
typedef Add epoll and do more release readiness changes 2020-11-28 12:01:51 -08:00
url Initial import 2020-06-15 07:18:57 -07:00
user32 Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
ws2_32 Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
accounting.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
automation.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
codegen.h Make improvements 2020-12-01 03:43:40 -08:00
codegen.sh Change license 2020-12-27 17:18:44 -08:00
comdlg.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
console.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
createfile.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
debug.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
dll.h Fix fork() on Windows after chdir() 2021-01-29 23:19:29 -08:00
efi.h Support malloc() on bare metal 2021-02-24 00:53:24 -08:00
errors.h Initial import 2020-06-15 07:18:57 -07:00
events.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
files.h Support dirfd relative iops on Windows 2021-01-30 01:49:43 -08:00
iocp.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
ipc.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
master.sh Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
memory.h Avoid mapping above 4gb on Windows 7 x64 (#19) 2021-01-16 19:18:37 -08:00
messagebox.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
nt.mk Improve build system 2021-02-19 23:03:34 -08:00
ntdll.h Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
ntdllimport.h Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
ntdllimport.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
paint.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
pedef.internal.h Add UEFI support 2021-02-21 21:33:04 -08:00
privilege.h Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
process.h Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
registry.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
runtime.h Add chibicc 2020-12-06 16:20:21 -08:00
signals.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
startupinfo.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
synchronization.h Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00
systeminfo.h Fix cosmopolitan.h for C++ 2021-02-01 04:04:44 -08:00
sysv2nt.s Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
thread.h Add chibicc 2020-12-06 16:20:21 -08:00
windows.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
winsock.h Cleanup socket code 2021-02-05 23:58:50 -08:00