cosmopolitan/third_party
Justine Tunney 281a0f2730 Implement raw system call for redbean lua code
You can now call functions like fork() from Lua and it'll work across
all supported platforms, including Windows. This gives you a level of
control of the system that Lua traditionally hasn't been able to have
due to its focus on old portable stdio rather modern POSIX APIs. Demo
code has been added to redbean-demo.com to show how it works.

This change also modifies Lua so that integer literals with a leading
zero will be interpreted as octal. That should help avoid shooting in
the foot with POSIX APIs that frequently use octal mode bits.

This change fixes a bug in opendir(".") on New Technology.

Lastly, redbean will now serve crash reports to private network IPs.
This is consistent with other frameworks. However that isn't served
to public IPs unless the -E flag is passed to redbean at startup.
2022-04-13 08:53:24 -07:00
..
argon2 Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
bzip2 Improve memory safety 2021-10-13 17:27:13 -07:00
chibicc Add support for symbol table in .com files 2022-03-23 06:34:46 -07:00
compiler_rt Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
dlmalloc Improve signals and memory protection 2022-04-12 22:11:00 -07:00
gcc Elevate .text.syscall to .privileged 2021-02-06 04:49:22 -08:00
gdtoa Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
getopt Clean old .source directive out of asm code 2022-03-18 12:43:21 -07:00
infozip Implement raw system call for redbean lua code 2022-04-13 08:53:24 -07:00
libcxx Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
linenoise Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
lua Implement raw system call for redbean lua code 2022-04-13 08:53:24 -07:00
lz4cli Fix termios struct on Linux 2021-09-03 22:19:41 -07:00
make Implement raw system call for redbean lua code 2022-04-13 08:53:24 -07:00
maxmind Add maxmind to redbean 2022-03-18 03:17:08 -07:00
mbedtls Make improvements 2022-04-07 00:15:35 -07:00
musl Apply fixes and speedups 2021-10-04 03:23:31 -07:00
python Improve signals and memory protection 2022-04-12 22:11:00 -07:00
quickjs Improve system call support on NT 2022-04-07 20:30:04 -07:00
regex Apply fixes and speedups 2021-10-04 03:23:31 -07:00
smallz4 Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
sqlite3 Change the default command prompts 2022-04-06 06:56:11 -07:00
stb Change noinline to dontinline (#312) 2021-11-12 15:12:18 -08:00
xed Improve signals and memory protection 2022-04-12 22:11:00 -07:00
zlib Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
third_party.mk Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00