aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: don't fail in syz_genetlink_get_family_idDmitry Vyukov2021-02-192-82/+116
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-124-18/+77
* executor: don't include kvm on armDmitry Vyukov2021-01-261-1/+1
* executor: fix kcov_remote_arg declarationDmitry Vyukov2020-12-301-41/+18
* executor/common: repair clang complaint about bad indentationGreg Steuck2020-12-301-1/+2
* all: make timeouts configurableDmitry Vyukov2020-12-281-4/+6
* executor: remove hardcoded timeoutsDmitry Vyukov2020-12-252-16/+33
* executor: don't use coverage edges for gvisorDmitry Vyukov2020-12-164-22/+14
* executor: use coverage filter for comparisonsDmitry Vyukov2020-12-091-1/+1
* executor: capture outgoing edges from interesting codeDmitry Vyukov2020-12-091-6/+10
* executor: minor coverage filter cleanupDmitry Vyukov2020-12-093-8/+16
* executor: skip setsid() for threaded reproducersAnton Lindqvist2020-12-091-2/+7
* syz-manager/manager.go, executor/executor.cc: support coverage filterKaipeng Zeng2020-12-063-2/+101
* sys/linux, sys/freebsd: apply more ignore_return attributesDmitry Vyukov2020-12-053-22/+4
* executor: tune few more sysctl'sDmitry Vyukov2020-12-011-0/+7
* tools/create-gce-image.sh: move sysctl's to executorDmitry Vyukov2020-11-211-0/+6
* pkg/ifuzz/powerpc: add powerpc supportAlexey Kardashevskiy2020-11-204-2/+89
* executor: fix linux includesDmitry Vyukov2020-10-301-2/+6
* dashboard/config/linux: set watchdog_thresh via cmdlineDmitry Vyukov2020-10-281-4/+0
* pkg/csource: setup sysctl's in C reproducersDmitry Vyukov2020-10-285-42/+46
* executor: setup sysctl's in setup_machineDmitry Vyukov2020-10-281-8/+35
* executor, pkg/csource: remove setpgrp() in sandbox_common()liucy19982020-10-271-1/+0
* executor: compile fixAlexey Kardashevskiy2020-10-261-1/+1
* executor: fix arp netfiler tables alignment for armDmitry Vyukov2020-10-151-4/+4
* executor: set parent-death signal after changing user or group ID-sAndrei Vagin2020-10-091-0/+5
* executor: increase prog_extra_cover_timeout for progs that inject 802.11 framesAleksandr Nogikh2020-10-051-1/+3
* executor: msvc support syz-executorSuraj K Suresh2020-10-035-19/+64
* sys/linux: descriptions for USB/IPNazime Hande Harputluoglu2020-10-021-0/+57
* executor: check for \n in fail/exitf messagesDmitry Vyukov2020-09-284-10/+17
* executor/linux: stop dumping mount information when failed to open kcov fileTetsuo Handa2020-09-281-40/+1
* executor: make exit code during fail() depend on fault injectionAleksandr Nogikh2020-09-222-7/+27
* all: integrate with mac80211_hwsimAleksandr Nogikh2020-09-222-3/+454
* executor/common_linux.h: refactor __NR_syz_genetlink_get_family_idAleksandr Nogikh2020-09-221-38/+12
* executor/common_linux.h: remove assumption that netlink always returns nonpos...Aleksandr Nogikh2020-09-221-25/+25
* sys/common_linux.h: replace netlink_devlink_id_get and netlink_wireguard_id_g...Aleksandr Nogikh2020-09-221-63/+34
* sys/common_linux.h: move the definition of a global nlmsg variableAleksandr Nogikh2020-09-221-2/+4
* executor/common_linux.h: extend netlink helpers to support zero-payload attri...Aleksandr Nogikh2020-09-221-1/+2
* executor/common_linux.h: increase default nlmsg buffer sizeAleksandr Nogikh2020-09-221-1/+1
* executor: forbid inlining of 'remove_dir'Alexander Egorenkov2020-09-181-1/+8
* executor: fix definition of __NR_io_uring_setupDmitry Vyukov2020-09-152-7/+23
* executor: improve opendir(3) error handlingAnton Lindqvist2020-09-121-1/+13
* executor: detect gvisorDmitry Vyukov2020-09-121-1/+14
* sys/test/test: add a hanging testDmitry Vyukov2020-09-123-2/+11
* executor/common_linux.h: add missing FUSE opcodesStefano Duo2020-08-271-1/+5
* executor/linux: change mount propagation type to privateTetsuo Handa2020-08-261-0/+3
* executor/common_linux.h: make rfkill_unblock_all staticAndy Nguyen2020-08-231-1/+1
* executor/common_linux.h: unblock rfkill and retry HCIDEVUP on ERFKILLAndy Nguyen2020-08-231-2/+27
* tools/docker: add old-envDmitry Vyukov2020-08-221-1/+1
* executor/common_linux.go: fix build breakage for Linux 4.14Stefano Duo2020-08-181-5/+87
* executor/common_linux.h: open target dir inside syz_mount_image()Stefano Duo2020-08-141-72/+79