aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/generated.go
Commit message (Expand)AuthorAgeFilesLines
* executor/common_zlib: fix an mmap leakZhiyao Feng2023-10-061-2/+2
* sys/io_uring, executor/common_linux: remove sqes_index in syz_io_uring_submitDylan Yudaken2023-07-301-12/+9
* sys/linux/io_uring, executor/common_linux: fix io_uring segfaultDylan Yudaken2023-07-301-7/+5
* executor/android: updated x86 seccomp policyLiz Prucka2023-07-251-495/+478
* executor: fix loop condition in lookup_endpointAndrey Konovalov2023-07-181-1/+1
* executor: include missing linux/falloc.hKhem Raj2023-06-201-0/+1
* all: support swap feature on LinuxAleksandr Nogikh2023-06-151-9/+51
* executor: move setup_ext() below other featuresAleksandr Nogikh2023-06-151-4/+3
* executor: use exitf instead of fail outside of setup sequence (#3959)Andrei Vagin2023-06-151-4/+4
* executor: use v1 memory cgroup controllerAleksandr Nogikh2023-06-141-8/+6
* executor: resolve pseudo syscall compilation problemsAleksandr Nogikh2023-05-041-57/+100
* executor: remove openbsd bits out of common_bsd.hGreg Steuck2023-04-271-41/+1
* executor: detangle common_openbsd.h out of common_bsd.hGreg Steuck2023-04-271-1/+345
* sys/targets: switch openbsd to SyscallNumbers: falseGreg Steuck2023-04-271-1/+21
* sys/linux: add syz_pkey_set syscallsDmitry Vyukov2023-04-031-0/+19
* executor: use valid temporary dir on AndroidKris Alder2023-03-211-1/+1
* executor: fix initialize_tun() for Android (#3656)kalder2023-02-061-0/+4
* vm/starnix: add support for fuzzing starnix (#3624)juanPabloMiceli2023-01-191-7/+7
* executor: better prevent the panic on ext4 errors (#3604)Aleksandr Nogikh2023-01-031-1/+8
* pkg/image: treat empty compressed image as valid imageDmitry Vyukov2022-12-221-10/+4
* executor: simplify setup_loop_deviceDmitry Vyukov2022-11-231-8/+6
* executor: don't reset loop device on partition scan successDmitry Vyukov2022-11-231-1/+2
* executor: reduce zlib memory consumptionDmitry Vyukov2022-11-231-10/+16
* executor: declare variables locally in zlibDmitry Vyukov2022-11-231-126/+90
* executor: don't pass uncompressed zlib sizeDmitry Vyukov2022-11-231-34/+36
* executor: remove support for zlib length calculationDmitry Vyukov2022-11-231-48/+28
* executor: add test for zlib decompressionDmitry Vyukov2022-11-231-0/+389
* executor: fix puff_zlib_to_file signatureDmitry Vyukov2022-11-231-13/+14
* executor: update to match the new `syz_mount_image` callHrutvik Kanabar2022-11-211-20/+392
* executor: fix "wrong response packet" in BT fuzzing (#3493)Tamas Koczka2022-11-071-11/+37
* executor: add setup_ext_test extension pointDmitry Vyukov2022-11-011-0/+3
* executor: test extension pointsDmitry Vyukov2022-11-011-0/+5
* executor: enable core dumpsDmitry Vyukov2022-10-071-1/+1
* 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