Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src/doc Ticket 1070 and 1071.
details: https://anonhg.NetBSD.org/src/rev/1d1c2def6963
branches: netbsd-6-0
changeset: 774948:1d1c2def6963
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Jun 03 15:49:30 2014 +0000
description:
Ticket 1070 and 1071.
diffstat:
doc/CHANGES-6.0.6 | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 1062ffb04033 -r 1d1c2def6963 doc/CHANGES-6.0.6
--- a/doc/CHANGES-6.0.6 Tue Jun 03 15:18:45 2014 +0000
+++ b/doc/CHANGES-6.0.6 Tue Jun 03 15:49:30 2014 +0000
@@ -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 @@
[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