cosmopolitan/test/libc
Justine Tunney 7822917fc2
Add shared memory apis to redbean
You can now do things like implement mutexes using futexes in your
redbean lua code. This provides the fastest possible inter-process
communication for your production systems when SQLite alone as ipc
or things like pipes aren't sufficient.
2022-10-06 04:55:26 -07:00
..
bits Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
calls Fix futimes() regression 2022-10-05 19:25:07 -07:00
dns Pay off more technical debt 2022-09-12 23:36:56 -07:00
fmt Add imaxdiv, wcscoll, getdtablesize (#639) 2022-10-05 07:14:58 -07:00
intrin Add shared memory apis to redbean 2022-10-06 04:55:26 -07:00
log Introduce testlib_extract() helper 2022-10-02 09:15:46 -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 Add some tests for execve() 2022-10-02 14:58:14 -07:00
sock Change accept type to struct sockaddr * (#630) 2022-09-20 07:49:16 -07:00
stdio Embed cocmd.com interpreter for system() / open() 2022-10-02 15:29:57 -07:00
str Make important improvements 2022-09-14 22:39:08 -07:00
thread Perform some code cleanup 2022-10-04 23:32:16 -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 Add fexecve() and map O_EXEC to O_PATH on Linux 2022-10-02 09:15:46 -07:00
test.mk Don't relocate file descriptor memory 2022-09-09 16:54:28 -07:00