aboutsummaryrefslogtreecommitdiffstats
path: root/host/host.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/host: move from hostDmitry Vyukov2017-06-171-164/+0
* all: use osutil.IsExist instead of os.StatDmitry Vyukov2017-06-171-7/+4
* sys, executor: extract tcp sequence numbers from /dev/net/tunAndrey Konovalov2017-05-261-1/+1
* host: open /dev/net/tun to check if syz_emit_ethernet is enabledAndrey Konovalov2017-02-171-1/+4
* host: support syz_open_dev$char/blockDmitry Vyukov2017-02-101-0/+5
* sys, executor: more kvm improvementsDmitry Vyukov2017-01-121-0/+2
* sys: extend kvm supportDmitry Vyukov2017-01-091-2/+7
* sys: replace syz_open_dev with openatDmitry Vyukov2017-01-091-0/+15
* executor: emit ethernet trafficAndrey Konovalov2016-11-291-0/+3
* sys: add string flagsDmitry Vyukov2016-11-111-12/+18
* sys: always use pointers to typesDmitry Vyukov2016-11-111-5/+5
* sys, prog: add tests for description parsing and serializationDmitry Vyukov2016-09-281-0/+2
* host: detect at least some unsupported syscalls if kallsyms is not availableDmitry Vyukov2016-08-131-10/+10
* sys: terminate string constants with \x00Dmitry Vyukov2016-02-051-2/+2
* sys: open a bunch of new devicesDmitry Vyukov2016-01-261-3/+15
* sys: allow to open all devices as stopgapDmitry Vyukov2016-01-241-1/+1
* sys: introduce a generic syz_open_dev helper syscallDmitry Vyukov2016-01-131-8/+17
* sys: add support for /dev/snd/controlDmitry Vyukov2016-01-131-0/+3
* host: detect more unsupported syscallsDmitry Vyukov2015-12-281-9/+42
* host: detect unsupported syscallsDmitry Vyukov2015-12-271-0/+69