cosmopolitan/test
Justine Tunney 60cb435cb4
Implement pthread_atfork()
If threads are being used, then fork() will now acquire and release and
runtime locks so that fork() may be safely used from threads. This also
makes vfork() thread safe, because pthread mutexes will do nothing when
the process is a child of vfork(). More torture tests have been written
to confirm this all works like a charm. Additionally:

- Invent hexpcpy() api
- Rename nsync_malloc_() to kmalloc()
- Complete posix named semaphore implementation
- Make pthread_create() asynchronous signal safe
- Add rm, rmdir, and touch to command interpreter builtins
- Invent sigisprecious() and modify sigset functions to use it
- Add unit tests for posix_spawn() attributes and fix its bugs

One unresolved problem is the reclaiming of *NSYNC waiter memory in the
forked child processes, within apps which have threads waiting on locks
2022-10-16 12:25:13 -07:00
..
dsp Rename rand64() to _rand64() 2022-10-10 04:12:06 -07:00
libc Implement pthread_atfork() 2022-10-16 12:25:13 -07:00
net Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
tool Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
test.mk Support malloc() on bare metal 2021-02-24 00:53:24 -08:00