From 3b8291bd1a368667df02bcf7cbf09b8a6a0e7dbb Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 26 Feb 2019 13:38:57 +0100 Subject: 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. --- docs/freebsd/found_bugs.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/freebsd/found_bugs.md (limited to 'docs/freebsd/found_bugs.md') diff --git a/docs/freebsd/found_bugs.md b/docs/freebsd/found_bugs.md new file mode 100644 index 000000000..5de46cce4 --- /dev/null +++ b/docs/freebsd/found_bugs.md @@ -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) -- cgit mrf-deployment