aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: fix "wrong response packet" in BT fuzzing (#3493)Tamas Koczka2022-11-071-11/+37
* executor: fix TestCommonExt for bigendian archesDmitry Vyukov2022-11-031-1/+1
* executor: add setup_ext_test extension pointDmitry Vyukov2022-11-014-0/+42
* executor: test extension pointsDmitry Vyukov2022-11-014-2/+52
* executor: include sys/mman.h (#3476)glpesk2022-10-281-0/+1
* executor: remove a few #defines which are not used any longerGreg Steuck2022-10-251-10/+0
* executor: deal with input_data more sensiblyGreg Steuck2022-10-251-16/+22
* executor: cope with mimmutable(2) on OpenBSDAnton Lindqvist2022-10-231-2/+7
* executor: better errors for failed mmapsDmitry Vyukov2022-10-215-15/+22
* executor: enable core dumpsDmitry Vyukov2022-10-071-1/+2
* executor: move syz_mount_image's sanity checks to syz-fuzzerAleksandr Nogikh2022-09-271-23/+0
* executor: add NIC PCI pass-through VF supportGeorge Kennedy2022-09-212-76/+219
* pkg/csource: fix const sock_filterGeorge Kennedy2022-09-212-2/+2
* sys/linux, tools/syz-imagegen: allow `syz_mount_image` to change directoryHrutvik Kanabar2022-09-131-2/+10
* executor: fix setup of netdevsim deviceDmitry Vyukov2022-09-091-7/+8
* executor: fix setup of xfrm deviceDmitry Vyukov2022-09-091-12/+29
* Revert "pkg/csource: inline void* cast into generated code"Dmitry Vyukov2022-09-062-0/+8
* pkg/csource: inline void* cast into generated codeGreg Steuck2022-09-052-7/+0
* executor: revert errno logic for fuchsia (#3306)Marco Vanotti2022-08-121-0/+9
* pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...Andrey Artemiev2022-08-062-6/+11
* executor: fixed fuzzing with System account in Android sandbox (#3275)Andrey Artemiev2022-08-051-1/+2
* vm/adb: wait for Android boot to finishAndrey Artemiev2022-07-251-5/+1
* executor: fix mounting of cgroups on read-only fsDmitry Vyukov2022-07-211-23/+33
* executor: added code to run Android with System accountAndrey Artemiev2022-07-197-19/+535
* 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