docs: move OS-specific docs to subdirs

Move freebsd, fuchsia, gvisor docs into own subdirs
as we do for all other OSes.
Add freebsd found_bugs.md.
This commit is contained in:
Dmitry Vyukov 2019-02-26 13:38:57 +01:00
parent 742e507fb1
commit 3b8291bd1a
6 changed files with 17 additions and 4 deletions

View File

@ -21,12 +21,12 @@ Most of the documentation at this moment is related to the Linux kernel.
For other OS kernels check:
[Akaros](docs/akaros/README.md),
[Darwin/XNU](docs/darwin/README.md),
[FreeBSD](docs/freebsd.md),
[Fuchsia](docs/fuchsia.md),
[FreeBSD](docs/freebsd/README.md),
[Fuchsia](docs/fuchsia/README.md),
[NetBSD](docs/netbsd/README.md),
[OpenBSD](docs/openbsd/setup.md),
[Windows](docs/windows/README.md),
[gVisor](docs/gvisor.md).
[gVisor](docs/gvisor/README.md).
- [How to install syzkaller](docs/setup.md)
- [How to use syzkaller](docs/usage.md)

View File

@ -0,0 +1,7 @@
# Found Bugs
Newer bugs come first
- [Fix a locking bug in the IPPROTO_SCTP level SCTP_EVENT socket option.](https://reviews.freebsd.org/rS343954)
- [Fix a locking issue in the IPPROTO_SCTP level SCTP_PEER_ADDR_THLDS socket](https://reviews.freebsd.org/rS343960)
- [Check the index hasn't changed after writing the cmp entry.](https://reviews.freebsd.org/rS344517)

View File

@ -1,7 +1,13 @@
# 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/README.md), [OpenBSD](/docs/openbsd/setup.md), [Windows](/docs/windows/README.md).
For other OS kernels check:
[Akaros](/docs/akaros/README.md),
[FreeBSD](/docs/freebsd/README.md),
[Fuchsia](/docs/fuchsia/README.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`: