Module Name:    src
Committed By:   riz
Date:           Sun Nov 18 21:49:48 UTC 2012

Modified Files:
        src/doc [netbsd-6]: CHANGES-6.1

Log Message:
Tickets 678, 679.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 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.21 src/doc/CHANGES-6.1:1.1.2.22
--- src/doc/CHANGES-6.1:1.1.2.21	Sun Nov 18 19:16:29 2012
+++ src/doc/CHANGES-6.1	Sun Nov 18 21:49:48 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.21 2012/11/18 19:16:29 msaitoh Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.22 2012/11/18 21:49:48 riz Exp $
 
 A complete list of changes from the 6.0 release until the 6.1 release:
 
@@ -526,3 +526,39 @@ etc/weekly					1.27
 
 	Remove duplicate -o. Fixes PR#46521 reported by Jim Bernard.
 	[christos, ticket #675]
+
+distrib/sets/lists/comp/mi			patch
+distrib/sets/lists/comp/shl.mi			patch
+sys/net/npf/npf_impl.h				1.22
+sys/net/npf/npf_state.c				1.12
+sys/rump/dev/lib/libnpf/Makefile		delete
+sys/rump/dev/lib/libnpf/component.c		delete
+sys/rump/dev/lib/libnpf/shlib_version		delete
+sys/rump/librump/rumpkern/rump.c		1.243-1.246
+sys/rump/net/Makefile.rumpnetcomp		1.5
+sys/rump/net/lib/libnpf/Makefile		1.1
+sys/rump/net/lib/libnpf/component.c		1.1
+sys/rump/net/lib/libnpf/shlib_version		1.1
+usr.sbin/npf/npftest/Makefile			1.3
+usr.sbin/npf/npftest/README			1.2
+usr.sbin/npf/npftest/libnpftest/npf_test.h	1.6
+usr.sbin/npf/npftest/libnpftest/npf_test_subr.c	1.4
+usr.sbin/npf/npftest/npftest.c			1.5
+usr.sbin/npf/npftest/npftest.h			1.5
+
+	Move and rename librumpdev_npf to librumpnet_npf.
+	[rmind, ticket #678]
+
+sys/net/npf/npf_alg_icmp.c			1.13
+sys/net/npf/npf_session.c			1.18
+usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c	1.2
+usr.sbin/npf/npftest/libnpftest/npf_processor_test.c 1.3
+usr.sbin/npf/npftest/libnpftest/npf_rule_test.c	1.2
+usr.sbin/npf/npftest/libnpftest/npf_state_test.c 1.3
+usr.sbin/npf/npftest/libnpftest/npf_table_test.c 1.5
+usr.sbin/npf/npftest/npfstream.c		1.4
+usr.sbin/npf/npftest/npftest.c			1.6-1.8
+
+	Fix up NPF tests.
+	[rmind, ticket #679]
+

Reply via email to