Module Name: src Committed By: ozaki-r Date: Mon May 16 01:16:24 UTC 2016
Modified Files: src/sys/net: if.c if.h Log Message: Replace ifnet_lock with if_get and if_put ifnet_lock is a dedicated method to safely destroy an interface over running ioctl operations. Replace it with a more generic mechanism using psref(9). To generate a diff of this commit: cvs rdiff -u -r1.335 -r1.336 src/sys/net/if.c cvs rdiff -u -r1.205 -r1.206 src/sys/net/if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.