aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ipc/ipc.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/ipc: generate better temp name for executorDmitry Vyukov2019-02-081-8/+8
* executor, pkg/ipc: simplify retry handlingDmitry Vyukov2019-01-311-42/+10
* executor: remove ability to detect kernel bugsDmitry Vyukov2019-01-311-10/+4
* 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
* pkg/ipc: clarify why we close inwp explicitlyDmitry Vyukov2018-12-271-1/+5
* pkg/ipc: move sandbox helpers from ipcconfigDmitry Vyukov2018-12-101-0/+26
* ipc: add ProgInfo structAndrey Konovalov2018-11-221-10/+15
* all: fix code formattingDmitry Vyukov2018-10-161-1/+1
* RFC: android: Add support for untrusted_app sandboxing (#697)Zach Riggle2018-09-171-8/+10
* pkg/osutil: replace UmountAll with RemoveAllDmitry Vyukov2018-08-041-2/+1
* pkg/ipc: remove abort signal and buffer sizeDmitry Vyukov2018-08-031-41/+14
* pkg/ipc: move flags into subpackageDmitry Vyukov2018-08-031-70/+8
* pkg/ipc: refactor output parsingDmitry Vyukov2018-08-021-138/+108
* executor: collect coverage from unfinished syscallsDmitry Vyukov2018-07-291-18/+33
* pkg/host: add "network devices" featureDmitry Vyukov2018-07-131-2/+4
* vm/vmimpl: factor out common code for ssh args and waiting for sshDmitry Vyukov2018-07-061-1/+1
* pkg/ipc: add rate limiting for akarosDmitry Vyukov2018-07-051-0/+10
* pkg/ipc: create default config based on targetDmitry Vyukov2018-07-051-13/+2
* pkg/ipc: don't consider hang as failureDmitry Vyukov2018-06-301-3/+3
* prog: add stronger fallback signalDmitry Vyukov2018-06-291-7/+8
* pkg/ipc: suppress gometalinter warningsDmitry Vyukov2018-06-291-1/+4
* syz-manager: implement fallback coverage reportDmitry Vyukov2018-06-291-1/+2
* executor, pkg/ipc: support output over pipesDmitry Vyukov2018-06-291-60/+65
* pkg/ipc: cleanup binary copyDmitry Vyukov2018-06-291-6/+11
* pkg/ipc: use absolute path to start subprocessDmitry Vyukov2018-06-291-0/+1
* pkg/ipc: add fallback signal only if normal signal is not enabledDmitry Vyukov2018-06-231-1/+1
* executor: rework fallback coverageDmitry Vyukov2018-06-221-2/+20
* all: fix gometalinter warningsDmitry Vyukov2018-06-121-3/+0
* pkg/host: rework host feature detection/setupDmitry Vyukov2018-06-121-8/+0
* Makefile, sys/targets: move all native compilation logic to sys/targetsDmitry Vyukov2018-06-061-1/+1
* gometalinter: enable line length checkingDmitry Vyukov2018-05-041-5/+9
* pkg/ipc: fix data race on config.TimeoutDmitry Vyukov2018-04-231-24/+30
* pkg/ipc: disable coverage collection by defaultDmitry Vyukov2018-04-061-1/+1
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-7/+4
* pkg/ipc: always prepend handshake errors with executor pidDmitry Vyukov2018-01-061-6/+4
* pkg/csource: fix handling of proc typesDmitry Vyukov2017-12-221-1/+1
* syz-fuzzer: refactorDmitry Vyukov2017-12-181-8/+0
* pkg/ipc: make threaded/collide per-program optionsDmitry Vyukov2017-12-171-40/+54
* syz-ci: test images before using themDmitry Vyukov2017-11-301-3/+2
* pkg/osutil: don't leace runaway processesDmitry Vyukov2017-11-161-1/+1
* pkg/ipc: fix reading comp hintsDmitry Vyukov2017-10-231-15/+13
* pkg/ipc: move fallback coverage into executorDmitry Vyukov2017-10-181-14/+0
* executor: use forkserver for freebsdDmitry Vyukov2017-10-181-0/+14
* executor, pkg/ipc: unify ipc protocol between linux and other OSesDmitry Vyukov2017-10-161-9/+736
* all: more assorted fuchsia supportDmitry Vyukov2017-09-221-0/+8
* all: initial support for fuchsiaDmitry Vyukov2017-09-201-644/+3
* executor, ipc: modify the IO between KCOV<->executor<->fuzzerVictor Chibotaru2017-08-301-6/+89
* executor, fuzzer: change the way Syzkaller opens the KCOV deviceVictor Chibotaru2017-08-301-0/+1