Module Name: src
Committed By: martin
Date: Mon Apr 6 14:59:48 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #820, #822, #823
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-9.1
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.1
diff -u src/doc/CHANGES-9.1:1.1.2.30 src/doc/CHANGES-9.1:1.1.2.31
--- src/doc/CHANGES-9.1:1.1.2.30 Fri Apr 3 12:28:24 2020
+++ src/doc/CHANGES-9.1 Mon Apr 6 14:59:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.30 2020/04/03 12:28:24 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.31 2020/04/06 14:59:48 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -794,3 +794,21 @@ sys/dev/usb/usbdi.c 1.199
Avoid crashes if we fail to allocate a transfer buffer.
[skrll, ticket #819]
+sys/dev/wscons/wsevent.c 1.43,1.44
+
+ PR 55103: make default protocol version used by wscons selectable
+ and default to the current version.
+ [pgoyette, ticket #820]
+
+sys/dev/dkwedge/dk.c 1.99
+
+ Allow dumping to cgd(4) on a dk(4).
+ [riastradh, ticket #822]
+
+sys/dev/cgd.c 1.122-1.124
+sys/dev/cgdvar.h 1.19
+
+ Defer crypto operations to a workqueue and make it utilize all CPUs.
+ Make device mpsafe.
+ [riastradh, ticket #823]
+