aboutsummaryrefslogtreecommitdiffstats
path: root/manager
Commit message (Collapse)AuthorAgeFilesLines
* remove master and naming overhaulDmitry Vyukov2015-12-175-1062/+0
| | | | | | | Remove master process entirely, it is not useful in its current form. We first need to understand what we want from it, and them re-implement it. Prefix all binaries with syz- to avoid name clashes.
* manager: allow to run fuzzer under rootDmitry Vyukov2015-12-171-0/+2
|
* support kmemleakDmitry Vyukov2015-12-031-0/+2
| | | | | | If you set "leak":true in manager config, it will do leak checking. It's quite slow, though. Also there seems to be false positives and/or non-reproducible leaks.
* fuzzer: parallel execution modeDmitry Vyukov2015-11-261-1/+6
| | | | | Config now have procs parameter that controls number of parallel executor's running in each VM.
* add another builtin suppressionDmitry Vyukov2015-11-231-0/+1
|
* manager: add support for suppressionsDmitry Vyukov2015-11-201-0/+18
| | | | There are always some known bugs...
* add various statistics to http interfaceDmitry Vyukov2015-11-192-0/+47
|
* add tty-related ioctl'sDmitry Vyukov2015-11-161-2/+14
|
* allow to run local vm without coverageDmitry Vyukov2015-10-201-0/+1
|
* refactor enabled syscall handlingDmitry Vyukov2015-10-201-4/+14
|
* aggregate vm params into a single struct (for ease of extension)Dmitry Vyukov2015-10-202-6/+12
|
* lkvm supportDmitry Vyukov2015-10-161-0/+1
|
* initial support for call prioritiesDmitry Vyukov2015-10-142-30/+109
|
* dump coverage in execprog commandDmitry Vyukov2015-10-131-1/+3
|
* initial commitDmitry Vyukov2015-10-125-0/+876