aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/vm/stack
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* tests: Handle SIGSEGV in the vm stack mprotect exec testDmitry Chagin2023-08-241-0/+9
| | | | | | To exit gracefully handle SIGSEGV and mark the test as failed. MFC after: 3 days
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* tests: Add stack grows testsDmitry Chagin2023-08-084-0/+177
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D41320 MFC after: 2 weeks