aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.h
Commit message (Expand)AuthorAgeFilesLines
* executor: extend debug output and diagnosticsDmitry Vyukov2018-07-051-1/+2
* executor, pkg/ipc: support output over pipesDmitry Vyukov2018-06-291-35/+63
* executor: rework fallback coverageDmitry Vyukov2018-06-221-11/+31
* executor: make syscall table and number constantDmitry Vyukov2018-06-071-3/+3
* executor: terminate on corrupted coverageDmitry Vyukov2018-05-141-1/+1
* executor: filter out invalid PCs on linux/x86_64Dmitry Vyukov2018-05-141-3/+7
* executor: support cover on 32-bit kernelsDmitry Vyukov2018-04-271-50/+53
* executor: support 32-bit kernelsDmitry Vyukov2018-04-161-8/+14
* sys/linux: add support for mounting filesystem imagesDmitry Vyukov2018-03-301-9/+18
* executor: don't let syscalls fail with errno=0Dmitry Vyukov2018-03-281-0/+2
* sys/linux: add cgroup descriptionsDmitry Vyukov2018-03-251-10/+6
* executor, pkg/csource: make fd numbers consistentDmitry Vyukov2018-02-261-20/+20
* executor: use proper default values for resourcesDmitry Vyukov2018-02-261-21/+21
* executor: harden a bit against fuzzer madnessDmitry Vyukov2018-01-191-8/+14
* executor: tidy up debug outputDmitry Vyukov2018-01-131-2/+1
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-271-149/+149
* executor: check format stringsDmitry Vyukov2017-12-271-18/+18
* pkg/csource: fix handling of proc typesDmitry Vyukov2017-12-221-17/+39
* prog: use dense indexes for copyout instructionsDmitry Vyukov2017-12-171-18/+24
* executor: remove unneeded NONFAILINGDmitry Vyukov2017-12-171-1/+1
* pkg/ipc: make threaded/collide per-program optionsDmitry Vyukov2017-12-171-10/+10
* executor: prevent executor from messing with output regionDmitry Vyukov2017-10-231-16/+22
* pkg/ipc: move fallback coverage into executorDmitry Vyukov2017-10-181-0/+1
* executor: use forkserver for freebsdDmitry Vyukov2017-10-181-0/+1
* executor: improvements for akarosDmitry Vyukov2017-10-171-14/+11
* executor, pkg/ipc: unify ipc protocol between linux and other OSesDmitry Vyukov2017-10-161-4/+148
* executor: add PC to kcov_comparison_tAlexander Potapenko2017-10-161-1/+4
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-251-18/+4
* all: more assorted fuchsia supportDmitry Vyukov2017-09-221-0/+684