aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: add extension point for adding non-mainline pseudo-syscallsDmitry Vyukov2022-01-192-0/+8
* all: create 8 tun devices for OpenBSDAleksandr Nogikh2022-01-141-2/+2
* all: add syz_clone() and syz_clone3() pseudo callsAleksandr Nogikh2022-01-131-0/+59
* executor: remove custom sys_io_uring_setup definitionAleksandr Nogikh2022-01-131-7/+1
* executor: remove sys_memfd_create definesAleksandr Nogikh2022-01-131-19/+1
* executor: move SYSCALL_DEFINES above common_*.h includesAleksandr Nogikh2022-01-131-1/+4
* sys/syz-sysgen: generate possibly missing __NR/SYS definesAleksandr Nogikh2022-01-131-0/+1
* executor: don't print errno for successful callsDmitry Vyukov2022-01-111-5/+7
* executor: bump on FreeBSD the maximum number of tun devices to 256 (#2956)Michael Tüxen2021-12-311-0/+5
* executor: support larger maximum number of tun devices on *BSD (#2953)Michael Tüxen2021-12-301-9/+17
* executor: ignore async flag in the non-threaded modeAleksandr Nogikh2021-12-131-3/+3
* 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