aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/generated.go
Commit message (Expand)AuthorAgeFilesLines
...
* executor: move syz_mount_image's sanity checks to syz-fuzzerAleksandr Nogikh2022-09-271-23/+0
* pkg/csource: update generated.go with 'make generate'George Kennedy2022-09-211-75/+216
* sys/linux, tools/syz-imagegen: allow `syz_mount_image` to change directoryHrutvik Kanabar2022-09-131-1/+9
* executor: fix setup of netdevsim deviceDmitry Vyukov2022-09-091-6/+4
* executor: fix setup of xfrm deviceDmitry Vyukov2022-09-091-12/+28
* Revert "pkg/csource: inline void* cast into generated code"Dmitry Vyukov2022-09-061-0/+2
* pkg/csource: inline void* cast into generated codeGreg Steuck2022-09-051-2/+0
* pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...Andrey Artemiev2022-08-061-5/+6
* 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-3/+1
* executor: fix mounting of cgroups on read-only fsDmitry Vyukov2022-07-211-15/+24
* executor: added code to run Android with System accountAndrey Artemiev2022-07-191-17/+511
* executor: prevent ENOSPC if cgroup mount failsDmitry Vyukov2022-07-151-1/+8
* 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
* pkg/csource: update generated.go with 'make generate'Kouame Behouba Manassé2022-06-221-1/+3
* pkg/csource: update generate.go with 'make generate' cmdKouame Behouba Manassé2022-06-221-2/+2
* executor: fix enabling of ICMP/ping socketsDmitry Vyukov2022-06-201-1/+2
* executor: try harder to unlink files on FreeBSDMark Johnston2022-06-171-2/+30
* executor: fix out of bounds write in lookup_connect_response_in()Ovidiu Panait2022-06-141-6/+8
* executor: fixed sandbox 'android'Andrey Artemiev2022-06-031-1/+2
* executor/android: update seccomp filtersKris Alder2022-06-021-340/+398
* executor: include sched.h for syz_cloneAndrei Vagin2022-05-271-0/+1
* executor: allow external extensions of the setup phaseDmitry Vyukov2022-04-271-0/+3
* executor: applied Bionic patchAndrey Artemiev2022-04-131-0/+18
* executor: tolerate syz_genetlink_get_family_id failuresAleksandr Nogikh2022-02-251-3/+1
* executor: fail on SEGV during clone()Aleksandr Nogikh2022-01-211-1/+21
* executor: add extension point for adding non-mainline pseudo-syscallsDmitry Vyukov2022-01-191-0/+1
* 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/+47
* 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
* executor: bump on FreeBSD the maximum number of tun devices to 256 (#2956)Michael Tüxen2021-12-311-0/+3
* executor: support larger maximum number of tun devices on *BSD (#2953)Michael Tüxen2021-12-301-8/+14
* all: replace collide mode by `async` call propertyAleksandr Nogikh2021-12-101-12/+2
* executor: spread overlapping fdsAleksandr Nogikh2021-12-061-4/+4
* executor: changed initialization of VMCS fieldsAyomide Erinfolami2021-12-011-1/+1
* executor: do not follow symlinks during umountAleksandr Nogikh2021-10-291-4/+4
* all: add binderfs fuzzing supportAleksandr Nogikh2021-10-291-0/+28
* 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/+3
* executor: setup cgroups onceDmitry Vyukov2021-10-121-7/+3
* executor: enable cgroup controllers one-by-oneDmitry Vyukov2021-10-121-18/+39
* 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-011-12/+6
* all: refactor fault injection into call propsAleksandr Nogikh2021-09-221-3/+9
* 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