NetBSD-Bugs archive

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

PR/58470 CVS commit: src/sys/net



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58470 CVS commit: src/sys/net
Date: Fri, 26 Jul 2024 18:34:35 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Jul 26 18:34:35 UTC 2024
 
 Modified Files:
 	src/sys/net: if_wg.c
 
 Log Message:
 wg(4): Allow modunload before any interface creation.
 
 The workqueue and pktq are both lazily created, for annoying module
 initialization order reasons, so they may not have been created by
 the time of modunload.
 
 PR kern/58470
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.91 -r1.92 src/sys/net/if_wg.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