Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove a couple hundred sys/param.h includes in userland code, and | deraadt | 2021-12-13 | 1 | -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 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-09-09 | 1 | -1/+15 |
| | | | | ok bluhm@ | ||||
* | Enable vfork syscall test. Disable SIGSTOP test as it is masked until | mbuhl | 2021-09-02 | 1 | -3/+4 |
| | | | | | exec/exit with vfork. OK bluhm@ | ||||
* | Import more NetBSD system call regression tests. | mbuhl | 2021-09-02 | 1 | -0/+387 |
OK bluhm@ |