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

Modified Files:
        src/doc [netbsd-7]: CHANGES-7.1

Log Message:
Ticket 1040.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-7.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.1
diff -u src/doc/CHANGES-7.1:1.1.2.29 src/doc/CHANGES-7.1:1.1.2.30
--- src/doc/CHANGES-7.1:1.1.2.29	Sun Nov  8 23:30:08 2015
+++ src/doc/CHANGES-7.1	Mon Nov 16 07:37:55 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.29 2015/11/08 23:30:08 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.30 2015/11/16 07:37:55 msaitoh Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1493,3 +1493,10 @@ sys/dev/usb/uplcom.c				1.76
 	My uplcom(4) now works on RPI.
 	[skrll, ticket #1027]
 
+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]

Reply via email to