aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
Commit message (Expand)AuthorAgeFilesLines
* sys/linux: test various binfmt's in execveDmitry Vyukov2018-04-021-0/+15
* executor: fix unchecked result warningDmitry Vyukov2018-04-011-1/+3
* sys/linux: add support for reading partition tablesDmitry Vyukov2018-04-011-3/+95
* executor: fix compilation warningsDmitry Vyukov2018-03-301-14/+8
* sys/linux: add support for mounting filesystem imagesDmitry Vyukov2018-03-301-2/+140
* executor: rework cgroups supportDmitry Vyukov2018-03-271-33/+24
* executor: fix reset of bridge netfilterDmitry Vyukov2018-03-251-0/+2
* sys/linux: add cgroup descriptionsDmitry Vyukov2018-03-251-47/+260
* sys/linux: add netlink fou descriptionsDmitry Vyukov2018-03-211-0/+54
* executor: fix ifdef's for csourceDmitry Vyukov2018-03-071-1/+1
* sys/linux: add syz_init_net_socket syscallDmitry Vyukov2018-03-051-1/+46
* executor: simplify initialize_tunDmitry Vyukov2018-02-261-24/+27
* sys/linux: remove proc type from network descriptionsDmitry Vyukov2018-02-261-41/+23
* executor, pkg/csource: make fd numbers consistentDmitry Vyukov2018-02-261-3/+13
* prog: add arbitrary mutation of complex structsDmitry Vyukov2018-02-251-2/+2
* executor: bring up bond and veth devicesDmitry Vyukov2018-02-221-2/+3
* executor: fix buildDmitry Vyukov2018-02-171-0/+1
* sys/linux: add bridge netfilter supportDmitry Vyukov2018-02-171-0/+97
* pkg/csource: fix debug callsDmitry Vyukov2018-02-091-5/+2
* sys/linux: improve netfilter descriptionsDmitry Vyukov2018-02-091-37/+193
* executor: fix 32-bit supportDmitry Vyukov2018-01-281-2/+1
* sys/linux: extend netfilter descriptionsDmitry Vyukov2018-01-271-0/+154
* executor: handle old and new selinux mount pointsDmitry Vyukov2018-01-231-2/+6
* executor: reshuffle namespace sandboxing sequence againDmitry Vyukov2018-01-221-11/+14
* sys/linux: more selinux descriptionsDmitry Vyukov2018-01-181-1/+6
* executor: fix tun/device setup for sandbox=namespaceDmitry Vyukov2018-01-151-8/+33
* executor: setup network devicesDmitry Vyukov2018-01-131-18/+55
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-271-32/+32
* executor: fix another format bugDmitry Vyukov2017-12-271-1/+1
* executor: check format stringsDmitry Vyukov2017-12-271-3/+3
* pkg/csource: mimic the way syscalls are scheduled in executorDmitry Vyukov2017-12-221-0/+64
* executor: remove dead codeDmitry Vyukov2017-12-221-2/+0
* pkg/csource: fix handling of proc typesDmitry Vyukov2017-12-221-0/+1
* sys: move test syscalls to a separate targetDmitry Vyukov2017-12-171-8/+0
* executor: fix buildDmitry Vyukov2017-12-061-4/+4
* executor: unshare PID namespace even for sandbox=noneDmitry Vyukov2017-12-051-5/+26
* executor: treat fail-nth errors as non-fatalDmitry Vyukov2017-12-051-4/+7
* sys/linux: open files from /procDmitry Vyukov2017-11-271-1/+23
* executor: use /proc/thread-self/fail-nth instead of /proc/self/task/%d/fail-nthDmitry Vyukov2017-11-271-7/+6
* executor: proceed even if /dev/net/tun is not availableAndrey Konovalov2017-11-081-2/+12
* executor: fix build breakages due to doexitDmitry Vyukov2017-10-191-6/+0
* executor, pkg/ipc: unify ipc protocol between linux and other OSesDmitry Vyukov2017-10-161-1/+0
* executor: include missing headerDmitry Vyukov2017-10-101-0/+1
* executor: set own PATH when starting subprocessesDmitry Vyukov2017-10-101-3/+8
* executor: support fragmentation in syz_emit_ethernetDmitry Vyukov2017-10-021-19/+79
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-251-0/+65
* all: more assorted fuchsia supportDmitry Vyukov2017-09-221-0/+877