syzkaller/pkg/csource
Dmitry Vyukov c31f96a8c6 executor: rework fallback coverage
We have fallback coverage implmentation for freebsd.
1. It's broken after some recent changes.
2. We need it for fuchsia, windows, akaros, linux too.
3. It's painful to work with C code.

Move fallback coverage to ipc package,
fix it and provide for all OSes.
2018-06-22 16:40:45 +02:00
..
akaros_common.go executor: make syscall table and number constant 2018-06-07 15:32:30 +02:00
build.go pkg/csource: allow to build source fom memory 2018-06-06 10:30:54 +02:00
common.go Makefile, sys/targets: move all native compilation logic to sys/targets 2018-06-06 10:02:03 +02:00
csource_test.go pkg/csource: allow to build source fom memory 2018-06-06 10:30:54 +02:00
csource.go Makefile, sys/targets: move all native compilation logic to sys/targets 2018-06-06 10:02:03 +02:00
freebsd_common.go executor: make syscall table and number constant 2018-06-07 15:32:30 +02:00
gen.go gometalinter: enable package comment checking 2018-05-03 13:53:01 +02:00
linux_common.go executor: rework fallback coverage 2018-06-22 16:40:45 +02:00
netbsd_common.go executor: make syscall table and number constant 2018-06-07 15:32:30 +02:00
options_test.go pkg/csource: minimize netdevices and net reset 2018-05-17 19:57:54 +02:00
options.go pkg/csource: minimize netdevices and net reset 2018-05-17 19:57:54 +02:00
race_test.go pkg/csource: fix test exit code 2018-05-07 20:40:44 +02:00