aboutsummaryrefslogtreecommitdiffstats
path: root/docs/executing_syzkaller_programs.md
Commit message (Collapse)AuthorAgeFilesLines
* /docs: update instructions for source checkoutAdam Goska2022-01-191-2/+2
| | | | | | Updated documentation regarding source code checkout from the legacy gopath mode 'go get' to 'git clone'. Fixes #2828
* docs: update docs to reflect the new `async` flagAleksandr Nogikh2021-12-101-8/+23
|
* docs: set GO111MODULE=off to fix documentation compatibility with go v1.16+Taras Madan2021-09-291-1/+1
|
* docs: remove $ to simplify the commands copy-pasteTaras Madan2021-09-291-7/+7
|
* docs/executing_syzkaller_programs.md: fix typoNicky Chorley2021-07-121-1/+1
|
* docs: fix scp command in instructionsmusamaanjum2021-03-181-1/+1
| | | | | | | | | | | 'scp' command needs 10022 port number specified to establish connection over which vm is listening. If it isn't specified, scp tries to connect over port 22 and connection fails. The other docs write machine as 'root@localhost'. Replace it here to avoid confusion. Collon is necessary at the end for the command to work.
* docs: fix a typoDmitry Vyukov2020-05-311-1/+1
| | | Fixes ##1778
* docs: move go install instructions to setup.mdAndrey Konovalov2020-05-071-3/+3
| | | | Also update go version requirement to 1.13.
* docs: update source download instructionsDmitry Vyukov2020-05-021-1/+1
| | | | | | | | Since we don't don't have auto-generated files checked-in, go get fails to parse packages. go get only prog package without building, this will checkout the whole repo anyway and that's the only thing we need.
* all: switch to Go 1.12Dmitry Vyukov2019-03-141-3/+3
| | | | | | | | Differences in code formatting between Go versions cause constant problems for us (https://github.com/golang/go/issues/25161). Currently we support 1.9 and 1.10. Switch to newer 1.11 and 1.12. Fixes #1013
* Update executing_syzkaller_programs.mdDmitry Vyukov2019-01-151-2/+4
| | | | -cover=0 is the default now -procs=16 looks too high, syzbot uses 6-8 so let's suggest 8
* docs: update path to syz-execprog binaryDmitry Vyukov2017-11-071-7/+10
|
* Update executing_syzkaller_programs.mdDmitry Vyukov2017-08-091-0/+6
|
* docs: move executing syzkaller page from wikiAndrey Konovalov2017-06-141-0/+47