Module Name: src Committed By: riastradh Date: Sun Mar 13 21:32:43 UTC 2022
Modified Files:
src/sys/net: if_tun.c if_tun.h
Log Message:
tun(4): Omit TUN_RWAIT micro-optimization.
cv_broadcast aleady has a fast path for no-waiters.
To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src/sys/net/if_tun.c
cvs rdiff -u -r1.21 -r1.22 src/sys/net/if_tun.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
