summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/stackpivot/syscall/stackpivot.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* print the address of the "non-MAP_STACK stack", so it can be comparedderaadt2020-07-261-1/+1
| | | | | against failure reported in dmesg (hmm, is it time to delete those fault messages?)
* test _exit(2) rather than exit(3) [to keep things simpler], andderaadt2020-07-201-1/+3
| | | | print the stack address [for comparison in dmesg post-fault]
* Add a test for stack pivots that trigger page faults.mortimer2018-04-131-0/+32
"Regress is always open for commits" @deraadt