aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* pkg/csource: support fuchsiaDmitry Vyukov2018-06-291-11/+4
* executor: extend error on output overflowDmitry Vyukov2018-06-221-1/+2
* executor: rework fallback coverageDmitry Vyukov2018-06-221-13/+2
* executor: make syscall table and number constantDmitry Vyukov2018-06-071-3/+3
* executor: revert protection of kcov regionDmitry Vyukov2018-05-151-7/+3
* executor: revert coverage filteringDmitry Vyukov2018-05-141-1/+3
* executor: protect most of kcov regionDmitry Vyukov2018-05-141-2/+4
* executor: filter out invalid PCs on linux/x86_64Dmitry Vyukov2018-05-141-0/+15
* executor: randomize output region addrDmitry Vyukov2018-05-141-7/+7
* executor: support cover on 32-bit kernelsDmitry Vyukov2018-04-271-14/+40
* executor: support 32-bit kernelsDmitry Vyukov2018-04-161-12/+12
* sys/linux: add support for mounting filesystem imagesDmitry Vyukov2018-03-301-0/+5
* sys/linux: add cgroup descriptionsDmitry Vyukov2018-03-251-97/+0
* executor: simplify initialize_tunDmitry Vyukov2018-02-261-3/+3
* prog: rework address allocationDmitry Vyukov2018-02-191-1/+5
* sys/linux: extend netfilter descriptionsDmitry Vyukov2018-01-271-1/+3
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-271-18/+19
* executor: fix reply status on loop killsDmitry Vyukov2017-12-271-1/+2
* executor: check format stringsDmitry Vyukov2017-12-271-2/+2
* pkg/csource: mimic the way syscalls are scheduled in executorDmitry Vyukov2017-12-221-1/+0
* sys/syz-extract: fix mmap on armDmitry Vyukov2017-11-231-10/+0
* executor: fixup previous commitDmitry Vyukov2017-11-221-223/+223
* executor: move arm syscall fixup to syz-extractDmitry Vyukov2017-11-221-243/+222
* executor: Modified executor_linux.cc to support ARM32 architectureAtul Prakash2017-11-221-2/+25
* executor: prevent executor from messing with output regionDmitry Vyukov2017-10-231-3/+36
* executor: improvements for akarosDmitry Vyukov2017-10-171-1/+1
* executor, pkg/ipc: unify ipc protocol between linux and other OSesDmitry Vyukov2017-10-161-47/+13
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-251-50/+3
* all: more assorted fuchsia supportDmitry Vyukov2017-09-221-677/+51
* all: initial support for fuchsiaDmitry Vyukov2017-09-201-1/+1
* executor: split source per-OSDmitry Vyukov2017-09-201-0/+1001