Module Name: src Committed By: msaitoh Date: Wed Aug 27 06:58:14 UTC 2014
Modified Files: src/doc [netbsd-5-2]: CHANGES-5.2.3 Log Message: Ticket 1912, 1921 and 1922. To generate a diff of this commit: cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-5.2.3 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.2.3 diff -u src/doc/CHANGES-5.2.3:1.1.2.15 src/doc/CHANGES-5.2.3:1.1.2.16 --- src/doc/CHANGES-5.2.3:1.1.2.15 Fri Aug 15 23:07:24 2014 +++ src/doc/CHANGES-5.2.3 Wed Aug 27 06:58:14 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.2.3,v 1.1.2.15 2014/08/15 23:07:24 riz Exp $ +# $NetBSD: CHANGES-5.2.3,v 1.1.2.16 2014/08/27 06:58:14 msaitoh Exp $ A complete list of changes from the NetBSD 5.2.2 release to the NetBSD 5.2.3 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]