Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-1]: src/doc Ticket 1070 and 1071.



details:   https://anonhg.NetBSD.org/src/rev/2ac1a5e96564
branches:  netbsd-6-1
changeset: 775950:2ac1a5e96564
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Jun 03 15:49:08 2014 +0000

description:
Ticket 1070 and 1071.

diffstat:

 doc/CHANGES-6.1.5 |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 19206dafb82e -r 2ac1a5e96564 doc/CHANGES-6.1.5
--- a/doc/CHANGES-6.1.5 Tue Jun 03 15:17:56 2014 +0000
+++ b/doc/CHANGES-6.1.5 Tue Jun 03 15:49:08 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.5,v 1.1.2.7 2014/05/21 21:23:25 bouyer Exp $
+# $NetBSD: CHANGES-6.1.5,v 1.1.2.8 2014/06/03 15:49:08 msaitoh Exp $
 
 A complete list of changes from the NetBSD 6.1.4 release to the NetBSD 6.1.5
 release:
@@ -130,3 +130,15 @@
 
        [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]



Home | Main Index | Thread Index | Old Index