aboutsummaryrefslogtreecommitdiffstats
path: root/config/config.go
Commit message (Expand)AuthorAgeFilesLines
* config: split and refactorDmitry Vyukov2017-06-011-386/+0
* config: use reflect to enumerate all known fields rather than do it manuallybaishuai2017-05-311-60/+15
* config: fix odroid config parsingDmitry Vyukov2017-03-111-5/+5
* vm: add Odroid supportAndrey Konovalov2017-03-101-15/+56
* manager: add ability to communicate with dashboardDmitry Vyukov2017-02-171-0/+22
* config: add another OOM suppressionDmitry Vyukov2017-02-151-0/+1
* config: don't mess with imageDmitry Vyukov2017-01-201-3/+0
* config: allow relative paths in configsDmitry Vyukov2017-01-201-0/+21
* syz-manager: add option to turn off crash reproducingDmitry Vyukov2017-01-201-2/+5
* config: add another suppression for Go OOMDmitry Vyukov2017-01-091-0/+1
* sys: don't add clock_gettime alwaysDmitry Vyukov2017-01-091-2/+1
* manager: add ability to ignore bugsDmitry Vyukov2016-12-191-36/+46
* sys: add proc type to denote per proccess integersAndrey Konovalov2016-11-251-0/+3
* config: use dense indices for VMsDmitry Vyukov2016-11-251-1/+1
* vm/qemu: support non-native modeDmitry Vyukov2016-11-221-16/+19
* syz-hub: add programDmitry Vyukov2016-11-171-0/+5
* vm/gce: actually append name to instance namesDmitry Vyukov2016-11-161-1/+1
* config: whitelist name parameterDmitry Vyukov2016-11-161-0/+1
* syz-gce,syz-manager: add name config parameterDmitry Vyukov2016-11-161-0/+1
* manager: save user tag with crash reportsDmitry Vyukov2016-10-071-0/+2
* config: remove unused parameterDmitry Vyukov2016-10-071-2/+0
* vm/gce: add support GCE VMsDmitry Vyukov2016-10-061-13/+22
* config: add another OOM message to suppressionsDmitry Vyukov2016-09-051-1/+2
* sys: resolve some old TODOs in descriptionsDmitry Vyukov2016-09-051-1/+1
* config: suppress another common errorDmitry Vyukov2016-09-051-0/+1
* report: extract better, unique identifiers of oopsesDmitry Vyukov2016-08-311-2/+1
* vm/adb: support multiple adb devicesDmitry Vyukov2016-08-301-26/+45
* manager: add a special VM type "none"Dmitry Vyukov2016-08-051-3/+17
* config: add Initrd to known fieldsDmitry Vyukov2016-07-201-0/+1
* Merge branch 'master' of https://github.com/google/syzkaller into for_submitJeremyHuang2016-07-071-4/+73
|\
| * executor: revive setuid sandboxDmitry Vyukov2016-07-011-5/+15
| * config: detect unknown fields in configsDmitry Vyukov2016-07-011-0/+59
* | added an optional initrd flag.JeremyHuang2016-07-071-1/+1
* | add a initrd flag for qemu type and display the qemu command.JeremyHuang2016-06-201-0/+2
|/
* config: fix calculation of enabled syscallsDmitry Vyukov2016-02-191-4/+0
* fuzzer: warn about absent kcov/kmemleak filesDmitry Vyukov2016-02-161-3/+7
* config: check presence of syz-execprog only in syz-reproDmitry Vyukov2016-02-161-3/+0
* ipc: unify command line flag handlingDmitry Vyukov2016-01-271-3/+5
* sys: allow to open all devices as stopgapDmitry Vyukov2016-01-241-2/+2
* vm/adb: use a more reliable way to reboot devicesDmitry Vyukov2016-01-201-0/+1
* config: add another builtin suppressionDmitry Vyukov2016-01-201-0/+1
* vm: refactor VM interface in preparation for adb supportDmitry Vyukov2016-01-111-11/+14
* fuzzer: allow to write programs to dmesgDmitry Vyukov2015-12-311-0/+9
* config: update suppression for new binary nameDmitry Vyukov2015-12-281-1/+1
* syz-manager: filter out programs with disabled syscalls from corpusDmitry Vyukov2015-12-241-24/+19
* vm: improve VM interfaceDmitry Vyukov2015-12-231-0/+200