aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
Commit message (Expand)AuthorAgeFilesLines
* pkg/csource: remove obsolete go:generateDmitry Vyukov2025-04-021-2/+0
* all: remove loop variables scopingTaras Madan2025-02-171-2/+0
* Revert "pkg/csource: list the newly added SYZ_KVM_ constants in TestExecutorM...Alexander Potapenko2024-09-251-3/+0
* pkg/csource: list the newly added SYZ_KVM_ constants in TestExecutorMacrosAlexander Potapenko2024-09-251-0/+3
* prog: replace MinimizeParams with MinimizeModeDmitry Vyukov2024-08-071-1/+1
* pkg/csource: build executor w/o optimizationsDmitry Vyukov2024-06-261-0/+4
* executor: add runner modeDmitry Vyukov2024-06-241-0/+58
* sys/targets: mark big-endian targetsDmitry Vyukov2024-06-041-2/+2
* executor: remove noshmem modeDmitry Vyukov2024-06-041-1/+0
* prog: make minimization parameters explicitAleksandr Nogikh2024-05-271-1/+1
* Makefile: build executor with C++ compilerDmitry Vyukov2024-05-211-11/+7
* pkg/csource: remove the Repro optionAleksandr Nogikh2024-05-174-17/+2
* pkg/csource: replace go:generate with go:embedDmitry Vyukov2024-05-084-12826/+4
* executor: consistently fail on feature setupDmitry Vyukov2024-05-071-42/+41
* 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