NetBSD-Bugs archive

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

PR/58167 CVS commit: [netbsd-10] src/sys/net



The following reply was made to PR kern/58167; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58167 CVS commit: [netbsd-10] src/sys/net
Date: Wed, 11 Sep 2024 16:12:50 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Wed Sep 11 16:12:50 UTC 2024
 
 Modified Files:
 	src/sys/net [netbsd-10]: if_tap.c
 
 Log Message:
 Pull up following revision(s) (requested by rin in ticket #825):
 
 	sys/net/if_tap.c: revision 1.129
 	sys/net/if_tap.c: revision 1.130
 	sys/net/if_tap.c: revision 1.131
 	sys/net/if_tap.c: revision 1.132
 
 tap(4): Prune dead branches around tap_dev_close.
 No functional change intended.
 PR kern/58166
 
 tap(4): Prune dead branches around tap_dev_destroyer.
 No functional change intended.
 PR kern/58166
 
 tap(4): Use DETACH_FORCE with config_detach.
 It doesn't make a difference here, because tap_detach never fails,
 but let's make it more obvious at the call site that failure is
 forbidden here.
 
 No functional change intended.
 PR kern/58166
 
 tap(4): Just use mutex_enter.
 PR kern/58167
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.127.4.1 -r1.127.4.2 src/sys/net/if_tap.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index