Module Name: src
Committed By: sborrill
Date: Sat Oct 31 13:30:17 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
Ticket 1118
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 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.22 src/doc/CHANGES-5.0.2:1.1.2.23
--- src/doc/CHANGES-5.0.2:1.1.2.22 Mon Oct 19 09:02:02 2009
+++ src/doc/CHANGES-5.0.2 Sat Oct 31 13:30:17 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.22 2009/10/19 09:02:02 sborrill Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.23 2009/10/31 13:30:17 sborrill Exp $
A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
release:
@@ -406,3 +406,9 @@
degradation of disk I/O on heavy load.
[nakayama, ticket #1103]
+sys/arch/alpha/alpha/machdep.c 1.321
+
+ Ensures the cpu running the shutdown waits for the correct
+ cpus to halt and thus stop the machine hanging at shutdown.
+ [mhitch, ticket #1118]
+