Module Name: src
Committed By: msaitoh
Date: Tue Jun 3 15:49:30 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.6
Log Message:
Ticket 1070 and 1071.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-6.0.6
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.6
diff -u src/doc/CHANGES-6.0.6:1.1.2.7 src/doc/CHANGES-6.0.6:1.1.2.8
--- src/doc/CHANGES-6.0.6:1.1.2.7 Wed May 21 21:23:38 2014
+++ src/doc/CHANGES-6.0.6 Tue Jun 3 15:49:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.6,v 1.1.2.7 2014/05/21 21:23:38 bouyer Exp $
+# $NetBSD: CHANGES-6.0.6,v 1.1.2.8 2014/06/03 15:49:30 msaitoh Exp $
A complete list of changes from the NetBSD 6.0.5 release to the NetBSD 6.0.6
release:
@@ -130,3 +130,15 @@ distrib/sets/lists/base/mi patch
[apb, ticket #1064]
+sys/dev/pci/if_wm.c 1.269
+
+ Bump max TX DMA size to avoid pathological condition with TSO.
+ From David Young.
+ [tls, ticket #1070]
+
+sys/net/if_tap.c 1.76
+
+ Prevent a race between tap_dev_poll() and tap_start() by making sure
+ the call to selrecord() happens at splnet().
+ Fixes kern/47506 and kern/46199.
+ [cube, ticket #1071]