| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/log: rename -v to -vv | Dmitry Vyukov | 2019-07-16 | 1 | -1/+1 |
| | | | | | | To avoid conflicts with programs that import both syzkaller packages and github.com/golang/glog which also defines -v flag. | ||||
| * | docs: move linux kernel specific docs to docs/linux/ dir | Andrey Konovalov | 2017-10-27 | 1 | -23/+2 |
| | | |||||
| * | Makefile: build target binaries into separate dirs | Dmitry Vyukov | 2017-09-19 | 1 | -3/+2 |
| | | | | | | | | | | | | | We currently build binaries for all targets into bin. This makes mess in bin/ and does not allow testing of different archs. Build target binaries into bin/OS_ARCH/ subdirs. Host binaries are still built into bin/. Update #333 Update #324 Update #191 | ||||
| * | docs: small fixes | Andrey Konovalov | 2017-07-24 | 1 | -1/+7 |
| | | |||||
| * | docs: move parts of README to docs | Andrey Konovalov | 2017-06-14 | 1 | -0/+44 |
