summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/macros.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove a couple hundred sys/param.h includes in userland code, andderaadt2021-12-131-4/+2
| | | | | | also whack some sys/cdefs.h early includes which is such a brutally bad pattern ok bluhm mbuhl
* Enable vfork syscall test. Disable SIGSTOP test as it is masked untilmbuhl2021-09-021-1/+2
| | | | | exec/exit with vfork. OK bluhm@
* Import more NetBSD system call regression tests.mbuhl2021-09-021-1/+13
| | | | OK bluhm@
* Enable t_ptrace with an errno change compared to NetBSD.mpi2020-01-301-10/+20
| | | | | | | | Note that the last test triggers a kernel bug related to waitpid(9) and ptraced processes. This is now visible thanks to recent make(1) changes. guenther@ suggests to look at the logic behind `p_orphan' in FreeBSD to fix this bug.
* Import NetBSD system call regression tests. They were written withbluhm2019-11-191-0/+55
ATF (Automated Testing Framework), so we use a small wrapper to map it to our bsd.regress.mk framework. Only half of the 80 NetBSD tests have been taken, the others need more work to adapt. Of them 34 syscall tests pass. Moritz Buhl ported the tests to OpenBSD.