aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/linux_common.go
Commit message (Expand)AuthorAgeFilesLines
* executor: overhaulDmitry Vyukov2018-07-241-3143/+0
* pkg/host: add "network devices" featureDmitry Vyukov2018-07-131-0/+8
* sys/linux: implement fuse as normal syscallsDmitry Vyukov2018-07-101-63/+0
* executor: tweaks for better 9p testingDmitry Vyukov2018-07-081-2/+8
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-081-9/+1
* executor: fix pid check after forkDmitry Vyukov2018-06-291-2/+2
* pkg/csource: support fuchsiaDmitry Vyukov2018-06-291-19/+26
* executor: don't crash during tun setup if ipv6 is not enabledDmitry Vyukov2018-06-261-4/+4
* executor: rework fallback coverageDmitry Vyukov2018-06-221-2/+2
* executor: handle case when AF_INET is not enabledDmitry Vyukov2018-06-221-4/+28
* executor: always use errors=continue when mounting ext2/3/4Dmitry Vyukov2018-06-111-5/+16
* executor: make syscall table and number constantDmitry Vyukov2018-06-071-2/+0
* pkg/csource: minimize netdevices and net resetDmitry Vyukov2018-05-171-16/+22
* executor: fix strncpy compile errorIoana Ciornei2018-05-131-1/+1
* gometalinter: enable package comment checkingDmitry Vyukov2018-05-031-0/+1
* executor: don't fail when ipv6 is not enabledDmitry Vyukov2018-04-201-1/+7
* executor: increase max image size to 128MBDmitry Vyukov2018-04-191-3/+3
* executor: don't fail if IPv6 is not enabledDmitry Vyukov2018-04-161-1/+7
* executor: add two slave interfaces for bridge,bond,teamHangbin Liu2018-04-131-4/+17
* sys/linux: add veth devices to devnamesDmitry Vyukov2018-04-111-1/+0
* executor: add salve interface for bond0/team0Hangbin Liu2018-04-111-2/+6
* executor: create team deviceDmitry Vyukov2018-04-061-6/+8
* 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-011-3/+92
* executor: fix compilation warningsDmitry Vyukov2018-03-301-14/+8
* sys/linux: add support for mounting filesystem imagesDmitry Vyukov2018-03-301-2/+130
* 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-251-47/+243
* sys/linux: add netlink fou descriptionsDmitry Vyukov2018-03-211-0/+54
* executor: fix ifdef's for csourceDmitry Vyukov2018-03-071-2/+3
* executor: fix includesDmitry Vyukov2018-03-051-1/+6
* sys/linux: add syz_init_net_socket syscallDmitry Vyukov2018-03-051-4/+48
* executor: simplify initialize_tunDmitry Vyukov2018-02-261-22/+24
* 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: 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/+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-271-0/+149
* 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