aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: don't fail on setns() in pseudo syscallsAleksandr Nogikh2024-02-081-4/+10
* executor: don't hold a loop device fdAleksandr Nogikh2024-01-121-5/+26
* executor: prevent netlink_send_ext with dofail=trueAleksandr Nogikh2024-01-052-0/+12
* syz-executor: don't fail on netlink errors during fuzzingAleksandr Nogikh2024-01-051-21/+23
* executor: do not run VIRT86 and CPL3 tests with SVM virtualizationPiotr Siminski2023-12-201-29/+71
* executor: keep style_test.go happyPiotr Siminski2023-12-201-1/+1
* executor: introduce syz_pidfd_open()Aleksandr Nogikh2023-12-191-0/+18
* sys/linux, pkg/host, executor: add NVMe-oF/TCP subsystem supportAlon Zahavi2023-12-071-2/+46
* 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