Module Name: src Committed By: martin Date: Thu Aug 9 08:04:09 UTC 2012
Modified Files: src/doc [netbsd-6]: 3RDPARTY CHANGES-6.0 Log Message: Tickets 467, 470 and 471 To generate a diff of this commit: cvs rdiff -u -r1.909.2.10 -r1.909.2.11 src/doc/3RDPARTY cvs rdiff -u -r1.1.2.172 -r1.1.2.173 src/doc/CHANGES-6.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/3RDPARTY diff -u src/doc/3RDPARTY:1.909.2.10 src/doc/3RDPARTY:1.909.2.11 --- src/doc/3RDPARTY:1.909.2.10 Tue Jul 31 09:12:31 2012 +++ src/doc/3RDPARTY Thu Aug 9 08:04:09 2012 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.909.2.10 2012/07/31 09:12:31 martin Exp $ +# $NetBSD: 3RDPARTY,v 1.909.2.11 2012/08/09 08:04:09 martin Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -1143,8 +1143,8 @@ Notes: Added changes from a5 -> a12 manually. Package: tz -Version: tzcode2011i / tzdata2012d -Current Vers: tzcode2012c / tzdata2012d +Version: tzcode2011i / tzdata2012e +Current Vers: tzcode2012e / tzdata2012e Maintainer: Arthur David Olson <a...@elsie.nci.nih.gov> Maintainer: Robert Elz <k...@munnari.oz.au> Archive Site: ftp://elsie.nci.nih.gov/pub/ @@ -1158,7 +1158,8 @@ Notes: Use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import. The tzcode2009k -> 2011i patch was applied by hand, since we have too many diffs (re-entrant tzcode) to apply. The diffs have been submitted -upstream but there is too much inertia to apply them. +upstream but there is too much inertia to apply them. Check for .gitignore +files. Package: wpa_supplicant/hostapd Version: 0.7.3 Index: src/doc/CHANGES-6.0 diff -u src/doc/CHANGES-6.0:1.1.2.172 src/doc/CHANGES-6.0:1.1.2.173 --- src/doc/CHANGES-6.0:1.1.2.172 Thu Aug 9 06:58:00 2012 +++ src/doc/CHANGES-6.0 Thu Aug 9 08:04:09 2012 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.0,v 1.1.2.172 2012/08/09 06:58:00 jdc Exp $ +# $NetBSD: CHANGES-6.0,v 1.1.2.173 2012/08/09 08:04:09 martin Exp $ A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012 until the 6.0 release: @@ -6928,3 +6928,36 @@ sys/arch/sparc64/sparc64/trap.c 1.177 Do not spam the console when sending a sigill due to a T_ILLINST trap. [martin, ticket #462] +sys/dev/dm/dm_target_stripe.c 1.18 + + Fix problem reported by jym on current-user@ patch was provided by + mhitch@. + [haad, ticket #467] + +doc/3RDPARTY 1.955 +share/zoneinfo/australasia 1.26 + + Import tzdata2012e from ftp://ftp.iana.org/tz/releases/tzdata2012e.tar.gz + + Major changes from tzdata2012d to tzdata2012e: + + * australasia (Pacific/Fakaofo): Tokelau is UTC+13, not UTC+14. + (Thanks to Steffen Thorsen.) + + * Use a single version number for both code and data. + + [apb, ticket #470] + +sys/dev/pci/if_wm.c 1.230 +sys/dev/pci/if_wm.c 1.231 + + Add workaround for QEMU and the variants that fail on EEPROM access. + + This problem was discovered a few years ago, but some variants and + cloud services still have the bug. This problem is not NetBSD's bug + but qemus's bug. For NetBSD users, existence of buggy virtual machines + is sad thing, so we add a workaroud. + + Fix the check of the device type in last commit. + Reported by Thomas Klausner. + [msaitoh, ticket #471]