cosmopolitan/test/libc
Justine Tunney 5005f2e446
Rewrite brk() and sbrk()
This change reduces the .bss memory requirement for all executables by
O(64kb). The brk system calls are now fully tested and figured out and
might be useful for tiny programs that only target System Five.
2022-10-01 23:11:56 -07:00
..
bits Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
calls Improve some timespec functions 2022-09-19 16:13:37 -07:00
dns Pay off more technical debt 2022-09-12 23:36:56 -07:00
fmt Pay off more technical debt 2022-09-12 23:36:56 -07:00
intrin Improve system call wrappers 2022-09-19 15:06:25 -07:00
log Improve system call wrappers 2022-09-19 15:06:25 -07:00
mem Make important improvements 2022-09-14 22:39:08 -07:00
nexgen32e Make important improvements 2022-09-14 22:39:08 -07:00
release Add *NSYNC to libc/isystem 2022-09-13 01:47:12 -07:00
runtime Rewrite brk() and sbrk() 2022-10-01 23:11:56 -07:00
sock Change accept type to struct sockaddr * (#630) 2022-09-20 07:49:16 -07:00
stdio Pay off more technical debt 2022-09-12 23:36:56 -07:00
str Make important improvements 2022-09-14 22:39:08 -07:00
thread Improve pthread_join() 2022-09-16 14:02:06 -07:00
time Pay off more technical debt 2022-09-12 23:36:56 -07:00
tinymath Pay off more technical debt 2022-09-12 23:36:56 -07:00
x Pay off more technical debt 2022-09-12 23:36:56 -07:00
xed Pay off more technical debt 2022-09-12 23:36:56 -07:00
zipos Pay off more technical debt 2022-09-12 23:36:56 -07:00
test.mk Don't relocate file descriptor memory 2022-09-09 16:54:28 -07:00