Module Name: src
Committed By: riz
Date: Tue Dec 17 22:40:30 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.3
Log Message:
Ticket 995.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-6.1.3
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.1.3
diff -u src/doc/CHANGES-6.1.3:1.1.2.10 src/doc/CHANGES-6.1.3:1.1.2.11
--- src/doc/CHANGES-6.1.3:1.1.2.10 Tue Dec 17 22:34:45 2013
+++ src/doc/CHANGES-6.1.3 Tue Dec 17 22:40:30 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.3,v 1.1.2.10 2013/12/17 22:34:45 riz Exp $
+# $NetBSD: CHANGES-6.1.3,v 1.1.2.11 2013/12/17 22:40:30 riz Exp $
A complete list of changes from the NetBSD 6.1.1 release to the NetBSD 6.1.2
release:
@@ -132,3 +132,10 @@ sbin/fsck_ffs/inode.c 1.70
fsck_ffs to exit with an internal error.
[bouyer, ticket #991]
+sys/arch/xen/xen/evtchn.c 1.70
+
+ Remove the "evtchn_do_event: handler %p didn't lower ipl %d %d\n"
+ printf as analysis shows it actually isn't a bug in the handler,
+ but related to spin mutexes. Fixes port-xen/46313.
+ [bouyer, ticket #995]
+