aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor/common_zlib: fix an mmap leakZhiyao Feng2023-10-061-1/+1
* sys/io_uring, executor/common_linux: remove sqes_index in syz_io_uring_submitDylan Yudaken2023-07-301-17/+12
* sys/linux/io_uring, executor/common_linux: fix io_uring segfaultDylan Yudaken2023-07-301-9/+7
* executor/android: updated x86 seccomp policyLiz Prucka2023-07-255-494/+485
* 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-153-9/+56
* executor: move setup_ext() below other featuresAleksandr Nogikh2023-06-152-8/+7
* executor: use exitf instead of fail outside of setup sequence (#3959)Andrei Vagin2023-06-155-8/+8
* executor: use v1 memory cgroup controllerAleksandr Nogikh2023-06-141-16/+14
* syz-manager, pkg/cover: normalize signals between VM instancesLiz Prucka2023-06-121-3/+6
* executor: resolve pseudo syscall compilation problemsAleksandr Nogikh2023-05-046-50/+81
* executor: remove openbsd bits out of common_bsd.hGreg Steuck2023-04-271-47/+1
* executor: detangle common_openbsd.h out of common_bsd.hGreg Steuck2023-04-272-1/+383
* sys/targets: switch openbsd to SyscallNumbers: falseGreg Steuck2023-04-272-2/+27
* executor: use explicit lretl in kvm_amd64.SSpace Meyer2023-04-121-1/+1
* executor: mark amd64 kvm_gen.cc stack nonexecutableSpace Meyer2023-04-121-1/+1
* sys/linux: add syz_pkey_set syscallsDmitry Vyukov2023-04-031-0/+24
* executor: use valid temporary dir on AndroidKris Alder2023-03-211-1/+1
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-2/+2
* executor: fix initialize_tun() for Android (#3656)kalder2023-02-061-4/+8
* vm/starnix: add support for fuzzing starnix (#3624)juanPabloMiceli2023-01-192-7/+11
* executor: better prevent the panic on ext4 errors (#3604)Aleksandr Nogikh2023-01-031-1/+9
* pkg/image: treat empty compressed image as valid imageDmitry Vyukov2022-12-221-4/+2
* pkg/image: optimize image decompressionDmitry Vyukov2022-12-221-0/+1
* 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-5/+8
* executor: declare variables locally in zlibDmitry Vyukov2022-11-231-76/+46
* executor: don't pass uncompressed zlib sizeDmitry Vyukov2022-11-233-31/+26
* executor: remove support for zlib length calculationDmitry Vyukov2022-11-231-24/+14
* executor: add test for zlib decompressionDmitry Vyukov2022-11-231-0/+22
* executor: fix puff_zlib_to_file signatureDmitry Vyukov2022-11-232-13/+14
* executor: update to match the new `syz_mount_image` callHrutvik Kanabar2022-11-211-27/+35
* executor: add `zlib` decompression header fileHrutvik Kanabar2022-11-212-1/+536
* 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