These regress test expect coredumps as an effect of the test so runthe tests with ulimit -c unlimited to make sure coredumps are written.OK bluhm@ deraadt@
Implement propper handling for make clean and obj.
rename binaries to differentiate failure cases (in dmesg output) betweenthe two cases "syscall in main program" (will succeed until we fix go)and "syscall in library" (now properly fails)ok mortim
rename binaries to differentiate failure cases (in dmesg output) betweenthe two cases "syscall in main program" (will succeed until we fix go)and "syscall in library" (now properly fails)ok mortimer
show more ...
Add regress tests for making syscalls from the main program text and froma shared library.ok deraadt