aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
Commit message (Expand)AuthorAgeFilesLines
* execprog, stress, prog2c: unify flags to enable additional featuresAndrey Konovalov2019-03-051-81/+137
* executor: fix format stringsDmitry Vyukov2019-02-191-2/+2
* executor: unbreak on OpenBSDAnton Lindqvist2019-01-191-0/+1
* all: support extra coverageAndrey Konovalov2019-01-161-1/+6
* executor: fix linux includesDmitry Vyukov2018-12-291-9/+10
* executor: use netlink instead of ip command to setup net devicesDmitry Vyukov2018-12-291-151/+386
* executor: log failure in write_fileDmitry Vyukov2018-12-291-41/+15
* executor: create more net devices on linuxDmitry Vyukov2018-12-261-16/+52
* executor: restrict ipc resource usageDmitry Vyukov2018-12-261-1/+25
* sys/linux: extend AX25/ROSE/NETROM descriptionsDmitry Vyukov2018-12-241-0/+31
* sys/linux: add basic tipc testDmitry Vyukov2018-12-121-1/+2
* executor: fix inclusion of kvm arch-specific codeDmitry Vyukov2018-10-311-2/+2
* Android: Fix sandbox implementationZach Riggle2018-10-121-1/+4
* executor: tune memcg container logicDmitry Vyukov2018-10-101-15/+14
* executor: fix build on newer linux distrosDmitry Vyukov2018-09-271-2/+34
* executor: make the debug output useful for race condition debuggingAlexander Popov2018-09-241-2/+0
* executor: fix buildDmitry Vyukov2018-09-201-12/+0
* executor: move debug_dump_data() into common_linux.hAnton Lindqvist2018-09-201-0/+12
* executor: make sandboxes more modularDmitry Vyukov2018-09-171-0/+3
* RFC: android: Add support for untrusted_app sandboxing (#697)Zach Riggle2018-09-171-4/+139
* executor: reset oom_score_adj for test processDmitry Vyukov2018-09-111-0/+4
* executor: sandbox with memory/pid cgroupsDmitry Vyukov2018-09-101-10/+42
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-3/+3
* executor: fix FS_XFLAG_IMMUTABLE for 32-bit modeDmitry Vyukov2018-08-091-15/+5
* executor: fix cgroupsDmitry Vyukov2018-08-091-2/+1
* executor: mount binfmt_mistDmitry Vyukov2018-08-091-2/+5
* executor: clean up immutable dirsDmitry Vyukov2018-08-091-0/+11
* executor: manually define struct fsxattrDmitry Vyukov2018-08-081-1/+13
* executor: clean up immutable filesDmitry Vyukov2018-08-081-0/+12
* executor: don't checkpoint/reset net namespace with setuid sandboxDmitry Vyukov2018-08-081-0/+9
* executor: checkpoint net namespace in the right namespaceDan Austin2018-08-081-5/+4
* executor: check write return valueDmitry Vyukov2018-08-051-1/+5
* executor: abort fuse connectionDmitry Vyukov2018-08-041-0/+60
* executor: extend logging in netfilter codeDmitry Vyukov2018-08-021-32/+47
* pkg/csource: tidy generated codeDmitry Vyukov2018-07-271-7/+20
* executor: simplify event_timedwaitDmitry Vyukov2018-07-271-15/+9
* executor: ignore unshare errors in setuid sandboxDmitry Vyukov2018-07-271-4/+8
* executor: overhaulDmitry Vyukov2018-07-241-845/+612
* pkg/host: add "network devices" featureDmitry Vyukov2018-07-131-0/+8
* sys/linux: implement fuse as normal syscallsDmitry Vyukov2018-07-101-67/+0
* executor: tweaks for better 9p testingDmitry Vyukov2018-07-081-3/+13
* 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-12/+17
* executor: don't crash during tun setup if ipv6 is not enabledDmitry Vyukov2018-06-261-4/+7
* 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/+21
* pkg/csource: minimize netdevices and net resetDmitry Vyukov2018-05-171-19/+22
* executor: fix strncpy compile errorIoana Ciornei2018-05-131-1/+1