Module Name: src Committed By: ozaki-r Date: Mon Jul 28 14:24:48 UTC 2014
Modified Files: src/sys/net: if.c if_ether.h if_ethersubr.c Log Message: Add a mutex for global variables of if_ethersubr.c To initialize the mutex, we introduce etherinit that is called from ifinit1. To generate a diff of this commit: cvs rdiff -u -r1.285 -r1.286 src/sys/net/if.c cvs rdiff -u -r1.63 -r1.64 src/sys/net/if_ether.h cvs rdiff -u -r1.202 -r1.203 src/sys/net/if_ethersubr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.