aboutsummaryrefslogtreecommitdiffstats
path: root/docs/netbsd
Commit message (Collapse)AuthorAgeFilesLines
* docs: typo fixesDavidlohr Bueso2023-06-071-2/+2
| | | | Fix various typos within the documentation directory.
* /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
* tools: add syz-big-envDmitry Vyukov2020-06-021-1/+1
| | | | | | | | On top of syz-env it provides akaros/fuchsia/netbsd toolchains and gcloud sdk. With this it's possible to run dashboard/app tests on CI and locally and test executor build and pkg/{csource,cover} for these OSes. Update #1765
* docs/netbsd: update image linkDmitry Vyukov2020-05-281-3/+1
|
* 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.
* netbsd/found_bugs.md: Reset to the redirection to syzbotKamil Rytarowski2020-03-211-9/+1
| | | | This list is not maintained.
* netbsd: Improve README.mdKamil Rytarowski2020-03-211-30/+35
| | | | Based on feedback from Maxime Villard.
* docs/netbsd: Improve wording.Kamil Rytarowski2020-02-091-37/+35
| | | | Based on input from Maxime Villard (NetBSD).
* docs/netbsd: remove TODO tasks that have been completedR3x2019-06-261-3/+0
|
* docs/netbsd: Added link to image scriptR3x2019-06-041-1/+4
|
* dashboard/app: split dashboard per-namespaceDmitry Vyukov2019-04-082-2/+2
| | | | | | | We now have too many namespaces and bugs. Main page takes infinity to load. Also almost nobody is interested in more than 1 namespace. So split main page per-namespaces.
* docs/netbsd: add the recent bugs (#1046)Siddharth M2019-03-071-0/+4
| | | | | | * Adding recent bugs * Follow Linux format of KASAN attribution
* docs/netbsd: mention syzbotDmitry Vyukov2019-02-271-2/+31
| | | | | Provide links to the image/key. Describe how the image can be started and kernel updated.
* Added found_bugs.mdR3x2019-02-251-0/+9
|
* Add keyname and empty passphraseSiddharth M2019-02-121-1/+1
|
* Made changes in the ssh config and netbsd sources partSiddharth M2019-02-121-11/+18
|
* Remove instances of executorSiddharth M2019-02-121-19/+1
|
* Minor changes to the documentationSiddharth M2019-02-121-7/+31
|
* docs: move netbsd.md into own dirDmitry Vyukov2019-02-011-0/+165
The latest trend is to create a dir per OS as we now have too many of them. Create a dir netbsd and move the existing doc into it.