aboutsummaryrefslogtreecommitdiffstats
path: root/executor/shmem.h
Commit message (Collapse)AuthorAgeFilesLines
* executor: use ftruncate instead of fallocateDmitry Vyukov2024-06-251-2/+3
| | | | OpenBSD has neither fallocate nor posix_fallocate.
* executor: add runner modeDmitry Vyukov2024-06-241-8/+11
| | | | | | | Move all syz-fuzzer logic into syz-executor and remove syz-fuzzer. Also restore syz-runtest functionality in the manager. Update #4917 (sets most signal handlers to SIG_IGN)
* executor: refactor coverage filterDmitry Vyukov2024-06-241-0/+75