Module Name: src
Committed By: sborrill
Date: Fri Dec 11 09:37:30 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1191
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.160 -r1.1.2.161 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.160 src/doc/CHANGES-5.1:1.1.2.161
--- src/doc/CHANGES-5.1:1.1.2.160 Thu Dec 10 23:22:07 2009
+++ src/doc/CHANGES-5.1 Fri Dec 11 09:37:30 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.160 2009/12/10 23:22:07 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.161 2009/12/11 09:37:30 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -15578,3 +15578,11 @@
curses_input(3) [!] say it should.
[drochner, ticket #1190]
+sbin/raidctl/raidctl.c 1.43
+
+ Slight change to the wording of the parity map info: the parity
+ is "marked clean" after however much inactivity; it is *actually*
+ clean as soon as the component disks all do their thing (on the
+ order of ms, usually), just the same as before.
+ [tron, ticket #1191]
+