Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Tickets #820, #822, #823



details:   https://anonhg.NetBSD.org/src/rev/808219f7ca65
branches:  netbsd-9
changeset: 1001639:808219f7ca65
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Apr 06 14:59:48 2020 +0000

description:
Tickets #820, #822, #823

diffstat:

 doc/CHANGES-9.1 |  20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 62cdde240b3c -r 808219f7ca65 doc/CHANGES-9.1
--- a/doc/CHANGES-9.1   Mon Apr 06 14:57:42 2020 +0000
+++ b/doc/CHANGES-9.1   Mon Apr 06 14:59:48 2020 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index