Module Name: src Committed By: sborrill Date: Fri Nov 21 08:25:26 UTC 2014
Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.6 Log Message: Ticket #1933 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-5.1.6 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.6 diff -u src/doc/CHANGES-5.1.6:1.1.2.1 src/doc/CHANGES-5.1.6:1.1.2.2 --- src/doc/CHANGES-5.1.6:1.1.2.1 Wed Nov 19 06:33:54 2014 +++ src/doc/CHANGES-5.1.6 Fri Nov 21 08:25:26 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1.6,v 1.1.2.1 2014/11/19 06:33:54 snj Exp $ +# $NetBSD: CHANGES-5.1.6,v 1.1.2.2 2014/11/21 08:25:26 sborrill Exp $ A complete list of changes from the NetBSD 5.1.5 release to the NetBSD 5.1.6 release: @@ -11,3 +11,12 @@ sys/sys/param.h patched by hand Welcome to 5.1.5_PATCH. [snj] +sys/dev/raidframe/raidframevar.h 1.17 +sys/dev/raidframe/rf_netbsdkintf.c 1.316 +sys/dev/raidframe/rf_reconstruct.c 1.121 via patch + + Fix a long-standing bug related to rebooting while a + reconstruct-to-spare is underway but not yet complete. + Fixes PR kern/49244. + [oster, ticket #1933] +