Module Name: src
Committed By: msaitoh
Date: Mon Nov 16 07:38:15 UTC 2015
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.1
Log Message:
Ticket 1040.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-7.0.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-7.0.1
diff -u src/doc/CHANGES-7.0.1:1.1.2.13 src/doc/CHANGES-7.0.1:1.1.2.14
--- src/doc/CHANGES-7.0.1:1.1.2.13 Sun Nov 8 23:29:53 2015
+++ src/doc/CHANGES-7.0.1 Mon Nov 16 07:38:15 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.1,v 1.1.2.13 2015/11/08 23:29:53 riz Exp $
+# $NetBSD: CHANGES-7.0.1,v 1.1.2.14 2015/11/16 07:38:15 msaitoh Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
release:
@@ -747,3 +747,10 @@ usr.sbin/vnconfig/vnconfig.8 1.40
In NetBSD 7, the vnconfig command was renamed.
[pgoyette, ticket #1025]
+sys/arch/xen/xen/xbdback_xenbus.c 1.61
+
+ Fix typo which caused the kenrel thread to be created with a 0
+ priority. This would cause the thread to be almost never scheduled
+ when a userland process could use all CPU.
+ Should fix the problem reported by Torbj?rn Granlund on port-xen@
+ [bouyer, ticket #1040]