Module Name: src
Committed By: msaitoh
Date: Wed Aug 27 06:58:38 UTC 2014
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.5
Log Message:
Ticket 1912, 1921 and 1922.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-5.1.5
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-5.1.5
diff -u src/doc/CHANGES-5.1.5:1.1.2.14 src/doc/CHANGES-5.1.5:1.1.2.15
--- src/doc/CHANGES-5.1.5:1.1.2.14 Fri Aug 15 23:03:35 2014
+++ src/doc/CHANGES-5.1.5 Wed Aug 27 06:58:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.5,v 1.1.2.14 2014/08/15 23:03:35 riz Exp $
+# $NetBSD: CHANGES-5.1.5,v 1.1.2.15 2014/08/27 06:58:38 msaitoh Exp $
A complete list of changes from the NetBSD 5.1.4 release to the NetBSD 5.1.5
release:
@@ -225,3 +225,20 @@ share/zoneinfo/zone1970.tab patch
and zone1970.dat).
[apb, ticket #1917]
+etc/namedb/root.cache patch
+doc/3RDPARTY patch
+
+ Sync root.cache with the latest -current (rev. 1.18).
+ [taca, ticket #1912]
+
+sys/miscfs/umapfs/umap_vfsops.c 1.94
+
+ Fix a overflow and a memory corruption bug in umapfs.
+ [maxv, ticket #1921]
+
+sys/dev/pci/pci_usrreq.c 1.26 via patch
+
+ Fix to make pci(4) reject unaligned configuration register reads and
+ writes before feeding them to a kassert in pci_conf_read/write or to a
+ trap in the hardware itself.
+ [riastradh, ticket #1922]