aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
Commit message (Expand)AuthorAgeFilesLines
* executor: don't fail on setns() in pseudo syscallsAleksandr Nogikh2024-02-081-4/+6
* pkg/csource: annotate syscall() args with their pretty-printed valuesFlorent Revest2024-02-012-1/+70
* 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
* pkg/csource/options.go: refactor deserializeLegacyFormatsTaras Madan2023-10-301-59/+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
* all: use special placeholder for errorsTaras Madan2023-07-243-4/+4
* 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-154-9/+63
* 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
* pkg/csource: annotate syscall() args with their namesFlorent Revest2023-06-092-10/+16
* executor: resolve pseudo syscall compilation problemsAleksandr Nogikh2023-05-041-57/+100
* pkg/csource: compile single pseudo syscallsAleksandr Nogikh2023-05-041-0/+17
* 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-272-1/+346
* sys/targets: switch openbsd to SyscallNumbers: falseGreg Steuck2023-04-271-1/+21
* sys/targets: introduce HasCallNumber to reduce clutterGreg Steuck2023-04-251-3/+2
* pkg/csource: refactor parameters of constArgToStr into helpersGreg Steuck2023-04-251-16/+27
* pkg/csource: introduce more structure into emitCallBodyGreg Steuck2023-04-251-16/+13
* pkg/csource: abstract/recompute isNativeGreg Steuck2023-04-251-7/+12
* sys/linux: add syz_pkey_set syscallsDmitry Vyukov2023-04-031-0/+19
* executor: use valid temporary dir on AndroidKris Alder2023-03-211-1/+1
* all: tools/syz-env make generate resultTaras Madan2023-02-241-17/+17
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-2/+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
* pkg/csource: fix unit tests for arches with non-default DataOffsetAlexander Egorenov2023-01-191-11/+16
* 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
* pkg/testutil: add RandSource helperDmitry Vyukov2022-11-231-7/+1
* executor: update to match the new `syz_mount_image` callHrutvik Kanabar2022-11-212-20/+393
* executor: add `zlib` decompression header fileHrutvik Kanabar2022-11-211-2/+5
* executor: fix "wrong response packet" in BT fuzzing (#3493)Tamas Koczka2022-11-071-11/+37