Source-Changes-HG archive

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

[src/netbsd-3]: src/doc Ticket 438.



details:   https://anonhg.NetBSD.org/src/rev/b027c7d9e1ff
branches:  netbsd-3
changeset: 576173:b027c7d9e1ff
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Jun 10 15:54:57 2005 +0000

description:
Ticket 438.

diffstat:

 doc/CHANGES-3.0 |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r b5199a42973f -r b027c7d9e1ff doc/CHANGES-3.0
--- a/doc/CHANGES-3.0   Fri Jun 10 15:52:56 2005 +0000
+++ b/doc/CHANGES-3.0   Fri Jun 10 15:54:57 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.0,v 1.1.2.123 2005/06/10 15:45:24 tron Exp $
+#      $NetBSD: CHANGES-3.0,v 1.1.2.124 2005/06/10 15:54:57 tron Exp $
 
 A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
 until the 3.0 release:
@@ -9329,3 +9329,10 @@
        Fix compilation problem.
        [elad, ticket #390]
 
+sys/net/if_tap.c                               1.9
+
+       Call (ifp->if_input) at splnet(). ifp->if_input points to ether_input()
+       which doesn't raise the IPL itself in all cases. This fixes
+       PR kern/29546.
+       [bouyer, ticket #438]
+



Home | Main Index | Thread Index | Old Index