Module Name: src
Committed By: sborrill
Date: Mon Oct 19 09:02:02 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
Ticket 1103
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 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.21 src/doc/CHANGES-5.0.2:1.1.2.22
--- src/doc/CHANGES-5.0.2:1.1.2.21 Sun Oct 18 16:06:21 2009
+++ src/doc/CHANGES-5.0.2 Mon Oct 19 09:02:02 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.21 2009/10/18 16:06:21 bouyer Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.22 2009/10/19 09:02:02 sborrill Exp $
A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
release:
@@ -397,3 +397,12 @@
- Don't dereference a null pointer for pkg_admin add
[joerg, ticket #1075]
+sys/arch/sparc64/include/userret.h 1.9
+sys/arch/sparc64/sparc64/trap.c 1.158
+
+ Merge want_ast check in userret() into trap handler, and
+ repeat preempt() call while want_resched is true. While
+ there remove unnecessary #if 1. This should fix a performance
+ degradation of disk I/O on heavy load.
+ [nakayama, ticket #1103]
+