Module Name: src
Committed By: riz
Date: Tue Dec 17 22:39:33 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 995.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.67 -r1.1.2.68 src/doc/CHANGES-6.2
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.2
diff -u src/doc/CHANGES-6.2:1.1.2.67 src/doc/CHANGES-6.2:1.1.2.68
--- src/doc/CHANGES-6.2:1.1.2.67 Tue Dec 17 22:33:26 2013
+++ src/doc/CHANGES-6.2 Tue Dec 17 22:39:33 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.67 2013/12/17 22:33:26 riz Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.68 2013/12/17 22:39:33 riz Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -1127,3 +1127,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]
+