aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
Commit message (Expand)AuthorAgeFilesLines
...
* all: add fault injection capabilityDmitry Vyukov2017-05-261-7/+48
* sys, executor: extract tcp sequence numbers from /dev/net/tunAndrey Konovalov2017-05-261-0/+5
* executor: increase syscall timeout in debug modeDmitry Vyukov2017-05-231-1/+2
* prog, executor: move checksum computation to executorAndrey Konovalov2017-05-121-0/+54
* executor: bump per-call timeoutDmitry Vyukov2017-04-251-1/+1
* executor: support wrapping executor with an external sandbox processDmitry Vyukov2017-02-271-0/+10
* executor: treat KCOV_ENABLE failure as transientDmitry Vyukov2017-02-151-2/+6
* executor: increase kMaxCommands and add checksAndrey Konovalov2017-02-081-1/+5
* executor: better protect output region from corruptionsDmitry Vyukov2017-02-061-9/+18
* executor: fix tun initialization when sandbox != noneAndrey Konovalov2017-01-311-4/+4
* all: implement edge coverageDmitry Vyukov2017-01-271-47/+122
* adb: executor: Revert to adb rebootBilly Lau2017-01-261-5/+0
* executor: protect against memory corruptions betterDmitry Vyukov2017-01-251-1/+1
* executor: reduce syscall blocking delay from 100ms to 20msDmitry Vyukov2017-01-201-2/+2
* prog: add bitfields to templatesAndrey Konovalov2017-01-171-8/+13
* sys: extend kvm supportDmitry Vyukov2017-01-091-0/+2
* executor: increase coverage size from 16K to 64K PCsDmitry Vyukov2017-01-091-1/+1
* executor: handle exit failuresDmitry Vyukov2016-12-081-2/+1
* executor: change the way we wait for childrenDmitry Vyukov2016-12-051-6/+8
* executor: don't try to open tun if it's not enabledAndrey Konovalov2016-12-021-1/+3
* executor: emit ethernet trafficAndrey Konovalov2016-11-291-1/+3
* repro: factor out of syz-repro toolDmitry Vyukov2016-11-191-308/+3
* csource: teach how to execute pseudo syz_ syscallsDmitry Vyukov2016-08-281-106/+3
* executor, csource: share some common code between executor and csourceDmitry Vyukov2016-08-281-35/+7
* executor: add experimental mode to skip paging faultsDmitry Vyukov2016-08-221-27/+65
* executor: revive setuid sandboxDmitry Vyukov2016-07-011-15/+76
* executor: add support for 386 arch (COMPAT syscalls)Dmitry Vyukov2016-06-301-23/+23
* executor: don't consider failures to remove temp dirs as crashesDmitry Vyukov2016-06-281-6/+6
* executor: prevent test processes from ptracing parent processesDmitry Vyukov2016-03-101-0/+17
* executor: ignore NOFILE errors during cleanupDmitry Vyukov2016-03-101-1/+8
* executor: ignore the case when test process kills loop processDmitry Vyukov2016-03-101-1/+2
* executor: make loop killing non-fatalDmitry Vyukov2016-03-101-1/+4
* ipc: give executor some time to startupDmitry Vyukov2016-01-271-1/+5
* sys: open a bunch of new devicesDmitry Vyukov2016-01-261-2/+4
* sys: allow to open all devices as stopgapDmitry Vyukov2016-01-241-11/+23
* executor: restore nodropprivs modeDmitry Vyukov2016-01-231-15/+24
* executor: new namespace-based sandboxDmitry Vyukov2016-01-221-73/+208
* vm/adb: use a more reliable way to reboot devicesDmitry Vyukov2016-01-201-1/+6
* executor: start moving sandboxing code into executorDmitry Vyukov2016-01-201-0/+14
* executor: adopt for new kcovDmitry Vyukov2016-01-191-14/+16
* sys: describe more dri syscallsDmitry Vyukov2016-01-161-0/+6
* executor: reportat after clang-format bug fixDmitry Vyukov2016-01-151-30/+12
* executor: don't create all threads when spot a root syscallDmitry Vyukov2016-01-131-1/+1
* executor: don't print all waitpid debug messagesDmitry Vyukov2016-01-131-2/+5
* sys: introduce a generic syz_open_dev helper syscallDmitry Vyukov2016-01-131-29/+18
* sys: add support for /dev/snd/controlDmitry Vyukov2016-01-131-1/+17
* sys: support /dev/snd/seqDmitry Vyukov2016-01-111-0/+6
* executor: use mknodat instead of mknod (the latter is not implemented on andr...Dmitry Vyukov2016-01-111-1/+1
* sys: add kvm supportDmitry Vyukov2016-01-081-17/+31
* executor: fix some bugs found by clangDmitry Vyukov2015-12-311-1/+4