aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host
Commit message (Expand)AuthorAgeFilesLines
* executor: add runner modeDmitry Vyukov2024-06-242-129/+0
* pkg/host: return slices of pointersDmitry Vyukov2024-05-172-11/+11
* pkg/vminfo: move feature checking to hostDmitry Vyukov2024-05-1513-1692/+44
* pkg/host: disable TestDetectSupportedSyscalls/fallback under race detectorDmitry Vyukov2024-05-081-0/+4
* pkg/repro, pkg/ipc: use flatrpc.FeatureDmitry Vyukov2024-05-061-0/+63
* pkg/flatrpc: refactor namesDmitry Vyukov2024-05-061-5/+5
* pkg/host: remove FileInfoDmitry Vyukov2024-05-031-12/+7
* pkg/cover: move KernelModule from pkg/hostDmitry Vyukov2024-05-031-6/+0
* syz-manager: print better message about disabled syscallsDmitry Vyukov2024-04-291-15/+6
* pkg/host: fix file reading bugDmitry Vyukov2024-04-291-1/+1
* pkg/host: remove special case for EXT4_IOC_SHUTDOWNDmitry Vyukov2024-04-291-4/+0
* pkg/host: explicitly disable syz_execute_funcDmitry Vyukov2024-04-291-17/+0
* all: go fix everythingDmitry Vyukov2024-04-262-2/+0
* pkg/host: move glob parsing to hostDmitry Vyukov2024-04-243-131/+0
* pkg/vminfo: add packageDmitry Vyukov2024-04-243-577/+45
* all: remove akaros supportDmitry Vyukov2024-04-151-15/+0
* pkg/runtest: enable coverage for some TestOS targetsAleksandr Nogikh2024-03-121-4/+18
* tools/syz-cover: do not accept modules info from /proc/modulesAlexander Potapenko2024-02-222-27/+1
* pkg/host: get module .text address from /sys/moduleNecip Fazil Yildiran2024-02-221-5/+41
* executor: introduce syz_pidfd_open()Aleksandr Nogikh2023-12-191-0/+1
* sys/linux, pkg/host, executor: add NVMe-oF/TCP subsystem supportAlon Zahavi2023-12-071-0/+5
* pkg/host: require fallocate for swapAleksandr Nogikh2023-08-211-0/+17
* all: use special placeholder for errorsTaras Madan2023-07-241-2/+2
* pkg/host: export ParseModulesTextJoey Jiao2023-07-042-1/+14
* syz-cover: accept canonical module info (#3964)zsm-oss2023-06-151-3/+3
* all: support swap feature on LinuxAleksandr Nogikh2023-06-152-0/+17
* syz-manager, pkg/cover: normalize module PCs between VM instancesLiz Prucka2023-05-022-2/+8
* all: revert "syz-manager, pkg/cover: normalize module PCs between VM instances"Aleksandr Nogikh2023-04-242-8/+2
* syz-manager, pkg/cover: normalize module PCs between VM instancesLiz Prucka2023-04-242-2/+8
* sys/linux: add syz_pkey_set syscallsDmitry Vyukov2023-04-031-0/+20
* pkg/host: check for /proc/self/ns/net presence in devlink PCIDmitry Vyukov2023-02-271-0/+4
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-232-9/+7
* pkg/host: don't expect open and stat syscalls to be always presentAleksandr Nogikh2023-01-181-2/+0
* pkg/host: increase token size to enable 128+core CPUs (#3453)Taras Madan2022-10-201-1/+13
* executor: add NIC PCI pass-through VF supportGeorge Kennedy2022-09-212-0/+10
* all: use `t.TempDir` to create temporary test directoryEng Zer Jun2022-03-281-7/+1
* pkg/host: only try enabled syscalls when starting syz-fuzzerKris Alder2022-03-083-8/+19
* executor: add extension point for adding non-mainline pseudo-syscallsDmitry Vyukov2022-01-191-0/+8
* all: add syz_clone() and syz_clone3() pseudo callsAleksandr Nogikh2022-01-131-0/+2
* all: explicitly list pseudo syscall dependenciesAleksandr Nogikh2022-01-131-6/+15
* all: adapt to how mmapping a kcov instance works in LinuxAleksandr Nogikh2021-12-095-14/+53
* executor/common_linux: fuzz kvm_runAlexey Kardashevskiy2021-11-091-8/+14
* pkg/host: log executor setup outputDmitry Vyukov2021-10-121-1/+3
* pkg/host: add O_NONBLOCK to isSupportedOpenFileDenis Efremov2021-09-201-1/+1
* pkg/host: fixup for GOARCH checking for PPC64Alexey Kardashevskiy2021-07-191-1/+1
* pkg: update generated files to go 1.17Alexey Kardashevskiy2021-07-073-0/+3
* pkg/host: fix globs testDmitry Vyukov2021-06-151-12/+20
* all: support exclude globs in descriptorJoey Jiao2021-06-022-2/+88
* all: minor glob fixesDmitry Vyukov2021-05-262-6/+5
* pkg/compiler: add glob typeJoey Jiaojg2021-05-262-0/+22