cosmopolitan/build
Justine Tunney db33973e0a Get fork() working on Windows
This is done without using Microsoft's internal APIs. MAP_PRIVATE
mappings are copied to the subprocess via a pipe, since Microsoft
doesn't want us to have proper COW pages. MAP_SHARED mappings are
remapped without needing to do any copying. Global variables need
copying along with the stack and the whole heap of anonymous mem.
This actually improves the reliability of the redbean http server
although one shouldn't expect 10k+ connections on a home computer
that isn't running software built to serve like Linux or FreeBSD.
2020-11-13 03:14:39 -08:00
..
bootstrap Make minor improvements 2020-11-09 15:41:11 -08:00
actuallynice Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
archive Make minor improvements 2020-11-09 15:41:11 -08:00
assemble Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
bochs-debugger Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
bochs-scriptable Initial import 2020-06-15 07:18:57 -07:00
catcode Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
compile Get fork() working on Windows 2020-11-13 03:14:39 -08:00
config.mk Make more improvements 2020-09-28 01:20:34 -07:00
definitions.mk Make minor improvements 2020-11-09 15:41:11 -08:00
do Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
findtmp Initial import 2020-06-15 07:18:57 -07:00
functions.mk Initial import 2020-06-15 07:18:57 -07:00
getccname Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
getccversion Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
getlogfmt Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
htags Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
includeall Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
link Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
mkdeps Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
objdump Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
online.mk Initial import 2020-06-15 07:18:57 -07:00
package Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
realify.sed Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
realify.sh Make more improvements 2020-09-28 01:20:34 -07:00
rle.py Initial import 2020-06-15 07:18:57 -07:00
rollup Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
rules.mk Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
runcom Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
sanitycheck Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
sanitycheck2 Fix bug in code written a priori 2020-08-31 21:02:14 -07:00
ssh Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00
zipobj Add binfmt_misc workaround detector to builds 2020-08-31 20:09:23 -07:00