aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_runner.h
Commit message (Expand)AuthorAgeFilesLines
* executor: enable periodic leak checkingPimyn Girgis2025-11-031-6/+63
* executor: move proc opts to a separate structAleksandr Nogikh2025-08-211-36/+41
* pkg/rpcserver: pkg/flatrpc: executor: add handshake stage 0Alexander Potapenko2025-02-201-0/+16
* executor: query globs in the test program contextDmitry Vyukov2024-12-111-16/+30
* executor: use any executor if the avoid mask included all of themAndrei Vagin2024-11-181-1/+13
* executor: better handling for hanged test processesDmitry Vyukov2024-10-241-12/+70
* executor: keep SYZFAIL messages during machine checkDmitry Vyukov2024-08-161-3/+6
* pkg/rpcserver: use dense VM indices instead of string namesDmitry Vyukov2024-08-021-8/+11
* executor: restart procs more deterministicallyDmitry Vyukov2024-08-021-9/+41
* pkg/fuzzer: try to triage on different VMsDmitry Vyukov2024-08-021-0/+2
* all: add qemu snapshotting modeDmitry Vyukov2024-07-251-1/+2
* executor: print signal info for SIGILL/SIGFPE as wellDmitry Vyukov2024-07-171-9/+24
* executor: factor output finishing into separate functionDmitry Vyukov2024-07-111-37/+3
* executor: retry read in case of known restartable errorsGreg Steuck2024-07-101-1/+5
* executor: repair debug modeDmitry Vyukov2024-07-081-1/+8
* pkg/fuzzer: remove signal rotationDmitry Vyukov2024-07-021-3/+1
* pkg/rpcserver: move kernel test/data range checks from executorDmitry Vyukov2024-07-011-10/+18
* pkg/report: suppress executor SIGBUSDmitry Vyukov2024-07-011-2/+3
* pkg/flatrpc: rename StartLeakChecks to CorpusTriagedDmitry Vyukov2024-07-011-3/+3
* executor: fix max signal/cover filter mapping into subprocessesDmitry Vyukov2024-06-281-0/+6
* executor: handle features that fail in non-fatal wayDmitry Vyukov2024-06-271-1/+1
* executor: use mcontext_t only on linuxDmitry Vyukov2024-06-261-2/+2
* executor: swap addr/pc in SigsegvHandlerDmitry Vyukov2024-06-251-1/+1
* Revert "syz-manager: support stdin as port forwarding result"Dmitry Vyukov2024-06-251-15/+3
* syz-manager: support stdin as port forwarding resultAleksandr Nogikh2024-06-241-3/+15
* executor: add runner modeDmitry Vyukov2024-06-241-0/+801