created | 2020-11-19T17:59:29Z |
---|---|
begin | 2020-06-03T00:00:00Z |
end | 2020-06-04T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2020-06-03T06:54:04Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/arch/amd64/amd64/machdep.c | log | diff | annotate |
src/sys/arch/amd64/include/cpu.h | log | diff | annotate | |
message | let the random subsystem read the tsc for event "timestamps". |
date | 2020-06-03T11:37:39Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_iwn.c | log | diff | annotate |
src/sys/dev/pci/if_wpi.c | log | diff | annotate | |
message |
Add missing ieee80211_release_node() calls in cases where hardware decryption failed. The node here is always ic_bss, for which the reference count isn't actually used (it's always freed when the interface detaches), so missing these calls wasn't really a problem. ok stsp@ |