mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-12 17:27:56 +00:00
- Fix sigsuspend() on XNU - Fix strsignal() on non-Linux - Add unit tests for strsignal() - Add unit tests for setitimer() - Add unit tests for sigsuspend() - Rewrite setitimer() for New Technology - Rewrite nanosleep() for New Technology - Polyfill SIGALRM on the New Technology - select(0,0,0,0) on NT now calls pause() - Remove some NTDLL calls that aren't needed - Polyfill SA_NOCLDWAIT on the New Technology - Polyfill SA_RESETHAND on the New Technology - Polyfill sigprocmask() on the New Technology - Polyfill SIGCHLD+SIG_IGN on the New Technology - Polyfill SA_RESTART masking on the New Technology - Deliver console signals from main thread on New Technology - Document SA_RESTART behavior w/ @sarestartable / @norestart - System call trace in MODE=dbg now prints inherited FDs and signal mask |
||
---|---|---|
.. | ||
access_test.c | ||
commandv_test.c | ||
dup_test.c | ||
fcntl_test.c | ||
fileexists_test.c | ||
fork_test.c | ||
ftruncate_test.c | ||
getcwd_test.c | ||
getitimer_test.c | ||
ioctl_siocgifconf_test.c | ||
lseek_test.c | ||
mkdir_test.c | ||
mkntcmdline_test.c | ||
mkntenvblock_test.c | ||
mkntpath_test.c | ||
mprotect_test.c | ||
pread_test.c | ||
readansi_test.c | ||
readlinkat_test.c | ||
renameat_test.c | ||
setitimer_test.c | ||
setrlimit_test.c | ||
sigaction_test.c | ||
signal_test.c | ||
sigprocmask_test.c | ||
sigsuspend_test.c | ||
stat_test.c | ||
test.mk | ||
unlinkat_test.c | ||
vfork_test.c | ||
write_test.c | ||
writev_test.c |