Module Name: src
Committed By: sborrill
Date: Sat Oct 31 12:54:08 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1117
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.128 -r1.1.2.129 src/doc/CHANGES-5.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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.128 src/doc/CHANGES-5.1:1.1.2.129
--- src/doc/CHANGES-5.1:1.1.2.128 Wed Oct 28 13:06:22 2009
+++ src/doc/CHANGES-5.1 Sat Oct 31 12:54:08 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.128 2009/10/28 13:06:22 bouyer Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.129 2009/10/31 12:54:08 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -14570,3 +14570,9 @@
Controller Standard Simplified Specification.
[sborrill, ticket #1114]
+sys/arch/xen/xen/xbdback_xenbus.c 1.28
+
+ Fix stalled xbdback detach that would stall the whole xenbus
+ thread, preventing new domU from be created.
+ [bouyer, ticket #1117]
+