aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/generated.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/csource: replace go:generate with go:embedDmitry Vyukov2024-05-081-12736/+0
* executor: consistently fail on feature setupDmitry Vyukov2024-05-071-42/+41
* executor: arm64: call KVM_ARM_PREFERRED_TARGET on vmfd instead of cpufdAlexander Potapenko2024-04-181-1/+1
* executor: ignore EBADF when reading tunDmitry Vyukov2024-04-161-1/+1
* executor: ignore socketpair error in syz_usbip_server_initDmitry Vyukov2024-04-161-2/+4
* all: remove akaros supportDmitry Vyukov2024-04-151-81/+3
* executor: cleanup mounts with MNT_FORCEAleksandr Nogikh2024-04-101-4/+5
* executor: fix uninitialized variable when generating kvm codeCookedMelon2024-04-051-0/+4
* executor: ignore ENOENT for socket callsDmitry Vyukov2024-04-021-0/+6
* pkg/fuzzer: factor out the fuzzing engineAleksandr Nogikh2024-03-121-0/+19
* executor: temporarily disable IORING_SETUP_CQE32 and IORING_SETUP_SQE128Alexander Potapenko2024-03-051-1/+3
* executor: don't fail on setns() in pseudo syscallsAleksandr Nogikh2024-02-081-4/+6
* executor: don't hold a loop device fdAleksandr Nogikh2024-01-121-5/+24
* executor: prevent netlink_send_ext with dofail=trueAleksandr Nogikh2024-01-051-0/+5
* syz-executor: don't fail on netlink errors during fuzzingAleksandr Nogikh2024-01-051-21/+23
* executor: introduce syz_pidfd_open()Aleksandr Nogikh2023-12-191-0/+12
* sys/linux, pkg/host, executor: add NVMe-oF/TCP subsystem supportAlon Zahavi2023-12-071-2/+45
* 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