Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These regress test expect coredumps as an effect of the test so run | 2021-02-09 | 1 | -2/+2 | |
| | | | | | the tests with ulimit -c unlimited to make sure coredumps are written. OK bluhm@ deraadt@ | ||||
* | Implement propper handling for make clean and obj. | 2020-10-16 | 1 | -5/+5 | |
| | |||||
* | rename binaries to differentiate failure cases (in dmesg output) between | 2019-12-02 | 2 | -3/+3 | |
| | | | | | | the two cases "syscall in main program" (will succeed until we fix go) and "syscall in library" (now properly fails) ok mortimer | ||||
* | Add regress tests for making syscalls from the main program text and from | 2019-11-27 | 2 | -0/+31 | |
a shared library. ok deraadt |