aboutsummaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--README.md2
-rw-r--r--docs/netbsd/README.md (renamed from docs/netbsd.md)0
-rw-r--r--docs/setup.md2
3 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ef1b2f76d..6ce14b20a 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ For other OS kernels check:
[Darwin/XNU](docs/darwin/README.md),
[FreeBSD](docs/freebsd.md),
[Fuchsia](docs/fuchsia.md),
-[NetBSD](docs/netbsd.md),
+[NetBSD](docs/netbsd/README.md),
[OpenBSD](docs/openbsd/setup.md),
[Windows](docs/windows/README.md),
[gVisor](docs/gvisor.md).
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`: