syzkaller/pkg
Dmitry Vyukov 8e40909025 pkg/csource: mimic the way syscalls are scheduled in executor
Currently csource uses completely different, simpler way of scheduling
syscalls onto threads (thread per call with random sleeps).
Mimic the way calls are scheduled in executor.

Fixes #312
2017-12-22 18:55:38 +01:00
..
ast pkg/ast: fix TestParseAll 2017-10-19 10:45:27 +02:00
compiler pkg/compiler: add check that len does not refer to array with varlen elements 2017-11-28 14:55:21 +01:00
config pkg/config: provide SaveData function 2017-11-16 10:10:12 +01:00
cover pkg/cover: move from cover 2017-06-17 14:41:15 +02:00
csource pkg/csource: mimic the way syscalls are scheduled in executor 2017-12-22 18:55:38 +01:00
db syz-manager, syz-fuzzer: allow re-minimizing/re-smashing inputs 2017-12-18 14:10:56 +01:00
email pkg/email: improve parsing of splitted lines 2017-12-19 13:36:40 +01:00
gce syz-manager: send public web addr to dashboard 2017-12-04 11:58:55 +01:00
gcs vm/gce: accept un-tar-ed image 2017-06-17 17:06:29 +02:00
git pkg/git: fix branch during fetch 2017-11-17 14:17:47 +01:00
hash pkg/hash: allow to hash multiple byte slices 2017-07-21 10:06:46 +02:00
host sys: move test syscalls to a separate target 2017-12-17 11:39:14 +01:00
ifuzz pkg/ifuzz: use serializer 2017-09-04 20:25:22 +02:00
ipc pkg/csource: fix handling of proc types 2017-12-22 11:59:46 +01:00
kd pkg/kd: add KD protocol decoder 2017-09-28 16:53:58 +02:00
kernel sys/linux: add binder descriptions 2017-11-27 15:09:30 +01:00
log pkg/log: fix tests with -count>0 2017-08-09 10:24:34 +02:00
osutil pkg/report: handle syzkaller binaries 2017-12-12 13:29:45 +01:00
report pkg/report: add test where we fail to detect guilty function 2017-12-19 13:44:03 +01:00
repro pkg/report: include Maintainers into report 2017-11-29 18:24:30 +01:00
rpctype syz-manager, syz-fuzzer: allow re-minimizing/re-smashing inputs 2017-12-18 14:10:56 +01:00
serializer all: initial support for fuchsia 2017-09-20 21:19:29 +02:00
symbolizer pkg/osutil: don't leace runaway processes 2017-11-16 12:48:02 +01:00