Module Name: src
Committed By: riz
Date: Tue Jun 12 18:31:30 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 312,313
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.121 -r1.1.2.122 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.121 src/doc/CHANGES-6.0:1.1.2.122
--- src/doc/CHANGES-6.0:1.1.2.121 Tue Jun 12 17:50:58 2012
+++ src/doc/CHANGES-6.0 Tue Jun 12 18:31:30 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.121 2012/06/12 17:50:58 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.122 2012/06/12 18:31:30 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -5433,3 +5433,14 @@ sys/arch/zaurus/conf/GENERIC 1.54
vax GENERIC.
[abs, ticket #311]
+sys/net/bpf.h 1.59
+
+ Add {__BEGIN,__END}_DECLS so including in C++ works properly.
+ [abs, ticket #312]
+
+sys/arch/xen/xenbus/xenbus_probe.c 1.36-1.37
+
+ Sort vif and vbd device IDs numerically so that attach order does
+ not depend on the order they are passed in through xenstore.
+ [sborrill, ticket #313]
+