aboutsummaryrefslogtreecommitdiffstats
path: root/docs/freebsd/found_bugs.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-02-26 13:38:57 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-02-26 13:38:57 +0100
commit3b8291bd1a368667df02bcf7cbf09b8a6a0e7dbb (patch)
treeea807fcd78cc72a8ac0b3ce889c4394d6e9ed898 /docs/freebsd/found_bugs.md
parent742e507fb1db5cdda57b74e01350efdfa408d7c2 (diff)
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.
Diffstat (limited to 'docs/freebsd/found_bugs.md')
-rw-r--r--docs/freebsd/found_bugs.md7
1 files changed, 7 insertions, 0 deletions
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)