cosmopolitan/test/libc
Justine Tunney 416fd86676 Make improvements
- Emulator can now test the αcτµαlly pδrταblε εxεcµταblε bootloader

- Whipped up a webserver named redbean. It services 150k requests per
  second on a single core. Bundling assets inside zip enables extremely
  fast serving for two reasons. The first is that zip central directory
  lookups go faster than stat() system calls. The second is that both
  zip and gzip content-encoding use DEFLATE, therefore, compressed
  responses can be served via the sendfile() system call which does an
  in-kernel copy directly from the zip executable structure. Also note
  that red bean zip executables can be deployed easily to all platforms,
  since these native executables work on Linux, Mac, BSD, and Windows.

- Address sanitizer now works very well
2020-09-14 00:02:34 -07:00
..
alg Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
bits Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
calls Get address sanitizer mostly working 2020-09-03 05:44:37 -07:00
conv Make improvements 2020-09-14 00:02:34 -07:00
crypto Get address sanitizer mostly working 2020-09-03 05:44:37 -07:00
dns Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
fmt Make improvements 2020-09-14 00:02:34 -07:00
intrin Make improvements 2020-09-14 00:02:34 -07:00
math Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
mem Get address sanitizer mostly working 2020-09-03 05:44:37 -07:00
nexgen32e Make improvements 2020-09-14 00:02:34 -07:00
rand Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
runtime Get address sanitizer mostly working 2020-09-03 05:44:37 -07:00
sock Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
stdio Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
str Make improvements 2020-09-14 00:02:34 -07:00
time Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
tinymath Make improvements 2020-09-14 00:02:34 -07:00
unicode Fix printvideo regression and minor improvements 2020-08-26 09:41:07 -07:00
x Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
xed Make improvements 2020-09-14 00:02:34 -07:00
test.mk Get address sanitizer mostly working 2020-09-03 05:44:37 -07:00