cosmopolitan/test
Justine Tunney 950a1b310b
Embed cocmd.com interpreter for system() / open()
This change lets you use system() in an easier and portable way. The
problem with the call in the past has always been that bourne and
cmd.com on Windows have less than nothing in common, so pretty much the
only command system() could be used for across platforms was maybe echo.
cmd.exe is also a security liability due to its escaping rules.

Since cocmd.com implements 85% of what we need from bourne, in a really
tiny way, it makes perfect sense to be embedded in these functionss. We
get a huge performance boost too.

Fixes #644
2022-10-02 15:29:57 -07:00
..
dsp Pay off more technical debt 2022-09-12 23:36:56 -07:00
libc Embed cocmd.com interpreter for system() / open() 2022-10-02 15:29:57 -07:00
net Improve redbean method=get parameter handling 2022-09-19 20:04:39 -07:00
tool Improve system call wrappers 2022-09-19 15:06:25 -07:00
test.mk Support malloc() on bare metal 2021-02-24 00:53:24 -08:00