OpenBSD cvs log

created 2018-12-19T16:21:47Z
begin 2018-04-27T12:00:00Z
end 2018-04-27T18:00:00Z
path src/sys
commits 7

date 2018-04-27T13:25:08Z
author mpi
files src/sys/dev/usb/xhci.c log diff annotate
message Introduce an helper function to extract endpoint's max burst value.

Use this helper to calculate the Transfer Burst Count (TBC) and Transfer
Last Burst Packet Count (TLBPC) required for isochronous support.

Note that SS companion descriptors are still not read.

While here print the ETE and IST values in debug mode.

date 2018-04-27T14:17:52Z
author mpi
files src/sys/dev/usb/xhcireg.h log diff annotate
message Introduce an helper function to extract endpoint's max burst value.

Use this helper to calculate the Transfer Burst Count (TBC) and Transfer
Last Burst Packet Count (TLBPC) required for isochronous support.

Note that SS companion descriptors are still not read.

While here print the ETE and IST values in debug mode.

date 2018-04-27T15:19:32Z
author deraadt
files src/sys/arch/amd64/conf/Makefile.amd64 log diff annotate
src/sys/arch/i386/conf/Makefile.i386 log diff annotate
message -fretpoline for non-RAMDISK kernels. Skylake product needs it, and
therefore all other x86 cpus must pay the performance price of the
hazard workaround until Skylake disappears from the ecosystem eventually
like 486. This returns your cpu's performance to pre-inflated performance.
ok mlarkin guenther

date 2018-04-27T15:27:10Z
author stsp
files src/sys/net80211/ieee80211_node.c log diff annotate
message Fix the scan loop: We were only looking for an AP once and stopped
scanning if none was found.
Accidentally broken in recent ifconfig scan changes by pirofti and me.
ok pirofti

date 2018-04-27T15:33:49Z
author stsp
files src/sys/net80211/ieee80211_proto.c log diff annotate
message Fix WEP.

Clear group keys in iee80211_newstate only if we're doing WPA.
Otherwise, ieee80211_crypto_clear_groupkeys() will clear WEP
keys configured by userland before associating.
(All WEP keys are group keys.)

ok phessler@ tb@ pirofti@

date 2018-04-27T15:45:52Z
author jasper
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
src/sys/arch/i386/i386/vmm.c log diff annotate
message use nitems()

verified md5 sum on amd64

ok mlarkin@

date 2018-04-27T17:03:09Z
author stsp
files src/sys/net80211/ieee80211_input.c log diff annotate
message If a wifi driver does not provide an ic_bgscan_start() function there is no
point in scheduling ic_bgscan_timeout() since this timeout will find that
it has nothing to do.
ok phessler pirofti