cosmopolitan/test/libc
Justine Tunney b73e35c6fa
Improve open source compatibility
This change tunes the default stack size for the outside world to 8mb
while at the same time, reducing Cosmopolitan's default stack size to
64kb. You can override the stack size using STATIC_STACK_SIZE(). Your
build scripts should point to o//ape/public/ape.lds

This change also fixes the definition of SOMAXCONN and removes AF_RDS
since it's not polyfilled and Python 3.11 complained.
2022-09-08 03:19:35 -07:00
..
bits Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
calls Make garbage collection thread safe 2022-09-08 02:33:01 -07:00
dns Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
fmt Remove testonly keyword 2022-09-05 08:41:43 -07:00
intrin Make pthread mutexes more scalable 2022-09-05 15:57:51 -07:00
log Clean up some code 2022-08-20 12:32:51 -07:00
mem Add pthread attributes and other libc functions 2022-09-07 05:28:32 -07:00
nexgen32e Make garbage collection thread safe 2022-09-08 02:33:01 -07:00
release Improve open source compatibility 2022-09-08 03:19:35 -07:00
runtime Remove accidental comment 2022-09-04 00:41:09 -07:00
sock Make garbage collection thread safe 2022-09-08 02:33:01 -07:00
stdio Make garbage collection thread safe 2022-09-08 02:33:01 -07:00
str Add pthread attributes and other libc functions 2022-09-07 05:28:32 -07:00
thread Make some fixups to POSIX threads 2022-09-07 21:13:50 -07:00
time Remove testonly keyword 2022-09-05 08:41:43 -07:00
tinymath Add FP_ILOGB constants (#599) 2022-09-07 21:37:53 -07:00
x Fix race condition in makedirs() 2022-09-07 23:12:44 -07:00
xed Remove testonly keyword 2022-09-05 08:41:43 -07:00
test.mk Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00