aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
Commit message (Expand)AuthorAgeFilesLines
* executor: make flatrpc build for C++Dmitry Vyukov2024-05-031-6/+26
* all: go fix everythingDmitry Vyukov2024-04-261-1/+0
* executor: arm64: call KVM_ARM_PREFERRED_TARGET on vmfd instead of cpufdAlexander Potapenko2024-04-181-1/+1
* tools/syz-linter: check t.Logf/Errorf/Fatalf messagesDmitry Vyukov2024-04-171-2/+2
* prog: don't require preallocated buffer for exec encodingDmitry Vyukov2024-04-161-3/+2
* 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
* prog: profile what consumes space in exec encodingDmitry Vyukov2024-04-151-1/+1
* pkg/csource: remove akaros quirkDmitry Vyukov2024-04-151-4/+2
* all: remove akaros supportDmitry Vyukov2024-04-152-82/+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
* 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