| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: move linux kernel specific docs to docs/linux/ dir | Andrey Konovalov | 2017-10-27 | 1 | -326/+0 |
| | | |||||
| * | Makefile: build target binaries into separate dirs | Dmitry Vyukov | 2017-09-19 | 1 | -12/+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 | ||||
| * | syz-manager/mgrconfig: explicitly specify target in config | Dmitry Vyukov | 2017-09-15 | 1 | -0/+1 |
| | | | | | | Add target config parameter (e.g. linux/amd64) which controls target OS/arch. No more explicit assumptions about target. | ||||
| * | docs: small fixes | Andrey Konovalov | 2017-07-24 | 1 | -0/+3 |
| | | |||||
| * | syz-manager/mgrconfig: move sshkey from vm config to manager config | Dmitry Vyukov | 2017-06-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Sshkey is a property of image, which is in manager config. Move sshkey to the same location as image. The motivation for the move is as follows. Continuous build produces an image and the key, both need to be passed manager instance. Continuous build system should not distinguish different VM types and mess with their configs. NOTE FOR USERS: this breaks manager configs again. Hopefully the last time for now. Docs are updated. | ||||
| * | docs: move parts of README to docs | Andrey Konovalov | 2017-06-14 | 1 | -1/+1 |
| | | |||||
| * | docs: move setup pages from wiki | Andrey Konovalov | 2017-06-14 | 1 | -0/+332 |
