summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2020-03-02 08:02:16 +0000
committermartin <martin@NetBSD.org>2020-03-02 08:02:16 +0000
commit5fff01fa9dcfb1fd255f09cb4f38b83eca67e8ec (patch)
treeb1d9c2342b92dda4895d7ea95f5f70f076a8d2c6
parent9312bbae507f0d553c50102e3380786c05826aef (diff)
Tickets #750 - #752
-rw-r--r--doc/CHANGES-9.119
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/CHANGES-9.1 b/doc/CHANGES-9.1
index db3adda7be7..c1e6669f87e 100644
--- a/doc/CHANGES-9.1
+++ b/doc/CHANGES-9.1
@@ -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_pci.c 1.25
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]
+