aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host
Commit message (Expand)AuthorAgeFilesLines
* 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
* pkg/host: better error message for missing syscallsDmitry Vyukov2021-05-261-3/+4
* pkg/host: fail loudly when coverage collection is enable w/o shmemPatrick Meyer2021-05-201-0/+4
* pkg/host: enable coverage and all syscalls for darwinPatrick Meyer2021-05-201-1/+5
* pkg/host, docs: fix typosPatrick Meyer2021-05-061-1/+1
* pkg/host: don't include empty machine info sectionsDmitry Vyukov2021-03-181-2/+7
* pkg/host: add TestCollectMachineInfoDmitry Vyukov2021-03-181-0/+8
* pkg/host: fix nil deref on non-linuxDmitry Vyukov2021-03-181-0/+3
* pkg/host: refactor getModulesInfoDmitry Vyukov2021-03-181-5/+5
* all: support coverage of kernel modulesJoey Jiao2021-03-183-0/+38
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-123-0/+15
* pkg/host: use unix.Utsname instead of syscall.UtsnameDmitry Vyukov2021-02-082-11/+29
* pkg/host: fix kcov_remote_arg layoutDmitry Vyukov2020-12-301-0/+1
* pkg/host: check presence of syz_open_procfs fileDmitry Vyukov2020-12-101-12/+18
* pkg/host: make wifi check more preciseDmitry Vyukov2020-11-282-0/+165
* pkg/ifuzz/powerpc: add powerpc supportAlexey Kardashevskiy2020-11-201-0/+4
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-264-32/+36
* pkg/host: don't log every syscall name twiceDmitry Vyukov2020-10-151-3/+0
* pkg/host: add canned test for cpu infoDmitry Vyukov2020-10-091-0/+231
* pkg/host: refactor machine info testsDmitry Vyukov2020-10-091-34/+21
* pkg/host: test for different cpuinfo fields depending on archAndrew Donnellan2020-10-091-15/+14
* sys/linux: descriptions for USB/IPNazime Hande Harputluoglu2020-10-021-0/+8
* all: integrate with mac80211_hwsimAleksandr Nogikh2020-09-223-3/+20
* pkg/host: use 'processor 0' as cpu model on s390x inside containerAlexander Egorenkov2020-09-161-1/+1
* pkg/host: use 'machine' field as cpu model on IBM/ZAlexander Egorenkov2020-09-151-1/+1
* pkg/host: make machine info tests linux-specificDmitry Vyukov2020-09-141-4/+0
* pkg/host: move machine info functionality from syz-fuzzerDmitry Vyukov2020-09-123-0/+305
* executor/common_linux.h: add syz_fuse_handle_req()Stefano Duo2020-08-141-2/+13
* executor: enable extra coverage on OpenBSDAnton Lindqvist2020-08-111-0/+1
* sys/linux: add descriptions for BPF LSMCheng-Min Chiang2020-08-071-1/+9
* pkg/host/syscalls_linux.go: refactor isSupportedSyzkall()Stefano Duo2020-08-051-69/+104
* Revert "executor: enable extra coverage on OpenBSD"Anton Lindqvist2020-08-021-1/+0
* executor: enable extra coverage on OpenBSDAnton Lindqvist2020-08-021-0/+1
* all: initialize vhci in linuxTheOfficialFloW2020-07-303-0/+13
* executor: added syz_io_uring_setup to wrap both setup and mmapNecip Fazil Yildiran2020-07-291-1/+1
* sys/linux: enhanced descs for io_uringNecip Fazil Yildiran2020-07-241-2/+15