| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove master and naming overhaul | Dmitry Vyukov | 2015-12-17 | 1 | -169/+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. | ||||
| * | execprog: rate limit printing | Dmitry Vyukov | 2015-11-28 | 1 | -4/+9 |
| | | | | | Otherwise it happen too frequently when executing a single program in a loop. | ||||
| * | use fork server in executor | Dmitry Vyukov | 2015-11-10 | 1 | -29/+32 |
| | | | | | | | | | This avoids exec per test. Also allows to pre-map shared memory regions. And will allow to pre-map coverage regions, etc. Seems to work already, but probably there are still some bugs. | ||||
| * | go fmt | Dmitry Vyukov | 2015-11-10 | 1 | -1/+1 |
| | | |||||
| * | merge execlog and execprog tools | Dmitry Vyukov | 2015-11-10 | 1 | -37/+99 |
| | | | | | | Functionality was duplicated to significant degree. Now execprog can do all execlog could do. | ||||
| * | add collide mode to executor | Dmitry Vyukov | 2015-11-06 | 1 | -0/+4 |
| | | | | | | In this mode we execute pairs of syscalls concurrently to provoke data races in kernel. | ||||
| * | support dropprivs in execlog/execprog | Dmitry Vyukov | 2015-11-05 | 1 | -0/+4 |
| | | |||||
| * | allow to specify timeout in execprog | Dmitry Vyukov | 2015-10-20 | 1 | -1/+2 |
| | | |||||
| * | clean up temp files in tools/execprog | Dmitry Vyukov | 2015-10-14 | 1 | -0/+1 |
| | | |||||
| * | deduplicate coverare in executor | Dmitry Vyukov | 2015-10-13 | 1 | -0/+4 |
| | | | | | | This allows to use larger coverage buffer and not overflow output at the same time. | ||||
| * | dump coverage in execprog command | Dmitry Vyukov | 2015-10-13 | 1 | -3/+27 |
| | | |||||
| * | process covereage in ipc package instead of fuzzer | Dmitry Vyukov | 2015-10-13 | 1 | -1/+1 |
| | | |||||
| * | make ipc.Env.Exec accept the program to execute | Dmitry Vyukov | 2015-10-13 | 1 | -2/+1 |
| | | |||||
| * | initial commit | Dmitry Vyukov | 2015-10-12 | 1 | -0/+62 |
