Module Name: src Committed By: martin Date: Fri Oct 8 14:59:08 UTC 2021
Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1357 To generate a diff of this commit: cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-9.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-9.3 diff -u src/doc/CHANGES-9.3:1.1.2.35 src/doc/CHANGES-9.3:1.1.2.36 --- src/doc/CHANGES-9.3:1.1.2.35 Tue Oct 5 11:08:04 2021 +++ src/doc/CHANGES-9.3 Fri Oct 8 14:59:08 2021 @@ -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] +