Module Name: src Committed By: martin Date: Wed Mar 15 18:42:44 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Ticket #121 To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-10.0 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-10.0 diff -u src/doc/CHANGES-10.0:1.1.2.44 src/doc/CHANGES-10.0:1.1.2.45 --- src/doc/CHANGES-10.0:1.1.2.44 Tue Mar 14 17:15:36 2023 +++ src/doc/CHANGES-10.0 Wed Mar 15 18:42:44 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.44 2023/03/14 17:15:36 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.45 2023/03/15 18:42:44 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -1483,3 +1483,8 @@ external/mit/xorg/lib/xkeyboard-config/x Fix xkb_base in the pkg-config file and mapage for xkeyboard-config. [nros, ticket #120] +sys/dev/vnd.c 1.288 + + vnd(4): PR 57263: avoid deadlock. + [hannken, ticket #121] +