Module Name:    src
Committed By:   martin
Date:           Mon Mar  2 08:02:16 UTC 2020

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.1

Log Message:
Tickets #750 - #752


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 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.7 src/doc/CHANGES-9.1:1.1.2.8
--- src/doc/CHANGES-9.1:1.1.2.7	Sun Mar  1 12:52:01 2020
+++ src/doc/CHANGES-9.1	Mon Mar  2 08:02:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.7 2020/03/01 12:52:01 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.8 2020/03/02 08:02:16 martin Exp $
 
 A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
 release:
@@ -296,3 +296,20 @@ sys/external/bsd/drm2/nouveau/nouveau_pc
 	first pciid not supported. Fixes PR 54600.
 	[mrg, ticket #749]
 
+sys/arch/amd64/amd64/db_interface.c		1.37
+
+	Fix boot -c or -d by avoiding ipi handling before the vector is
+	initialized.
+	[christos, ticket #750]
+
+sys/arch/cobalt/dev/gt.c			1.30
+
+	Fix mapping of the PCI I/O space.
+	[thorpej, ticket #751]
+
+sys/arch/powerpc/booke/copyin.c			1.8
+
+	Let copyinstr(9) return ENAMETOOLONG correctly if source is not
+	NUL-terminated.
+	[rin, ticket #752]
+

Reply via email to