Module Name: src
Committed By: sborrill
Date: Fri Nov 13 20:43:07 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
Ticket 1140
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.23 src/doc/CHANGES-5.0.2:1.1.2.24
--- src/doc/CHANGES-5.0.2:1.1.2.23 Sat Oct 31 13:30:17 2009
+++ src/doc/CHANGES-5.0.2 Fri Nov 13 20:43:07 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.23 2009/10/31 13:30:17 sborrill Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.24 2009/11/13 20:43:07 sborrill Exp $
A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
release:
@@ -412,3 +412,10 @@
cpus to halt and thus stop the machine hanging at shutdown.
[mhitch, ticket #1118]
+sys/arch/amd64/include/Makefile.inc 1.1
+
+ Build kernel modules with -mno-red-zone like kernel is built.
+ This fixes frequent panics in amd64 zfs module, plus other
+ reported problems.
+ [cube, ticket #1140]
+