aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* sys: improve kvm descriptionDmitry Vyukov2017-01-284-67/+120
* all: implement edge coverageDmitry Vyukov2017-01-271-47/+122
* executor: fix KVM testDmitry Vyukov2017-01-271-1/+1
* adb: executor: Revert to adb rebootBilly Lau2017-01-261-5/+0
* executor: protect against memory corruptions betterDmitry Vyukov2017-01-253-3/+15
* executor: change tun subnet to 172.20.*Andrey Konovalov2017-01-231-5/+3
* executor: reduce syscall blocking delay from 100ms to 20msDmitry Vyukov2017-01-201-2/+2
* executor: fix warning regarding type cast in STORE_BY_BITMASKAndrey Konovalov2017-01-201-1/+1
* executor: fix copyin of valuesDmitry Vyukov2017-01-174-11/+44
* prog: add bitfields to templatesAndrey Konovalov2017-01-172-8/+25
* sys, executor: more kvm improvementsDmitry Vyukov2017-01-124-24/+117
* sys: extend kvm supportDmitry Vyukov2017-01-0910-0/+1460
* executor: use NONFAILING strcpy in syz_open_devDmitry Vyukov2017-01-091-1/+1
* csource: compile with -WerrorDmitry Vyukov2017-01-091-2/+2
* executor: increase coverage size from 16K to 64K PCsDmitry Vyukov2017-01-091-1/+1
* executor: don't fail on ENOMEMDmitry Vyukov2016-12-161-1/+3
* executor: handle exit failuresDmitry Vyukov2016-12-082-11/+38
* executor: add struct to cap structsDmitry Vyukov2016-12-071-2/+2
* executor: use different address for our network cardDmitry Vyukov2016-12-061-3/+7
* executor: change the way we wait for childrenDmitry Vyukov2016-12-052-8/+11
* executor: don't try to open tun if it's not enabledAndrey Konovalov2016-12-022-4/+11
* csourse: emit remove_dir only when neededAndrey Konovalov2016-11-291-0/+2
* executor: emit ethernet trafficAndrey Konovalov2016-11-292-14/+137
* csource: don't emit syz_ syscalls is they are not usedDmitry Vyukov2016-11-261-3/+26
* executor: fix sandbox=setuidDmitry Vyukov2016-11-221-2/+4
* csourceL add missing include and defineDmitry Vyukov2016-11-221-0/+2
* repro: factor out of syz-repro toolDmitry Vyukov2016-11-192-308/+368
* sys, prog: add tests for description parsing and serializationDmitry Vyukov2016-09-281-0/+2
* sys: remove autogenerated filesDmitry Vyukov2016-09-021-3350/+0
* 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