| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove master and naming overhaul | Dmitry Vyukov | 2015-12-17 | 5 | -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 root | Dmitry Vyukov | 2015-12-17 | 1 | -0/+2 |
| | | |||||
| * | support kmemleak | Dmitry Vyukov | 2015-12-03 | 1 | -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 mode | Dmitry Vyukov | 2015-11-26 | 1 | -1/+6 |
| | | | | | | Config now have procs parameter that controls number of parallel executor's running in each VM. | ||||
| * | add another builtin suppression | Dmitry Vyukov | 2015-11-23 | 1 | -0/+1 |
| | | |||||
| * | manager: add support for suppressions | Dmitry Vyukov | 2015-11-20 | 1 | -0/+18 |
| | | | | | There are always some known bugs... | ||||
| * | add various statistics to http interface | Dmitry Vyukov | 2015-11-19 | 2 | -0/+47 |
| | | |||||
| * | add tty-related ioctl's | Dmitry Vyukov | 2015-11-16 | 1 | -2/+14 |
| | | |||||
| * | allow to run local vm without coverage | Dmitry Vyukov | 2015-10-20 | 1 | -0/+1 |
| | | |||||
| * | refactor enabled syscall handling | Dmitry Vyukov | 2015-10-20 | 1 | -4/+14 |
| | | |||||
| * | aggregate vm params into a single struct (for ease of extension) | Dmitry Vyukov | 2015-10-20 | 2 | -6/+12 |
| | | |||||
| * | lkvm support | Dmitry Vyukov | 2015-10-16 | 1 | -0/+1 |
| | | |||||
| * | initial support for call priorities | Dmitry Vyukov | 2015-10-14 | 2 | -30/+109 |
| | | |||||
| * | dump coverage in execprog command | Dmitry Vyukov | 2015-10-13 | 1 | -1/+3 |
| | | |||||
| * | initial commit | Dmitry Vyukov | 2015-10-12 | 5 | -0/+876 |
