Module Name: src
Committed By: sborrill
Date: Sat Mar 6 20:56:45 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1324
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.202 -r1.1.2.203 src/doc/CHANGES-5.1
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
diff -u src/doc/CHANGES-5.1:1.1.2.202 src/doc/CHANGES-5.1:1.1.2.203
--- src/doc/CHANGES-5.1:1.1.2.202 Tue Mar 2 06:34:57 2010
+++ src/doc/CHANGES-5.1 Sat Mar 6 20:56:44 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.202 2010/03/02 06:34:57 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.203 2010/03/06 20:56:44 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -16837,3 +16837,11 @@
Make atomics usable from C++.
[dholland, ticket #1314]
+sys/dev/raidframe/rf_netbsdkintf.c 1.272
+
+ Don't merge a good parity map with random stuff in the event that
+ the first component is missing. (Since the merging just OR's the
+ maps, this isn't that big of a deal, as it will just over-estimate
+ the amount of checking that needs to be done.)
+ [oster, ticket #1324]
+