cvs commit: src/sys/sys mutex.h src/sys/kern subr_bus.c
src/sys/net netisr.c
Sam Leffler
sam at FreeBSD.org
Wed Nov 5 15:42:56 PST 2003
sam 2003/11/05 15:42:51 PST
FreeBSD src repository
Modified files:
sys/sys mutex.h
sys/kern subr_bus.c
sys/net netisr.c
Log:
o make debug_mpsafenet globally visible
o move it from subr_bus.c to netisr.c where it more properly belongs
o add NET_PICKUP_GIANT and NET_DROP_GIANT macros that will be used to
grab Giant as needed when MPSAFE operation is enabled
Supported by: FreeBSD Foundation
Revision Changes Path
1.138 +0 -10 src/sys/kern/subr_bus.c
1.8 +10 -0 src/sys/net/netisr.c
1.68 +22 -1 src/sys/sys/mutex.h
More information about the cvs-src
mailing list