Module Name: src
Committed By: msaitoh
Date: Wed Jun 18 09:34:45 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.5
Log Message:
Ticket 1067.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-6.1.5
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.5
diff -u src/doc/CHANGES-6.1.5:1.1.2.10 src/doc/CHANGES-6.1.5:1.1.2.11
--- src/doc/CHANGES-6.1.5:1.1.2.10 Wed Jun 18 02:15:51 2014
+++ src/doc/CHANGES-6.1.5 Wed Jun 18 09:34:45 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.5,v 1.1.2.10 2014/06/18 02:15:51 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.5,v 1.1.2.11 2014/06/18 09:34:45 msaitoh Exp $
A complete list of changes from the NetBSD 6.1.4 release to the NetBSD 6.1.5
release:
@@ -599,3 +599,20 @@ src/external/bsd/openpam/dist/lib/openpa
differently installed modules or in the short period during upgrades
when module files were being replaced.
[christos, ticket #1076]
+
+sys/dist/ipf/netinet/ip_fil_netbsd.c 1.9 via patch
+sys/net/if_ethersubr.c 1.197 via patch
+sys/net/if_loop.c 1.77 via patch
+sys/net/if_vlan.c 1.70 via patch
+sys/netinet/if_arp.c 1.158
+sys/netinet/ip_carp.c 1.54 via patch
+sys/netinet6/ip6_flow.c 1.23 via patch
+sys/netinet6/nd6.c 1.150 via patch
+sys/rump/librump/rumpkern/klock.c 1.4
+
+ Make sure *(if_output)() is called with KERNEL_LOCK held to avoid
+ mbuf leak. See
+ http://mail-index.netbsd.org/tech-net/2014/04/09/msg004511.html
+ for details. For netinet6, the problem report, fix and test were done
+ by njoly@ on current-users@
+ [bouyer, ticket #1067]