Module Name: src Committed By: sborrill Date: Fri Nov 13 20:39:33 UTC 2009
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1140 To generate a diff of this commit: cvs rdiff -u -r1.1.2.135 -r1.1.2.136 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.135 src/doc/CHANGES-5.1:1.1.2.136 --- src/doc/CHANGES-5.1:1.1.2.135 Fri Nov 13 20:34:29 2009 +++ src/doc/CHANGES-5.1 Fri Nov 13 20:39:32 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.135 2009/11/13 20:34:29 sborrill Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.136 2009/11/13 20:39:32 sborrill Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -14704,3 +14704,10 @@ the connection is broken. [bouyer, ticket #1128] +sys/arch/amd64/include/Makefile.inc 1.1 + + Build kernel modules with -mno-red-zone like kernel is build. + This fixes frequent panics in amd64 zfs module, plus other + reported problems. + [cube, ticket #1140] +