OpenBSD cvs log

created 2019-09-06T04:47:45Z
begin 2019-08-29T00:00:00Z
end 2019-08-30T00:00:00Z
path src/sys
commits 10

date 2019-08-29T06:13:46Z
author sashan
files src/sys/net/pf.c log diff annotate
message pf_state_insert() must grab state lock exclusively

ok bluhm@

date 2019-08-29T07:48:45Z
author stsp
files src/sys/dev/pci/if_iwm.c log diff annotate
message Don't write to mbuf length fields before mbuf is removed from iwm(4) Rx ring.
Based on Dragonfly 96eaecf93d9f731459a0df8efc72cfad034320bd by Imre Vadasz
ok mpi@ procter@

date 2019-08-29T07:49:15Z
author stsp
files src/sys/dev/pci/if_iwm.c log diff annotate
message fix iwm(4) frame length check to account for header in firmware rx packet
ok mpi@ procter@

date 2019-08-29T08:55:06Z
author kevlo
files src/sys/dev/usb/if_ure.c log diff annotate
src/sys/dev/usb/if_urereg.h log diff annotate
message Add support for RTL8153B after study of Linux r8152 driver.

Tested by myself, jcs@

date 2019-08-29T09:13:56Z
author stsp
files src/sys/net80211/ieee80211_input.c log diff annotate
message Always parse RSN/WPA IEs if the driver announces support for RSN.
Prevents WPA APs from appearing as non-WPA APs to the AP selection logic.

The decision whether or not to parse the IE was made as a side-effect
of a check for the highest mutually supported version of WPA.
We can safely assume that all our drivers support WPA versions <= 2
and parse the IE regardless of whether WPA is currently active or not.

ok mpi@

date 2019-08-29T11:51:48Z
author kettenis
files src/sys/dev/fdt/bcm2835_aux.c log diff annotate
src/sys/dev/fdt/dwdog.c log diff annotate
src/sys/dev/fdt/exrtc.c log diff annotate
src/sys/dev/fdt/hidwusb.c log diff annotate
src/sys/dev/fdt/rkdwusb.c log diff annotate
src/sys/dev/fdt/rsbvar.h log diff annotate
src/sys/dev/fdt/sxirsb.c log diff annotate
src/sys/dev/fdt/xhci_fdt.c log diff annotate
message Capitalize my last name in copyright.

date 2019-08-29T14:04:48Z
author jcs
files src/sys/dev/usb/if_ure.c log diff annotate
message ure: attach to RTL8153B device on Lenovo USB-C Dock

date 2019-08-29T14:19:27Z
author kettenis
files src/sys/arch/armv7/exynos/exdwusb.c log diff annotate
message Capitalize my last name in copyright.

date 2019-08-29T17:20:03Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
src/sys/dev/fdt/amldwusb.c log diff annotate
src/sys/dev/fdt/amlpciephy.c log diff annotate
src/sys/dev/fdt/amlusbphy.c log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
message Add amldwusb(4), amlusbphy(4) and amlpciephy(4), drivers for the USB
controller glue and USB PHYs found on the Amlogic G12A/B SoCs.

ok patrick@

date 2019-08-29T20:18:11Z
author patrick
files src/sys/dev/fdt/xhci_fdt.c log diff annotate
message Enable USB Vbus supply on i.MX 8M.

ok kettenis@