Module Name: src Committed By: ozaki-r Date: Tue Apr 19 07:10:22 UTC 2016
Modified Files: src/sys/net: bridgestp.c if_bridge.c if_bridgevar.h Log Message: Apply psref(9) to bridge(4) Note that there is an issue that ioctls for an interface and a destruction of the interface can run in parallel and it causes race conditions on bridge as well (it rarely happens). The issue will be addressed in the interface common code (if.c). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/net/bridgestp.c cvs rdiff -u -r1.114 -r1.115 src/sys/net/if_bridge.c cvs rdiff -u -r1.29 -r1.30 src/sys/net/if_bridgevar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.