aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-02-01 14:48:17 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-02-01 19:43:52 +0100
commita0f00cc5a05c4e3954578808e0fb75a3a3f5d89c (patch)
tree9cb21e023687ed80578f0479dfba83e8af6ea2fa /docs
parentffec3d1894ffd05966b50efa49ca19af76c9ea81 (diff)
docs: move netbsd.md into own dir
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/netbsd/README.md (renamed from docs/netbsd.md)0
-rw-r--r--docs/setup.md2
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/netbsd.md b/docs/netbsd/README.md
index 7aceab859..7aceab859 100644
--- a/docs/netbsd.md
+++ b/docs/netbsd/README.md
diff --git a/docs/setup.md b/docs/setup.md
index e40d2e70a..98184c221 100644
--- a/docs/setup.md
+++ b/docs/setup.md
@@ -1,7 +1,7 @@
# How to set up syzkaller
Generic setup instructions for fuzzing Linux kernel are outlined [here](linux/setup.md).
-For other OS kernels check: [Akaros](/docs/akaros/README.md), [FreeBSD](/docs/freebsd.md), [Fuchsia](/docs/fuchsia.md), [NetBSD](/docs/netbsd.md), [OpenBSD](/docs/openbsd/setup.md), [Windows](/docs/windows/README.md).
+For other OS kernels check: [Akaros](/docs/akaros/README.md), [FreeBSD](/docs/freebsd.md), [Fuchsia](/docs/fuchsia.md), [NetBSD](/docs/netbsd/README.md), [OpenBSD](/docs/openbsd/setup.md), [Windows](/docs/windows/README.md).
After following these instructions you should be able to run `syz-manager`, see it executing programs and be able to access statistics exposed at `http://127.0.0.1:56741`: