Module Name: src
Committed By: msaitoh
Date: Fri Nov 30 06:32:31 UTC 2012
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.1
Log Message:
Ticket 728.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-6.0.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-6.0.1
diff -u src/doc/CHANGES-6.0.1:1.1.2.25 src/doc/CHANGES-6.0.1:1.1.2.26
--- src/doc/CHANGES-6.0.1:1.1.2.25 Thu Nov 29 00:04:19 2012
+++ src/doc/CHANGES-6.0.1 Fri Nov 30 06:32:31 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.1,v 1.1.2.25 2012/11/29 00:04:19 riz Exp $
+# $NetBSD: CHANGES-6.0.1,v 1.1.2.26 2012/11/30 06:32:31 msaitoh Exp $
A complete list of changes from the NetBSD 6.0 release to the NetBSD 6.0.1
release:
@@ -230,3 +230,7 @@ sys/netsmb/smb_smb.c 1.33
Make smbfs actually works on big-endian ports.
[nakayama, ticket #725]
+sys/arch/xen/xenbus/xenbus_xs.c 1.23
+
+ Xen Dom0 NetBSD kernel can crash by adding duplicate xenwatches.
+ [royger, ticket #728]