aboutsummaryrefslogtreecommitdiffstats
path: root/syz-fuzzer/testing.go
Commit message (Expand)AuthorAgeFilesLines
* syz-fuzzer: remove testing modeDmitry Vyukov2024-05-271-121/+0
* pkg/ipc: remove ExecOptsDmitry Vyukov2024-05-211-1/+1
* pkg/ipc: remove ProgInfoDmitry Vyukov2024-05-211-1/+1
* pkg/ipc: use flatrpc flagsDmitry Vyukov2024-05-171-1/+2
* pkg/vminfo: move feature checking to hostDmitry Vyukov2024-05-151-94/+2
* syz-fuzzer: fix gvisor testingDmitry Vyukov2024-05-071-6/+9
* pkg/repro, pkg/ipc: use flatrpc.FeatureDmitry Vyukov2024-05-061-1/+1
* pkg/rpctype: prepare for not using for target communicationDmitry Vyukov2024-05-031-1/+3
* pkg/log: add SyzFatalDmitry Vyukov2024-05-031-4/+4
* tools/syz-runtest: switch to the generic program executionDmitry Vyukov2024-05-031-59/+0
* pkg/vminfo: check enabled syscalls on the hostDmitry Vyukov2024-05-021-66/+15
* syz-manager: check revisions on the hostDmitry Vyukov2024-04-301-22/+31
* pkg/ipc: dedup features to flags conversionDmitry Vyukov2024-04-301-1/+1
* pkg/ipc: make it possible to change EnvFlags between executionsDmitry Vyukov2024-04-301-6/+6
* syz-manager: print better message about disabled syscallsDmitry Vyukov2024-04-291-11/+0
* pkg/host: move glob parsing to hostDmitry Vyukov2024-04-241-10/+0
* pkg/ipc: pass only exec encoding to ExecDmitry Vyukov2024-04-161-3/+0
* all: use special placeholder for errorsTaras Madan2023-07-241-6/+6
* pkg/log: adjust fatal errors to the new formatAleksandr Nogikh2023-05-171-4/+4
* syz-fuzzer: avoid recognizing unsupported syscalls as kernel oopsDmitry Vyukov2023-04-281-2/+4
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-2/+2
* pkg/host: only try enabled syscalls when starting syz-fuzzerKris Alder2022-03-081-1/+2
* syz-manager, syz-fuzzer: filter stale glob values in the corpusDmitry Vyukov2021-06-261-8/+21
* syz-fuzzer: fix revision checkDmitry Vyukov2021-04-261-1/+1
* syz-fuzzer: extend diagnostics for execution of disabled syscallsDmitry Vyukov2021-04-261-3/+3
* all: make timeouts configurableDmitry Vyukov2020-12-281-1/+1
* syz-fuzzer: run test program with correct flagsDmitry Vyukov2020-10-151-0/+1
* prog: refactor target.MakeMmapDmitry Vyukov2020-04-181-1/+1
* syz-fuzzer: simplify checkMachine()Andrey Konovalov2020-04-061-0/+4
* syz-fuzzer: Fix cyclo. complexity errorPaul Chaignon2020-04-061-12/+14
* runtest: fix using configs with namespace/setuid sandboxAndrey Konovalov2020-04-031-2/+6
* prog: dump orig prog if Deserialize panicsDmitry Vyukov2020-02-211-5/+4
* executor: refactor sandbox flagsDmitry Vyukov2019-11-161-3/+3
* syz-fuzzer: setup host features during image testingDmitry Vyukov2019-05-211-2/+7
* syz-fuzzer: fix "all system calls are disabled" handlingDmitry Vyukov2019-05-071-6/+6
* syz-fuzzer: communicate image testing errors to callerDmitry Vyukov2019-03-171-2/+2
* executor: remove ability to detect kernel bugsDmitry Vyukov2019-01-311-4/+1
* fuzzer: speed up syscall support detectionAndrey Konovalov2019-01-081-0/+2
* prog: implement strict parsing modeDmitry Vyukov2018-12-101-1/+1
* prog: introduce strict parsing modeDmitry Vyukov2018-12-101-1/+1
* ipc: add ProgInfo structAndrey Konovalov2018-11-221-5/+5
* RFC: android: Add support for untrusted_app sandboxing (#697)Zach Riggle2018-09-171-0/+4
* tools/syz-runtest: add tool for program unit testingDmitry Vyukov2018-08-031-6/+91
* pkg/host: disable for akarosDmitry Vyukov2018-07-061-1/+1
* vm/vmimpl: factor out common code for ssh args and waiting for sshDmitry Vyukov2018-07-061-1/+1
* syz-fuzzer: fix revision checking in case executor is wrapped with sshDmitry Vyukov2018-07-061-0/+3
* syz-fuzzer: show executor output on failureDmitry Vyukov2018-07-061-1/+1
* syz-fuzzer: allow wrapping executorDmitry Vyukov2018-07-051-1/+6
* executor, pkg/ipc: support output over pipesDmitry Vyukov2018-06-291-5/+0
* syz-fuzzer: fix testing when shmem is not usedDmitry Vyukov2018-06-261-0/+6