mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-27 19:34:33 +00:00
We now rewrite the binary image at runtime on Windows and XNU to change mov %fs:0,%reg instructions to use %gs instead. There's also simpler threading API introduced by this change and it's called _spawn() and _join(), which has replaced most clone() usage. |
||
|---|---|---|
| .. | ||
| ape_test.c | ||
| arch_prctl_test.c | ||
| clone_test.c | ||
| fork_test.c | ||
| getdosargv_test.c | ||
| getdosenviron_test.c | ||
| grow_test.c | ||
| itsatrap_test.c | ||
| memtrack_test.c | ||
| mmap_test.c | ||
| mprotect_test.c | ||
| munmap_test.c | ||
| test.mk | ||