Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove a couple hundred sys/param.h includes in userland code, and | deraadt | 2021-12-13 | 1 | -4/+1 |
| | | | | | | 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 it | anton | 2021-09-28 | 1 | -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. | anton | 2021-07-29 | 1 | -1/+15 |
| | | | | ok bluhm@ | ||||
* | Import NetBSD system call regression tests. They were written with | bluhm | 2019-11-19 | 1 | -0/+316 |
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. |