aboutsummaryrefslogtreecommitdiffstats
path: root/docs/troubleshooting.md
Commit message (Collapse)AuthorAgeFilesLines
* docs/troubleshooting.md: fix typoMirko Covizzi2025-04-251-1/+1
| | | | | | Fixes a typo. Signed-off-by: Mirko Covizzi <mrkcvzz@gmail.com>
* executor: add runner modeDmitry Vyukov2024-06-241-3/+3
| | | | | | | Move all syz-fuzzer logic into syz-executor and remove syz-fuzzer. Also restore syz-runtest functionality in the manager. Update #4917 (sets most signal handlers to SIG_IGN)
* tools: upgrade Buildroot image versionAleksandr Nogikh2022-11-241-0/+6
| | | | | | | | | | There are two reasons: - The 2022.02 version does not longer build with the latest versions of the build tools. - The latest version was tested to work fine with the scp changes that came with OpenSSH 9.0 (the use of the SFTP protocol). Document the problem with scp in the troubleshooting guide.
* 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