Module Name: src Committed By: msaitoh Date: Mon Dec 22 04:37:45 UTC 2014
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 1216. To generate a diff of this commit: cvs rdiff -u -r1.1.2.169 -r1.1.2.170 src/doc/CHANGES-6.2 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-6.2 diff -u src/doc/CHANGES-6.2:1.1.2.169 src/doc/CHANGES-6.2:1.1.2.170 --- src/doc/CHANGES-6.2:1.1.2.169 Sun Dec 21 20:26:30 2014 +++ src/doc/CHANGES-6.2 Mon Dec 22 04:37:45 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.169 2014/12/21 20:26:30 msaitoh Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.170 2014/12/22 04:37:45 msaitoh Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -5615,3 +5615,9 @@ usr.sbin/perfused/perfused.c 1.25 Survive if filesystem installs a signal handler. [manu, ticket #1215] + +sys/dev/raidframe/rf_netbsdkintf.c 1.317 + + Stop useless disklabel warning if there are wedges, using GPT + partition. Fix PR kern/47989. + [taca, ticket #1216]