index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
host
/
host_linux.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/host: split files into syscalls/features
Dmitry Vyukov
2019-11-16
1
-574
/
+0
*
executor, pkg/host: update usb raw-gadget interface
Andrey Konovalov
2019-11-15
1
-1
/
+1
*
executor, pkg/host, dashboard/config: rename usb-fuzzer to usb raw-gadget
Andrey Konovalov
2019-11-04
1
-1
/
+1
*
executor: move fixed pci devlink handle into network namespace
Jiri Pirko
2019-11-03
1
-0
/
+8
*
Change KCSAN info file to debugfs
Marco Elver
2019-10-08
1
-1
/
+1
*
executor, host, csource: Add support to enable KCSAN
Marco Elver
2019-10-04
1
-0
/
+8
*
pkg/host: fix linux netdevices detection
Dmitry Vyukov
2019-08-09
1
-10
/
+2
*
sys/linux, executor: add syz_usb_ep_read syzkall
Andrey Konovalov
2019-07-01
1
-1
/
+1
*
pkg/host: improve openat check
mspecter
2019-06-11
1
-6
/
+20
*
pkg/host: enable evdev, hidraw and hiddev when USB fuzzing is on
Andrey Konovalov
2019-06-06
1
-0
/
+12
*
executor: implement support for leak checking
Dmitry Vyukov
2019-05-20
1
-120
/
+0
*
pkg/host: Add stat to kallsyms rename map
Andrew Donnellan
2019-05-08
1
-0
/
+1
*
all: add basic USB fuzzing support
Andrey Konovalov
2019-04-11
1
-0
/
+10
*
pkg/host: enable kallsyms parsing on arm
Cody Holliday
2019-04-05
1
-1
/
+1
*
host: add kallsyms parsing tests
Andrey Konovalov
2019-04-04
1
-18
/
+24
*
pkg/host: don't fail if CONFIG_FAIL_FUTEX is not enabled
Dmitry Vyukov
2019-02-11
1
-5
/
+8
*
kcov: some fixes for extra coverage
Andrey Konovalov
2019-01-17
1
-1
/
+1
*
all: detect extra coverage support
Andrey Konovalov
2019-01-16
1
-6
/
+43
*
pkg/host: Support extracting kallsyms on ppc64le
Andrew Donnellan
2019-01-15
1
-0
/
+2
*
fuzzer: fix syscall detection
Andrey Konovalov
2019-01-08
1
-2
/
+2
*
fuzzer: speed up syscall support detection
Andrey Konovalov
2019-01-08
1
-12
/
+31
*
pkg/host: improve KMEMLEAK detection
Dmitry Vyukov
2018-10-10
1
-7
/
+9
*
pkg/host: improve KMEMLEAK support
Dmitry Vyukov
2018-09-28
1
-27
/
+11
*
RFC: android: Add support for untrusted_app sandboxing (#697)
Zach Riggle
2018-09-17
1
-0
/
+8
*
sys/linux: add syz_execute_func
Dmitry Vyukov
2018-08-30
1
-0
/
+2
*
sys/linux: add ext4 ioctls and overlayfs
Dmitry Vyukov
2018-08-29
1
-0
/
+4
*
gometalinter: strengthen gocyclo limit
Dmitry Vyukov
2018-08-02
1
-0
/
+4
*
gometalinter: clean up some errcheck warnings
Dmitry Vyukov
2018-08-02
1
-4
/
+13
*
pkg/host: add "network devices" feature
Dmitry Vyukov
2018-07-13
1
-0
/
+9
*
sys/linux: implement fuse as normal syscalls
Dmitry Vyukov
2018-07-10
1
-17
/
+33
*
pkg/host: check that we can open files rather than that they exist
Dmitry Vyukov
2018-07-10
1
-15
/
+19
*
pkg/host: more precise detection for syz_mount_image support
Dmitry Vyukov
2018-06-18
1
-5
/
+22
*
pkg/host: support trial supported syscall detection
Dmitry Vyukov
2018-06-18
1
-13
/
+57
*
pkg/host: better detection of supported sockets
Dmitry Vyukov
2018-06-18
1
-2
/
+20
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-06-12
1
-8
/
+15
*
pkg/host: rework host feature detection/setup
Dmitry Vyukov
2018-06-12
1
-7
/
+228
*
pkg/host: fix syz_mount_image detection
Dmitry Vyukov
2018-04-29
1
-1
/
+1
*
pkg/host: enable more fault injection
Dmitry Vyukov
2018-04-27
1
-2
/
+11
*
pkg/host: fix kallsyms names again
Dmitry Vyukov
2018-04-19
1
-1
/
+3
*
pkg/host: fix kallsyms check
Dmitry Vyukov
2018-04-18
1
-1
/
+2
*
pkg/host: refactor code
Dmitry Vyukov
2018-04-08
1
-26
/
+22
*
pkg/host: explain why syscalls are disabled
Dmitry Vyukov
2018-04-06
1
-48
/
+79
*
sys/linux: add support for reading partition tables
Dmitry Vyukov
2018-04-01
1
-0
/
+2
*
sys/linux: add support for mounting filesystem images
Dmitry Vyukov
2018-03-30
1
-0
/
+2
*
sys/linux: add cgroup descriptions
Dmitry Vyukov
2018-03-25
1
-1
/
+1
*
sys/linux: add netlink fou descriptions
Dmitry Vyukov
2018-03-21
1
-0
/
+7
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-03-08
1
-1
/
+1
*
sys/linux: add syz_init_net_socket syscall
Dmitry Vyukov
2018-03-05
1
-24
/
+23
*
sys: move test syscalls to a separate target
Dmitry Vyukov
2017-12-17
1
-2
/
+0
*
sys/linux: open files from /proc
Dmitry Vyukov
2017-11-27
1
-0
/
+2
[next]