| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: update docs to reflect the new `async` flag | Aleksandr Nogikh | 2021-12-10 | 1 | -8/+23 |
| | | |||||
| * | docs: set GO111MODULE=off to fix documentation compatibility with go v1.16+ | Taras Madan | 2021-09-29 | 1 | -1/+1 |
| | | |||||
| * | docs: remove $ to simplify the commands copy-paste | Taras Madan | 2021-09-29 | 1 | -7/+7 |
| | | |||||
| * | docs/executing_syzkaller_programs.md: fix typo | Nicky Chorley | 2021-07-12 | 1 | -1/+1 |
| | | |||||
| * | docs: fix scp command in instructions | musamaanjum | 2021-03-18 | 1 | -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 typo | Dmitry Vyukov | 2020-05-31 | 1 | -1/+1 |
| | | | | Fixes ##1778 | ||||
| * | docs: move go install instructions to setup.md | Andrey Konovalov | 2020-05-07 | 1 | -3/+3 |
| | | | | | Also update go version requirement to 1.13. | ||||
| * | docs: update source download instructions | Dmitry Vyukov | 2020-05-02 | 1 | -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.12 | Dmitry Vyukov | 2019-03-14 | 1 | -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.md | Dmitry Vyukov | 2019-01-15 | 1 | -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 binary | Dmitry Vyukov | 2017-11-07 | 1 | -7/+10 |
| | | |||||
| * | Update executing_syzkaller_programs.md | Dmitry Vyukov | 2017-08-09 | 1 | -0/+6 |
| | | |||||
| * | docs: move executing syzkaller page from wiki | Andrey Konovalov | 2017-06-14 | 1 | -0/+47 |
