aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/syscalls_linux.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/vminfo: move feature checking to hostDmitry Vyukov2024-05-151-568/+0
* pkg/host: remove special case for EXT4_IOC_SHUTDOWNDmitry Vyukov2024-04-291-4/+0
* 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
* sys/linux: add syz_pkey_set syscallsDmitry Vyukov2023-04-031-0/+20
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-4/+3
* 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
* executor/common_linux: fuzz kvm_runAlexey Kardashevskiy2021-11-091-8/+14
* 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/host: better error message for missing syscallsDmitry Vyukov2021-05-261-3/+4
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-121-0/+2
* pkg/host: check presence of syz_open_procfs fileDmitry Vyukov2020-12-101-12/+18
* pkg/ifuzz/powerpc: add powerpc supportAlexey Kardashevskiy2020-11-201-0/+4
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-261-8/+9
* pkg/host: don't log every syscall name twiceDmitry Vyukov2020-10-151-3/+0
* sys/linux: descriptions for USB/IPNazime Hande Harputluoglu2020-10-021-0/+8
* all: integrate with mac80211_hwsimAleksandr Nogikh2020-09-221-3/+10
* executor/common_linux.h: add syz_fuse_handle_req()Stefano Duo2020-08-141-2/+13
* 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
* all: initialize vhci in linuxTheOfficialFloW2020-07-301-0/+3
* 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
* all: fix comments formatDmitry Vyukov2020-07-121-1/+1
* all: don't compare string len with 0Dmitry Vyukov2020-07-041-2/+2
* pkg/host: add support for linux/riscv64Tobias Klauser2020-06-261-0/+2
* sys/linux: first 64bit big-endian architecture s390xAlexander Egorenkov2020-06-251-0/+2
* .golangci.yml: reduce function line count from 200 to 140Dmitry Vyukov2020-06-071-41/+44
* prog: introduce Field typeDmitry Vyukov2020-05-021-10/+10
* prog: rename {PtrType,ArrayType}.Type to ElemDmitry Vyukov2020-05-011-1/+1
* csource, executor: add usb emulation featureAndrey Konovalov2020-04-031-2/+2
* sys/linux: don't use syz_open_dev when openat is enoughDmitry Vyukov2020-03-241-1/+3
* executor, sys/linux: add ath9k usb descriptionsAndrey Konovalov2020-03-131-1/+2
* pkg/host: fix detection of enabled LSMsDmitry Vyukov2020-01-051-1/+5
* pkg/host: detect unsupported LSMsDmitry Vyukov2020-01-051-0/+31
* Implement basic support for MIPS64LEJouni Hogander2019-12-171-0/+2
* pkg/host: rename some featuresDmitry Vyukov2019-11-161-1/+1
* pkg/host: split files into syscalls/featuresDmitry Vyukov2019-11-161-0/+375