| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: only report unknown setsid errors | Greg Steuck | 2024-07-09 | 1 | -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.h | Greg Steuck | 2023-04-27 | 1 | -0/+380 |
