aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: do exitf instead of fail on kcov shortageAleksandr Nogikh2021-12-101-2/+2
* all: add the `rerun` call propertyAleksandr Nogikh2021-12-101-0/+9
* all: replace collide mode by `async` call propertyAleksandr Nogikh2021-12-102-110/+86
* executor: fix kcov mmaping in the non-optimized modeAleksandr Nogikh2021-12-091-2/+0
* all: adapt to how mmapping a kcov instance works in LinuxAleksandr Nogikh2021-12-091-4/+22
* executor: spread overlapping fdsAleksandr Nogikh2021-12-062-4/+4
* executor: set fixed fd for the extra coverage kcov instanceAleksandr Nogikh2021-12-061-0/+2
* executor: delay kcov mmap until it is neededAleksandr Nogikh2021-12-035-56/+46
* executor: reserve fds that will belong to kcovAleksandr Nogikh2021-12-035-3/+36
* executor: allocate output region for individual programsAleksandr Nogikh2021-12-031-18/+79
* executor: introduce threads without coverageAleksandr Nogikh2021-12-031-6/+24
* executor: changed initialization of VMCS fieldsAyomide Erinfolami2021-12-012-4/+4
* executor: add an ifdef SYZ_* style checkAleksandr Nogikh2021-11-301-0/+8
* executor: do not follow symlinks during umountAleksandr Nogikh2021-10-291-4/+4
* all: add binderfs fuzzing supportAleksandr Nogikh2021-10-291-0/+38
* executor: don't mount some cgroup controllers during setupDmitry Vyukov2021-10-131-3/+3
* executor: don't fail on cgroup mountingDmitry Vyukov2021-10-131-2/+6
* executor: setup cgroups onceDmitry Vyukov2021-10-124-7/+8
* executor: remove unused sysctl setupDmitry Vyukov2021-10-121-1/+0
* executor: enable cgroup controllers one-by-oneDmitry Vyukov2021-10-121-18/+49
* executor: mount new cgroupsDmitry Vyukov2021-10-121-2/+2
* executor: work around clang-format issueDmitry Vyukov2021-10-051-4/+6
* executor: check for single-line compound statementsDmitry Vyukov2021-10-017-16/+31
* executor: fail if the first argument isn't a known commandAndrei Vagin2021-09-301-0/+5
* all: refactor fault injection into call propsAleksandr Nogikh2021-09-224-27/+30
* all: introduce call propertiesAleksandr Nogikh2021-09-221-3/+8
* executor: add missing includes to BSD's setup_faultAleksandr Nogikh2021-09-221-0/+1
* executor/common_kvm_ppc64: fuzz more hypercallsAlexey Kardashevskiy2021-09-161-8/+8
* executor/common_kvm_ppc64: enable nested KVMAlexey Kardashevskiy2021-09-161-0/+17
* sys: skip kvm const extraction for non i386/amd64Aleksandr Nogikh2021-09-134-4/+4
* executor: ifconfig destroy wants the interface (not device) name (#2739)Greg Steuck2021-09-021-1/+1
* executor: fix remote coverage collectionAleksandr Nogikh2021-08-263-2/+4
* pkg/ifuzz/powerpc: add some RTAS fuzzingAlexey Kardashevskiy2021-07-191-0/+17
* executor/common_kvm_ppc64: run with enabled MMUAlexey Kardashevskiy2021-07-192-1/+147
* executor/common_kvm_ppc64: fix KVM supportAlexey Kardashevskiy2021-07-196-12/+256
* executor: prepare for proper powerpc testingAlexey Kardashevskiy2021-07-191-5/+13
* executor: prepare code generator to allow other achitecturesAlexey Kardashevskiy2021-07-196-11/+11
* executor/common_kvm_ppc64: header comment cleanupAlexey Kardashevskiy2021-07-191-2/+0
* pkg: update generated files to go 1.17Alexey Kardashevskiy2021-07-071-0/+1
* executor: initialize scope in fault_ioc_infoChuck Silvers2021-07-021-0/+1
* sys/darwin: initial syscall definitionsPatrick Meyer2021-06-071-1/+1
* executor: remove unreachable nocover.h includePatrick Meyer2021-05-201-10/+1
* executor: initial darwin supportPatrick Meyer2021-05-205-21/+170
* executor: move vm.nr_overcommit_hugepages into configDmitry Vyukov2021-05-121-2/+0
* executor: set ctrl-alt-del sysctl to 0Dmitry Vyukov2021-04-221-1/+11
* executor: fix driver.h import path in common_fuchsia.hMarco Vanotti2021-04-091-1/+1
* syz-manager, executor: fix out-of-bound accessJoey Jiao2021-03-231-1/+1
* executor, syz-fuzzer: fix readonly rootJoey Jiao2021-03-182-5/+15
* dashboard/config/linux: disable BPF_JIT on subset of instancesDmitry Vyukov2021-03-091-2/+0
* executor: don't setup x86-specific sysctl on non-x86Dmitry Vyukov2021-03-071-32/+34