Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These regress test expect coredumps as an effect of the test so run | 2021-02-09 | 2 | -4/+4 | |
| | | | | | the tests with ulimit -c unlimited to make sure coredumps are written. OK bluhm@ deraadt@ | ||||
* | Fix building the library when invoked with make regress. | 2020-10-21 | 1 | -1/+3 | |
| | | | | OK patrick@ | ||||
* | Add arm64 support. | 2020-10-20 | 2 | -4/+6 | |
| | | | | ok deraadt@ | ||||
* | Implement propper handling for make clean and obj. | 2020-10-16 | 5 | -23/+29 | |
| | |||||
* | rename binaries to differentiate failure cases (in dmesg output) between | 2019-12-02 | 4 | -6/+6 | |
| | | | | | | 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 | 9 | -0/+97 | |
a shared library. ok deraadt |