mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-27 19:34:33 +00:00
- Improved async signal safety of read() particularly for longjmp() - Started adding cancel cleanup handlers for locks / etc on Windows - Make /dev/tty work better particularly for uses like `foo | less` - Eagerly read console input into a linked list, so poll can signal - Fix some libc definitional bugs, which configure scripts detected |
||
|---|---|---|
| .. | ||
| async_test.c | ||
| makecontext_test.c | ||
| mu_semaphore_sem_test.c | ||
| nsync_test.c | ||
| pthread_atfork_test.c | ||
| pthread_attr_setsigmask_np_test.c | ||
| pthread_barrier_wait_test.c | ||
| pthread_cancel_test.c | ||
| pthread_cond_signal_test.c | ||
| pthread_create_test.c | ||
| pthread_detach_test.c | ||
| pthread_exit_test.c | ||
| pthread_key_create_test.c | ||
| pthread_kill_test.c | ||
| pthread_rwlock_rdlock_test.c | ||
| pthread_setname_np_test.c | ||
| sem_open_test.c | ||
| sem_timedwait_test.c | ||
| setitimer_test.c | ||
| test.mk | ||