created | 2019-11-21T04:02:07Z |
---|---|
begin | 2019-11-16T00:00:00Z |
end | 2019-11-17T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2019-11-16T14:08:31Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/ic/rtwn.c | log | diff | annotate |
src/sys/dev/usb/if_urtwn.c | log | diff | annotate | |
message |
- Don't enable/disable efuse access protection for rtl8188c/rtl8192c; it may prevent incorrect mac address read from efuse - Disable BB/RF is not needed in urtwn_r92c_power_on() ok stsp@ |
date | 2019-11-16T16:21:10Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/kern_rwlock.c | log | diff | annotate |
message |
Provide exact lock assertions for rwlocks when witness(4) is enabled. The checker keeps track of all held rwlocks, so it is able to tell if a given thread holds a specific lock even when the lock is shared. OK anton@ mpi@ |