aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/host_linux.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/host: split files into syscalls/featuresDmitry Vyukov2019-11-161-574/+0
* executor, pkg/host: update usb raw-gadget interfaceAndrey Konovalov2019-11-151-1/+1
* executor, pkg/host, dashboard/config: rename usb-fuzzer to usb raw-gadgetAndrey Konovalov2019-11-041-1/+1
* executor: move fixed pci devlink handle into network namespaceJiri Pirko2019-11-031-0/+8
* Change KCSAN info file to debugfsMarco Elver2019-10-081-1/+1
* executor, host, csource: Add support to enable KCSANMarco Elver2019-10-041-0/+8
* pkg/host: fix linux netdevices detectionDmitry Vyukov2019-08-091-10/+2
* sys/linux, executor: add syz_usb_ep_read syzkallAndrey Konovalov2019-07-011-1/+1
* pkg/host: improve openat checkmspecter2019-06-111-6/+20
* pkg/host: enable evdev, hidraw and hiddev when USB fuzzing is onAndrey Konovalov2019-06-061-0/+12
* executor: implement support for leak checkingDmitry Vyukov2019-05-201-120/+0
* pkg/host: Add stat to kallsyms rename mapAndrew Donnellan2019-05-081-0/+1
* all: add basic USB fuzzing supportAndrey Konovalov2019-04-111-0/+10
* pkg/host: enable kallsyms parsing on armCody Holliday2019-04-051-1/+1
* host: add kallsyms parsing testsAndrey Konovalov2019-04-041-18/+24
* pkg/host: don't fail if CONFIG_FAIL_FUTEX is not enabledDmitry Vyukov2019-02-111-5/+8
* kcov: some fixes for extra coverageAndrey Konovalov2019-01-171-1/+1
* all: detect extra coverage supportAndrey Konovalov2019-01-161-6/+43
* pkg/host: Support extracting kallsyms on ppc64leAndrew Donnellan2019-01-151-0/+2
* fuzzer: fix syscall detectionAndrey Konovalov2019-01-081-2/+2
* fuzzer: speed up syscall support detectionAndrey Konovalov2019-01-081-12/+31
* pkg/host: improve KMEMLEAK detectionDmitry Vyukov2018-10-101-7/+9
* pkg/host: improve KMEMLEAK supportDmitry Vyukov2018-09-281-27/+11
* RFC: android: Add support for untrusted_app sandboxing (#697)Zach Riggle2018-09-171-0/+8
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-0/+2
* sys/linux: add ext4 ioctls and overlayfsDmitry Vyukov2018-08-291-0/+4
* gometalinter: strengthen gocyclo limitDmitry Vyukov2018-08-021-0/+4
* gometalinter: clean up some errcheck warningsDmitry Vyukov2018-08-021-4/+13
* pkg/host: add "network devices" featureDmitry Vyukov2018-07-131-0/+9
* sys/linux: implement fuse as normal syscallsDmitry Vyukov2018-07-101-17/+33
* pkg/host: check that we can open files rather than that they existDmitry Vyukov2018-07-101-15/+19
* pkg/host: more precise detection for syz_mount_image supportDmitry Vyukov2018-06-181-5/+22
* pkg/host: support trial supported syscall detectionDmitry Vyukov2018-06-181-13/+57
* pkg/host: better detection of supported socketsDmitry Vyukov2018-06-181-2/+20
* all: fix gometalinter warningsDmitry Vyukov2018-06-121-8/+15
* pkg/host: rework host feature detection/setupDmitry Vyukov2018-06-121-7/+228
* pkg/host: fix syz_mount_image detectionDmitry Vyukov2018-04-291-1/+1
* pkg/host: enable more fault injectionDmitry Vyukov2018-04-271-2/+11
* pkg/host: fix kallsyms names againDmitry Vyukov2018-04-191-1/+3
* pkg/host: fix kallsyms checkDmitry Vyukov2018-04-181-1/+2
* pkg/host: refactor codeDmitry Vyukov2018-04-081-26/+22
* pkg/host: explain why syscalls are disabledDmitry Vyukov2018-04-061-48/+79
* sys/linux: add support for reading partition tablesDmitry Vyukov2018-04-011-0/+2
* sys/linux: add support for mounting filesystem imagesDmitry Vyukov2018-03-301-0/+2
* sys/linux: add cgroup descriptionsDmitry Vyukov2018-03-251-1/+1
* sys/linux: add netlink fou descriptionsDmitry Vyukov2018-03-211-0/+7
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-1/+1
* sys/linux: add syz_init_net_socket syscallDmitry Vyukov2018-03-051-24/+23
* sys: move test syscalls to a separate targetDmitry Vyukov2017-12-171-2/+0
* sys/linux: open files from /procDmitry Vyukov2017-11-271-0/+2