Module Name: src Committed By: ozaki-r Date: Wed Apr 18 04:01:58 UTC 2018
Modified Files: src/sys/net: if_bridge.c if_bridgevar.h Log Message: bridge: use pslist(9) for rtlist and rthash The change fixes race conditions on list operations. One example is that a reader may see invalid pointers on a looking item in a list due to lack of membar_producer. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/net/if_bridge.c cvs rdiff -u -r1.31 -r1.32 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.