Module Name: src
Committed By: msaitoh
Date: Fri Nov 30 04:30:27 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Ticket 728 and 729.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-6.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.1
diff -u src/doc/CHANGES-6.1:1.1.2.48 src/doc/CHANGES-6.1:1.1.2.49
--- src/doc/CHANGES-6.1:1.1.2.48 Thu Nov 29 00:12:19 2012
+++ src/doc/CHANGES-6.1 Fri Nov 30 04:30:26 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.48 2012/11/29 00:12:19 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.49 2012/11/30 04:30:26 msaitoh Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -916,7 +916,7 @@ sys/dev/usb/if_urndis.c 1.4
lib/libc/arch/arm/sys/__aeabi_read_tp.S 1.3
- Add $NetBSD: CHANGES-6.1,v 1.1.2.48 2012/11/29 00:12:19 riz Exp $ tag. Use ip to save r1 instead of the stack.
+ Add $NetBSD: CHANGES-6.1,v 1.1.2.49 2012/11/30 04:30:26 msaitoh Exp $ tag. Use ip to save r1 instead of the stack.
[matt, ticket #701]
sys/net/npf/npf.c 1.14
@@ -7094,3 +7094,13 @@ sys/arch/amigappc/conf/files.amigappc 1
build again.
[msaitoh, ticket #727]
+sys/arch/xen/xenbus/xenbus_xs.c 1.23
+
+ Xen Dom0 NetBSD kernel can crash by adding duplicate xenwatches.
+ [royger, ticket #728]
+
+distrib/sets/lists/base/shl.mi 1.641
+lib/libnpf/Makefile 1.4
+
+ Install libnpf in /lib too because npfctl is linked against it.
+ [christos, ticket #729]