aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ipc
Commit message (Expand)AuthorAgeFilesLines
...
* pkg/ipc: fix running of executor testsDmitry Vyukov2020-12-091-2/+2
* syz-manager/manager.go, executor/executor.cc: support coverage filterKaipeng Zeng2020-12-061-6/+7
* pkg/ipc: remove Config.TimeoutDmitry Vyukov2020-11-303-33/+10
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-262-2/+2
* syz-fuzzer: ignore encodingexec buffer overflow errorsDmitry Vyukov2020-10-011-1/+1
* all: integrate with mac80211_hwsimAleksandr Nogikh2020-09-221-0/+1
* pkg/ipc: fix cross-arch build in testDmitry Vyukov2020-08-221-1/+1
* pkg/ipc: run cross-arch executor testsDmitry Vyukov2020-08-221-10/+23
* all: initialize vhci in linuxTheOfficialFloW2020-07-301-12/+13
* pkg/runtest: tell ASAN to not mess with our NONFAILINGDmitry Vyukov2020-07-161-0/+2
* all: fix comments formatDmitry Vyukov2020-07-121-1/+2
* ipc: fix endianness issuesAlexander Egorenkov2020-06-231-3/+2
* pkg/ipc: support C compiler in non-standard locationAlexander Egorenkov2020-06-181-1/+0
* .golangci.yml: enable godot checkerDmitry Vyukov2020-06-051-3/+3
* all: reformat codeDmitry Vyukov2020-05-081-1/+1
* all: replace TRAVIS env var with CIDmitry Vyukov2020-05-071-1/+1
* prog: refactor target.MakeMmapDmitry Vyukov2020-04-181-2/+2
* pkg/ipc: remove use of unsafeDmitry Vyukov2020-02-091-4/+13
* pkg/ipc: don't use rate limiting for test osDmitry Vyukov2019-12-181-1/+1
* pkg/ipc: fix potential nil derefDmitry Vyukov2019-11-261-2/+4
* pkg/ipc: always chmod the work dirDmitry Vyukov2019-11-161-4/+2
* pkg/ipc: move target characteristics out of config flagsDmitry Vyukov2019-11-163-26/+22
* executor: refactor sandbox flagsDmitry Vyukov2019-11-162-19/+19
* sys/targets: add HostFuzzer flagDmitry Vyukov2019-11-161-3/+3
* executor: move fixed pci devlink handle into network namespaceJiri Pirko2019-11-031-0/+1
* pkg/ipc: Send output from syz-executor for non-Forkserver oses.Marco Vanotti2019-09-111-3/+0
* all: convert Fuchsia to use "host fuzzing" modeMatthew Dempsky2019-08-271-4/+2
* executor: implement support for leak checkingDmitry Vyukov2019-05-201-2/+0
* all: add optional close_fds feature to reproducersAndrey Konovalov2019-04-091-0/+1
* pkg/report: remove .PID from syz-executorDmitry Vyukov2019-04-051-0/+1
* pkg/ipc: use /data/ for storage in fuchsia. (#1101)Marco Vanotti2019-04-031-3/+8
* all: fix warnings pointed to by golangci-lintDmitry Vyukov2019-03-281-1/+1
* execprog, stress, prog2c: unify flags to enable additional featuresAndrey Konovalov2019-03-051-3/+6
* pkg/ipc: generate better temp name for executorDmitry Vyukov2019-02-082-9/+10
* executor, pkg/ipc: simplify retry handlingDmitry Vyukov2019-01-311-42/+10
* executor: remove ability to detect kernel bugsDmitry Vyukov2019-01-312-19/+6
* sys/test/test: add tests for test exiting in the middle of executionDmitry Vyukov2019-01-311-1/+4
* all: detect extra coverage supportAndrey Konovalov2019-01-161-0/+1
* all: support extra coverageAndrey Konovalov2019-01-161-12/+45
* prog, pkg/{csource,ifuzz,ipc,repro}: make tests deterministic on travisDmitry Vyukov2019-01-021-0/+3
* pkg/ipc: clarify why we close inwp explicitlyDmitry Vyukov2018-12-271-1/+5
* pkg/ipc: move sandbox helpers from ipcconfigDmitry Vyukov2018-12-102-28/+27
* ipc: add ProgInfo structAndrey Konovalov2018-11-222-16/+21
* all: fix code formattingDmitry Vyukov2018-10-161-1/+1
* pkg/host: improve KMEMLEAK supportDmitry Vyukov2018-09-281-11/+30
* RFC: android: Add support for untrusted_app sandboxing (#697)Zach Riggle2018-09-172-10/+14
* pkg/osutil: replace UmountAll with RemoveAllDmitry Vyukov2018-08-041-2/+1
* pkg/ipc: remove abort signal and buffer sizeDmitry Vyukov2018-08-032-56/+23
* pkg/ipc: move flags into subpackageDmitry Vyukov2018-08-033-72/+83
* pkg/ipc: refactor output parsingDmitry Vyukov2018-08-021-138/+108