Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: ozaki-r
Date: Mon Dec 11 03:25:46 UTC 2017
Modified Files:
src/sys/net: if.c if.h
src/sys/net/npf: npf_ifaddr.c npf_os.c
Log Message:
Rename IFNET_LOCK to IFNET_GLOBAL_LOCK
IFNET_LOCK will be used in another lock, if_ioctl_lock (might be renamed then).
To generate a diff of this commit:
cvs rdiff -u -r1.411 -r1.412 src/sys/net/if.c
cvs rdiff -u -r1.251 -r1.252 src/sys/net/if.h
cvs rdiff -u -r1.2 -r1.3 src/sys/net/npf/npf_ifaddr.c
cvs rdiff -u -r1.8 -r1.9 src/sys/net/npf/npf_os.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