aboutsummaryrefslogtreecommitdiffstats
path: root/docs/troubleshooting.md
Commit message (Collapse)AuthorAgeFilesLines
* pkg/log: rename -v to -vvDmitry Vyukov2019-07-161-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/ dirAndrey Konovalov2017-10-271-23/+2
|
* Makefile: build target binaries into separate dirsDmitry Vyukov2017-09-191-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 fixesAndrey Konovalov2017-07-241-1/+7
|
* docs: move parts of README to docsAndrey Konovalov2017-06-141-0/+44