aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sys/linux: add descriptions for raw character devicesAlbert van der Linde2020-07-201-0/+4
* sys/targets: don't use HostFuzzer mode for test OSDmitry Vyukov2020-07-152-4/+9
* all: fix comments formatDmitry Vyukov2020-07-122-2/+2
* all: don't compare string len with 0Dmitry Vyukov2020-07-041-2/+2
* pkg/host: increase executor setup timeoutDmitry Vyukov2020-06-291-1/+1
* pkg/host: add support for linux/riscv64Tobias Klauser2020-06-262-0/+18
* sys/linux: first 64bit big-endian architecture s390xAlexander Egorenkov2020-06-252-0/+21
* sys/netbsd: support multiple vHCI buses (#1822)m00nbsd2020-06-131-1/+1
* sys/netbsd: add support for fault injection (#1817)m00nbsd2020-06-111-0/+8
* .golangci.yml: reduce function line count from 200 to 140Dmitry Vyukov2020-06-071-41/+44
* executor: add support for extra coverage on NetBSDm00nbsd2020-05-201-0/+1
* executor: add support for USB fuzzing on NetBSDm00nbsd2020-05-191-1/+16
* prog: refactor ANY to not fabricate new typesDmitry Vyukov2020-05-051-9/+11
* prog: support disabled attributeDmitry Vyukov2020-05-041-31/+37
* prog: introduce Field typeDmitry Vyukov2020-05-021-10/+10