OpenBSD cvs log

created 2020-11-19T17:53:27Z
begin 2020-06-01T00:00:00Z
end 2020-06-02T00:00:00Z
path src/sys
commits 4

date 2020-06-01T00:13:37Z
author drahn
files src/sys/arch/powerpc64/include/_float.h log diff annotate
src/sys/arch/powerpc64/include/ieee.h log diff annotate
src/sys/arch/powerpc64/include/ieeefp.h log diff annotate
message PowerPC64 header files for floating point.

This does not support ld128 float currently.
ok kettenis@

date 2020-06-01T03:42:18Z
author jcs
files src/sys/dev/pci/pcidevs log diff annotate
message add SK hynix, and an NVMe from them

date 2020-06-01T03:42:38Z
author jcs
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2020-06-01T08:51:13Z
author stsp
files src/sys/net80211/ieee80211_input.c log diff annotate
message Revert "Ignore new Rxblock ack agreements until the WPA handshake is done."

There are access points out there which insist on establishing a block ack
agreement with the client before the WPA handshake can complete. This is sad,
but we cannot operate against such APs if we require the handshake to complete
first.

This reverts CVS commit 4wXCjWU3qNtIX7gW.

Problem reported and fix tested by Brandon Sahlin on bugs@