mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-26 21:00:30 +00:00
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:
parent
742e507fb1
commit
3b8291bd1a
@ -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)
|
||||
|
7
docs/freebsd/found_bugs.md
Normal file
7
docs/freebsd/found_bugs.md
Normal 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)
|
@ -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`:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user