Module Name: src
Committed By: martin
Date: Fri Sep 3 10:28:29 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1339 - #1341
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 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.24 src/doc/CHANGES-9.3:1.1.2.25
--- src/doc/CHANGES-9.3:1.1.2.24 Fri Aug 20 19:33:44 2021
+++ src/doc/CHANGES-9.3 Fri Sep 3 10:28:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.24 2021/08/20 19:33:44 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.25 2021/09/03 10:28:29 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -605,4 +605,20 @@ sys/netinet6/nd6.c 1.277
nd6: avoid use-after-free in ND L2 cache.
[ozaki-r, ticket #1338]
+sys/dev/pci/if_vte.c 1.32
+
+ vte(4): PR 53494: restore original MDC speed control register value
+ after MAC reset.
+ [andvar, ticket #1339]
+
+sys/dev/usb/ehci.c 1.286
+
+ PR 56366: add missing newline and fix conditional for askroot/single
+ user hand over delay message.
+ [mrg, ticket #1340]
+
+sys/arch/x86/x86/pmap.c 1.410
+
+ xen: Make pat_init() a NOOP on XENPV; it causes a trap with Xen 4.15.
+ [manu, ticket #1341]