cosmopolitan/test/libc
Justine Tunney de5de19004 Make improvements
- Document redbean's argon2 module
- Fix regressions in cthreads library
- Make testlib work better with threads
- Give the cthreads library lots of love
- Remove some of the stdio assembly code
- Implement getloadavg() across platforms
- Code size optimizations for errnos, etc.
- Only check for signals in main thread on Windows
- Make errnos for dup2 / dup3 consistent with posix

This change also fixes a bug in the argon2 module, where the NUL
terminator was being included in the hash encoded ascii string. This
shouldn't require any database migrations to folks who found this module
and productionized it, since the argon2 library treats it as a c string.
2022-05-28 00:28:09 -07:00
..
alg Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
bits Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
calls Make improvements 2022-05-28 00:28:09 -07:00
dns Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
fmt Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
intrin Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
log Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
mem Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
nexgen32e Add malloc logging tool 2022-05-26 23:19:22 -07:00
rand Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
release Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
runtime Make improvements 2022-05-28 00:28:09 -07:00
sock Add test for sendfile() and reduce branches 2022-05-25 22:29:10 -07:00
stdio Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
str Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
thread Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
time Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
tinymath Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
unicode Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
x Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
xed Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
test.mk Fix bugs and make improvements 2022-04-20 10:05:34 -07:00