Module Name: src
Committed By: riz
Date: Tue Dec 17 22:40:04 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.4
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.0.4
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.4
diff -u src/doc/CHANGES-6.0.4:1.1.2.10 src/doc/CHANGES-6.0.4:1.1.2.11
--- src/doc/CHANGES-6.0.4:1.1.2.10 Tue Dec 17 22:34:07 2013
+++ src/doc/CHANGES-6.0.4 Tue Dec 17 22:40:04 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.4,v 1.1.2.10 2013/12/17 22:34:07 riz Exp $
+# $NetBSD: CHANGES-6.0.4,v 1.1.2.11 2013/12/17 22:40:04 riz Exp $
A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4
release:
@@ -124,3 +124,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]
+