aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: prevent ENOSPC if cgroup mount failsDmitry Vyukov2022-07-151-1/+15
* executor: also reset flags on the parent dir if unlinking failsMark Johnston2022-06-241-0/+1
* executor: clear more file flags when removing filesMark Johnston2022-06-241-1/+1
* syz-manager, executor: fix out-of-bound access due to NextInstructionPCYuchuan Liu2022-06-241-1/+1
* executor: skips declaration of unused function 'doexit_thread' for fuchsiaKouame Behouba Manassé2022-06-223-1/+5
* executor: replace outdated fuchsia syscalls in common_fuchsia.hKouame Behouba Manassé2022-06-221-2/+2
* executor: fix enabling of ICMP/ping socketsDmitry Vyukov2022-06-201-1/+4
* executor: try harder to unlink files on FreeBSDMark Johnston2022-06-171-2/+31
* executor: fix out of bounds write in lookup_connect_response_in()Ovidiu Panait2022-06-143-4/+6
* executor: fixed sandbox 'android'Andrey Artemiev2022-06-031-1/+2
* executor/android: update seccomp filtersKris Alder2022-06-024-348/+406
* executor: include sched.h for syz_cloneAndrei Vagin2022-05-271-0/+2
* executor: write magic in write_extra_outputAndrei Vagin2022-05-241-0/+1
* ipc: add magic in a call replyAndrei Vagin2022-05-241-0/+3
* executor: allow external extensions of the setup phaseDmitry Vyukov2022-04-273-0/+10
* executor: applied Bionic patchAndrey Artemiev2022-04-131-0/+29
* executor: tolerate syz_genetlink_get_family_id failuresAleksandr Nogikh2022-02-251-4/+1
* fix: "mmap_alloc_size"->"cov->mmap_alloc_size"aiQG_2022-02-211-1/+1
* executor: fail on SEGV during clone()Aleksandr Nogikh2022-01-214-1/+40
* 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