summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/syscall_segment/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* These regress test expect coredumps as an effect of the test so runclaudio2021-02-091-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.bluhm2020-10-161-7/+11
|
* rename binaries to differentiate failure cases (in dmesg output) betweenderaadt2019-12-022-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 frommortimer2019-11-272-0/+34
a shared library. ok deraadt