Module Name: src
Committed By: riz
Date: Thu Feb 23 02:31:51 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 23, 33
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-6.0
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
diff -u src/doc/CHANGES-6.0:1.1.2.12 src/doc/CHANGES-6.0:1.1.2.13
--- src/doc/CHANGES-6.0:1.1.2.12 Thu Feb 23 02:18:54 2012
+++ src/doc/CHANGES-6.0 Thu Feb 23 02:31:50 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.12 2012/02/23 02:18:54 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.13 2012/02/23 02:31:50 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -390,3 +390,14 @@ dist/openpam/modules/pam_unix/pam_unix.c
openpam moved to external/bsd, remove old sources.
[tron, ticket #20]
+sys/dev/raidframe/rf_reconmap.c 1.34
+sys/dev/raidframe/rf_reconstruct.c 1.118
+
+ Handle RAID5_RS correctly.
+ [oster, ticket #23]
+
+sys/arch/xen/xen/if_xennet_xenbus.c 1.59
+
+ Resolve network issue with NetBSD domU on newer Linux dom0.
+ [bouyer, ticket #33]
+