Module Name: src
Committed By: riz
Date: Sun Dec 16 18:25:07 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
tickets 746-748
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.61 -r1.1.2.62 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.61 src/doc/CHANGES-6.1:1.1.2.62
--- src/doc/CHANGES-6.1:1.1.2.61 Sat Dec 15 23:47:17 2012
+++ src/doc/CHANGES-6.1 Sun Dec 16 18:25:07 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.61 2012/12/15 23:47:17 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.62 2012/12/16 18:25:07 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -7841,3 +7841,21 @@ sys/net/npf/npf_ext_rndblock.c 1.1
loss simulation.
[rmind, ticket #745]
+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]
+
+sys/dev/pcmcia/if_ray.c 1.81
+
+ Use the correct size for a memcpy().
+ [msaitoh, ticket #747]
+
+sys/fs/v7fs/v7fs_file.c 1.5
+
+ Fix off by one error.
+ [msaitoh, ticket #748]
+