aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* 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