Module Name: src
Committed By: riz
Date: Sun Dec 16 18:20:26 UTC 2012
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.1
Log Message:
Ticket 746
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.32 -r1.1.2.33 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.32 src/doc/CHANGES-6.0.1:1.1.2.33
--- src/doc/CHANGES-6.0.1:1.1.2.32 Sat Dec 15 23:35:13 2012
+++ src/doc/CHANGES-6.0.1 Sun Dec 16 18:20:26 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.1,v 1.1.2.32 2012/12/15 23:35:13 riz Exp $
+# $NetBSD: CHANGES-6.0.1,v 1.1.2.33 2012/12/16 18:20:26 riz Exp $
A complete list of changes from the NetBSD 6.0 release to the NetBSD 6.0.1
release:
@@ -253,3 +253,11 @@ usr.sbin/npf/npfctl/npf.conf.5 1.25 vi
Fix the example config.
[rmind, ticket #744]
+sys/net/npf/npf.h 1.23
+sys/net/npf/npf_inet.c 1.18
+sys/net/npf/npf_mbuf.c 1.8
+
+ npf_rwrcksum: handle delayed checksums in the network stack; also fix
+ non-NPF_NAT_PORTS case and add some comments. PR/47235.
+ [rmind, ticket #746]
+