Module Name: src
Committed By: sborrill
Date: Fri Sep 23 12:45:14 UTC 2011
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket 1672
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.103 -r1.1.2.104 src/doc/CHANGES-5.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-5.2
diff -u src/doc/CHANGES-5.2:1.1.2.103 src/doc/CHANGES-5.2:1.1.2.104
--- src/doc/CHANGES-5.2:1.1.2.103 Sat Sep 17 18:58:20 2011
+++ src/doc/CHANGES-5.2 Fri Sep 23 12:45:14 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.103 2011/09/17 18:58:20 bouyer Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.104 2011/09/23 12:45:14 sborrill Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -5628,3 +5628,13 @@
instead.
[tron, ticket #1669]
+sys/arch/xen/conf/files.xen 1.123 via patch
+sys/arch/xen/xen/hypervisor.c 1.58 via patch
+sys/arch/xen/xenbus/xenbus_dev.c 1.9
+sys/arch/xen/xenbus/xenbus_probe.c 1.35
+
+ Expose Xen kernfs entries inside a domU to make it possible to
+ use pkgsrc's sysutils/xentools inside a domU to query XenStore
+ entries (or even modify part of it if the domain has enough rights).
+ [jym, ticket #1672]
+