summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/t_fork.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove a couple hundred sys/param.h includes in userland code, andderaadt2021-12-131-8/+3
| | | | | | also whack some sys/cdefs.h early includes which is such a brutally bad pattern ok bluhm mbuhl
* Remove recent changes used to unblock the signal undergoing testing, I solved itanton2021-09-281-15/+1
| | | | | by changing my regress environment instead. This reduces the delta to the NetBSD upstream.
* Ensure that the kill signal undergoing testing is not ignored.anton2021-09-091-1/+15
| | | | ok bluhm@
* Enable vfork syscall test. Disable SIGSTOP test as it is masked untilmbuhl2021-09-021-3/+4
| | | | | exec/exit with vfork. OK bluhm@
* Import more NetBSD system call regression tests.mbuhl2021-09-021-0/+387
OK bluhm@