OpenBSD cvs log

created 2018-12-03T16:39:00Z
begin 2018-11-20T00:00:00Z
end 2018-11-21T00:00:00Z
path src/sys
commits 7

date 2018-11-20T03:10:47Z
author yasuoka
files src/sys/arch/amd64/stand/efiboot/efiboot.c log diff annotate
message Fix typos in memprobe address check. Diff from Andrew Daugherity.

date 2018-11-20T10:00:15Z
author patrick
files src/sys/net80211/ieee80211_node.c log diff annotate
message The first packet received from each AP in each QoS class would be
dropped as the sequence number matches the initial value of the
cached last sequence number (zero). On some APs (notably Android
WIFI hotspots) this hits the first packet of the WPA2 4-way
handshake. This causes connection delays and in some cases
connection to the AP fails completely. Initialize the cached last
sequence numbers for received packets to an invalid value instead.

From Christian Ehrhardt
ok gerhard@ stsp@

date 2018-11-20T10:28:08Z
author claudio
files src/sys/net/rtable.c log diff annotate
message Make rtable_satoplen() a bit more strict when parsing netmasks. Ensure
that the mask is contiguous and not longer then the prefixlen is not
bigger then the maximum. Make the function behave a bit more like the
similar netmask handling code in the old patricia codebase.
Fixes a problem reyk@ reported regarding IPv6 masks and the fact that
sin6_scope_id is after sin6_addr.
OK mpi@

date 2018-11-20T11:51:23Z
author mpi
files src/sys/dev/usb/usb_subr.c log diff annotate
src/sys/dev/usb/usbdivar.h log diff annotate
message Revert free sizes for `subdevs' array, it is incorrect.

Reported by anton@ and Natasha Kerensikova

date 2018-11-20T19:00:13Z
author anton
files src/sys/dev/wscons/wskbd.c log diff annotate
src/sys/dev/wscons/wsmouse.c log diff annotate
src/sys/dev/wscons/wsmux.c log diff annotate
message No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl()
translates such requests into TIOCSPGRP.

ok visa@

date 2018-11-20T19:33:44Z
author anton
files src/sys/dev/wscons/wskbd.c log diff annotate
src/sys/dev/wscons/wsmouse.c log diff annotate
src/sys/dev/wscons/wsmux.c log diff annotate
message Add support for TIOCGPGRP ioctl commands to wscons.

ok visa@

date 2018-11-20T20:26:01Z
author phessler
files src/sys/net80211/ieee80211_node.c log diff annotate
message fix whitespace in debugging function