summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/syscall_segment/lib/syscall_library.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename binaries to differentiate failure cases (in dmesg output) betweenderaadt2019-12-021-0/+22
the two cases "syscall in main program" (will succeed until we fix go) and "syscall in library" (now properly fails) ok mortimer