aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* csource: teach how to execute pseudo syz_ syscallsDmitry Vyukov2016-08-282-107/+115
* executor, csource: share some common code between executor and csourceDmitry Vyukov2016-08-283-3365/+3377
* overhaul syscall description generation processDmitry Vyukov2016-08-261-4121/+3008
* 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-302-23/+1136
* executor: don't consider failures to remove temp dirs as crashesDmitry Vyukov2016-06-281-6/+6
* sys: update generated filesDmitry Vyukov2016-06-131-0/+207
* 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
* sys: fix /dev/snd/pcm descriptionDmitry Vyukov2016-02-051-3/+6
* ipc: give executor some time to startupDmitry Vyukov2016-01-271-1/+5
* sys: regenerate after tun/random supportDmitry Vyukov2016-01-261-0/+87
* sys: open a bunch of new devicesDmitry Vyukov2016-01-262-2/+148
* sysgen: use __ppc64__ || __PPC64__ || __powerpc64__ to detect ppcDmitry Vyukov2016-01-251-3/+3
* sys: allow to open all devices as stopgapDmitry Vyukov2016-01-241-11/+23
* sys: add basic netlink support for realDmitry Vyukov2016-01-231-0/+48
* executor: restore nodropprivs modeDmitry Vyukov2016-01-231-15/+24
* sys: use kernel headers instead of host headersDmitry Vyukov2016-01-221-15/+965
* 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-162-0/+98
* sys: support /dev/input/event ioctlsDmitry Vyukov2016-01-151-0/+72
* executor: reportat after clang-format bug fixDmitry Vyukov2016-01-151-30/+12
* sys: support /dev/input/{mouse,mice,event}Dmitry Vyukov2016-01-131-0/+2
* 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-132-44/+38
* sys: add support for /dev/snd/controlDmitry Vyukov2016-01-132-1/+68
* sys: add support for /dev/snd/timerDmitry Vyukov2016-01-121-0/+30
* sys: support /dev/snd/seqDmitry Vyukov2016-01-112-0/+72
* 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-082-17/+203
* executor: fix some bugs found by clangDmitry Vyukov2015-12-311-1/+4
* sys: add sctp supportDmitry Vyukov2015-12-301-12/+96
* sys: add union typeDmitry Vyukov2015-12-291-2/+2
* sys: support for AF_UNIX socketsDmitry Vyukov2015-12-281-2/+42
* sys: move more subsystems into separate filesDmitry Vyukov2015-12-281-394/+394
* sys: split syscall description into several filesDmitry Vyukov2015-12-281-34/+34
* host: detect unsupported syscallsDmitry Vyukov2015-12-271-0/+4
* sysgen: fix syscall number assignment for syzkallsDmitry Vyukov2015-12-241-8/+8
* executor: get rid of sigtimedwaitDmitry Vyukov2015-12-241-43/+18
* executor: don't use WUNTRACED in waitDmitry Vyukov2015-12-241-3/+3
* sysgen: pull in syscall numbers from kernel headersDmitry Vyukov2015-12-241-1784/+1284
* prog: remove padding checkingDmitry Vyukov2015-12-231-54/+2
* sys: expose new syscall numbers programmaticallyDmitry Vyukov2015-12-231-17/+1144