Module Name: src Committed By: ozaki-r Date: Mon Dec 11 03:29:21 UTC 2017
Modified Files: src/sys/net: if.c if.h if_bridge.c if_spppsubr.c if_vlan.c src/sys/rump/net/lib/libnetinet: netinet_component.c Log Message: Wrap if_ioctl_lock with IFNET_* macros (NFC) Also if_ioctl_lock perhaps needs to be renamed to something because it's now not just for ioctl... To generate a diff of this commit: cvs rdiff -u -r1.412 -r1.413 src/sys/net/if.c cvs rdiff -u -r1.252 -r1.253 src/sys/net/if.h cvs rdiff -u -r1.144 -r1.145 src/sys/net/if_bridge.c cvs rdiff -u -r1.176 -r1.177 src/sys/net/if_spppsubr.c cvs rdiff -u -r1.118 -r1.119 src/sys/net/if_vlan.c cvs rdiff -u -r1.9 -r1.10 src/sys/rump/net/lib/libnetinet/netinet_component.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.