aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/syscalls_linux.go
Commit message (Expand)AuthorAgeFilesLines
* 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