summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2021-10-08 14:59:08 +0000
committermartin <martin@NetBSD.org>2021-10-08 14:59:08 +0000
commit584d2536d4e07c1919b76908cf6beaf9a63c8990 (patch)
tree206efc9fe6aacf70e6a43435669c8e42ef240a09
parent3afca2a49130da4356305184e6ce944e26930746 (diff)
Ticket #1357
-rw-r--r--doc/CHANGES-9.37
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3
index 73f71f0b244..df8c3e34ef8 100644
--- a/doc/CHANGES-9.3
+++ b/doc/CHANGES-9.3
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.35 2021/10/05 11:08:04 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.36 2021/10/08 14:59:08 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -793,3 +793,8 @@ lib/libc/resolv/res_private.h 1.4
res_init(3): handle kqueue close-on-fork semantics.
[christos, ticket #1356]
+sys/kern/sys_pipe.c 1.157
+
+ PR 56422: fix a deadlock in "pipe_write()".
+ [hannken, ticket #1357]
+