Module Name: src Committed By: martin Date: Fri Oct 8 15:01:21 UTC 2021
Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1698 To generate a diff of this commit: cvs rdiff -u -r1.1.2.103 -r1.1.2.104 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.103 src/doc/CHANGES-8.3:1.1.2.104 --- src/doc/CHANGES-8.3:1.1.2.103 Thu Sep 23 10:08:35 2021 +++ src/doc/CHANGES-8.3 Fri Oct 8 15:01:21 2021 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.103 2021/09/23 10:08:35 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.104 2021/10/08 15:01:21 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2116,3 +2116,8 @@ bin/mkdir/mkdir.c 1.39 is used. [kre, ticket #1697] +sys/kern/sys_pipe.c 1.157 + + PR 56422: fix a deadlock in "pipe_write()". + [hannken, ticket #1698] +