aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_openbsd.h
Commit message (Collapse)AuthorAgeFilesLines
* executor: only report unknown setsid errorsGreg Steuck2024-07-091-1/+1
| | | | | | | | | | | | | | Unlike linux the BSDs used to check the result of setsid. This suddenly became a problem a couple of weeks ago. It's hard to figure out why because there was a number of problems in the area preventing the test from working: gmake executor execprog && \ ./bin/openbsd_amd64/syz-execprog -stress -executor ./bin/openbsd_amd64/syz-executor At least with this change the test above successfully executes some coverage and exits cleanly.
* executor: detangle common_openbsd.h out of common_bsd.hGreg Steuck2023-04-271-0/+380