Module Name:    src
Committed By:   msaitoh
Date:           Mon Nov 16 07:55:50 UTC 2015

Modified Files:
        src/doc [netbsd-6-0]: CHANGES-6.0.7

Log Message:
Ticket 1347.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-6.0.7

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-6.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.52 src/doc/CHANGES-6.0.7:1.1.2.53
--- src/doc/CHANGES-6.0.7:1.1.2.52	Sun Nov 15 21:13:33 2015
+++ src/doc/CHANGES-6.0.7	Mon Nov 16 07:55:50 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.52 2015/11/15 21:13:33 bouyer Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.53 2015/11/16 07:55:50 msaitoh Exp $
 
 A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
 release:
@@ -7084,3 +7084,10 @@ sys/arch/sparc64/sparc64/vm_machdep.c		1
 	Fix various sparc64 compat_netbsd32 issues.
 	[martin, ticket #1343]
 
+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 #1347]

Reply via email to