syzkaller/pkg
Dmitry Vyukov b37b65b0e6 sys/linux: remove proc type from network descriptions
We now always create net namespace for testing,
so socket ports and other IDs do not overlap between
different test processes.
Proc types play badly with squashing packets to ANYBLOB.
To squash into a block we need concrete value, but it depends
on process id.
Removing proc also makes tun setup and address descriptions simpler.
2018-02-26 16:48:31 +01:00
..
ast pkg/compiler: allow unions as syscall arguments 2018-02-23 13:50:02 +01:00
compiler pkg/compiler: fix alignment corner case 2018-02-25 14:44:29 +01:00
config pkg/config: provide SaveData function 2017-11-16 10:10:12 +01:00
cover syz-fuzzer: prioritize signal from successful syscalls 2018-02-20 20:51:41 +01:00
csource sys/linux: remove proc type from network descriptions 2018-02-26 16:48:31 +01:00
db syz-manager, syz-fuzzer: allow re-minimizing/re-smashing inputs 2017-12-18 14:10:56 +01:00
email pkg/email: handle emails without Content-Type header 2018-01-24 19:37:00 +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 dashboard/app: collect more info for better reports 2018-01-17 19:52:30 +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 sys/linux: fix mmap call args 2018-02-20 10:54:03 +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 format for "workqueue leaked lock or atomic" crashes 2018-02-20 11:21:33 +01:00
repro prog: reorder Minimize arguments 2018-02-19 21:48:20 +01:00
rpctype syz-fuzzer: prioritize signal from successful syscalls 2018-02-20 20:51:41 +01:00
serializer all: initial support for fuchsia 2017-09-20 21:19:29 +02:00
signal syz-fuzzer: prioritize signal from successful syscalls 2018-02-20 20:51:41 +01:00
symbolizer pkg/osutil: don't leace runaway processes 2017-11-16 12:48:02 +01:00