aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
Commit message (Expand)AuthorAgeFilesLines
* sys/linux: test various binfmt's in execveDmitry Vyukov2018-04-021-0/+13
* executor: fix unchecked result warningDmitry Vyukov2018-04-011-1/+3
* sys/linux: add support for reading partition tablesDmitry Vyukov2018-04-012-4/+94
* executor: fix compilation warningsDmitry Vyukov2018-03-302-15/+9
* sys/linux: add support for mounting filesystem imagesDmitry Vyukov2018-03-302-3/+137
* executor: rework cgroups supportDmitry Vyukov2018-03-271-32/+23
* executor: fix reset of bridge netfilterDmitry Vyukov2018-03-251-0/+2
* sys/linux: add cgroup descriptionsDmitry Vyukov2018-03-259-92/+360
* sys/linux: add netlink fou descriptionsDmitry Vyukov2018-03-211-0/+54
* all: fix gometalinter warningsDmitry Vyukov2018-03-083-5/+5
* executor: fix ifdef's for csourceDmitry Vyukov2018-03-074-5/+9
* executor: fix includesDmitry Vyukov2018-03-054-4/+24
* sys/linux: add syz_init_net_socket syscallDmitry Vyukov2018-03-054-13/+60
* executor: simplify initialize_tunDmitry Vyukov2018-02-262-28/+33
* sys/linux: remove proc type from network descriptionsDmitry Vyukov2018-02-261-41/+23
* executor, pkg/csource: make fd numbers consistentDmitry Vyukov2018-02-261-3/+11
* executor: use proper default values for resourcesDmitry Vyukov2018-02-261-48/+46
* executor: bring up bond and veth devicesDmitry Vyukov2018-02-221-2/+3
* prog: rework address allocationDmitry Vyukov2018-02-191-11/+36
* prog: combine RequiresBitmasks and RequiresChecksums into RequiredFeaturesDmitry Vyukov2018-02-191-2/+3
* executor: fix buildDmitry Vyukov2018-02-171-0/+1
* sys/linux: add bridge netfilter supportDmitry Vyukov2018-02-171-0/+96
* executor: compile with -O2Dmitry Vyukov2018-02-101-10/+11
* 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-273-0/+155
* executor: handle old and new selinux mount pointsDmitry Vyukov2018-01-231-2/+5
* sys/linux: add netfilter descriptionsDmitry Vyukov2018-01-221-7/+8
* sys/linux: more selinux descriptionsDmitry Vyukov2018-01-181-1/+6
* executor: fix tun/device setup for sandbox=namespaceDmitry Vyukov2018-01-151-8/+27
* executor: setup network devicesDmitry Vyukov2018-01-131-18/+48
* pkg/csource: fix build of generated filesDmitry Vyukov2018-01-061-1/+1
* pkg/csource: tidy up generated code a bitDmitry Vyukov2017-12-272-16/+26
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-275-165/+187
* executor: fix another format bugDmitry Vyukov2017-12-271-1/+1
* pkg/csource: add top-level repeat loopDmitry Vyukov2017-12-271-16/+28
* pkg/csource: simplify generated codeDmitry Vyukov2017-12-271-5/+3
* executor: check format stringsDmitry Vyukov2017-12-275-35/+40
* pkg/csource: mimic the way syscalls are scheduled in executorDmitry Vyukov2017-12-222-22/+70
* executor: remove dead codeDmitry Vyukov2017-12-221-2/+0
* pkg/csource: fix handling of proc typesDmitry Vyukov2017-12-222-18/+37
* pkg/csource: limit thread stacksDmitry Vyukov2017-12-221-2/+5
* pkg/csource: fix string escaping bugDmitry Vyukov2017-12-221-0/+2
* pkg/csource: make strings more readableDmitry Vyukov2017-12-171-11/+56
* prog: use dense indexes for copyout instructionsDmitry Vyukov2017-12-171-13/+42
* prog: add DeserializeExecDmitry Vyukov2017-12-171-124/+77
* pkg/csource: refactorDmitry Vyukov2017-12-174-179/+230
* sys: move test syscalls to a separate targetDmitry Vyukov2017-12-172-7/+3
* executor: fix macros in common.hAndrey Konovalov2017-12-144-12/+16