cosmopolitan/test/libc/runtime
Justine Tunney c5c4dfcd21 Improve quality of raise(), abort(), and tkill()
This change fixes a nasty bug where SIG_IGN and SIG_DFL weren't working
as advertised on BSDs. This change also fixes the tkill() definition on
MacOS so it maps to __pthread_kill().
2022-09-03 20:17:54 -07:00
..
abort_test.c Improve quality of raise(), abort(), and tkill() 2022-09-03 20:17:54 -07:00
arch_prctl_test.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
clone_test.c Handle missing stdio handles on Windows 2022-08-22 17:03:11 -07:00
fork_test.c Unbloat the build 2022-08-11 00:15:29 -07:00
getdosargv_test.c Make improvements 2022-04-28 09:57:07 -07:00
getdosenviron_test.c Add MODE=optlinux build mode (#141) 2021-10-14 19:36:49 -07:00
grow_test.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
itsatrap_test.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
memtrack_test.c Unbloat the build 2022-08-11 00:15:29 -07:00
mmap_test.c Clean up some code 2022-08-20 12:32:51 -07:00
mprotect_test.c Change sigaction_f to match sysv signature (#585) 2022-09-02 05:08:35 -07:00
munmap_test.c Change sigaction_f to match sysv signature (#585) 2022-09-02 05:08:35 -07:00
test.mk Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00
tls_test.c Clean up some code 2022-08-20 12:32:51 -07:00