OpenBSD cvs log

created 2019-10-20T12:07:06Z
begin 2019-10-16T00:00:00Z
end 2019-10-17T00:00:00Z
path src/sys
commits 9

date 2019-10-16T00:16:35Z
author daniel
files src/sys/dev/pci/qle.c log diff annotate
message Fix reversed gotos; CID 1453190.

ok jmatthew@

date 2019-10-16T01:27:59Z
author mlarkin
files src/sys/dev/acpi/acpicpu.c log diff annotate
message Remove trailing whitespace from a line

date 2019-10-16T01:39:32Z
author mlarkin
files src/sys/dev/pci/files.pci log diff annotate
message Fix a bunch of lines that had whitespace at the end

date 2019-10-16T01:39:56Z
author mlarkin
files src/sys/dev/pci/pcidevs log diff annotate
message Fix a bunch of lines that had whitespace at the end

date 2019-10-16T01:40:21Z
author mlarkin
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2019-10-16T01:43:50Z
author mlarkin
files src/sys/dev/acpi/dsdt.c log diff annotate
message Add a few newer _OSI strings to the parser.

Early in the release cycle is the right time to do this.

"yes please" jcs@. ok deraadt@

date 2019-10-16T10:20:48Z
author mpi
files src/sys/net/if_tun.c log diff annotate
src/sys/net/switchctl.c log diff annotate
message tsleep(9) -> tsleep_nsec(9)

ok cheloha@, visa@, akoshibe@

date 2019-10-16T10:22:01Z
author mpi
files src/sys/netinet/if_ether.c log diff annotate
message tsleep(9) -> tsleep_nsec(9)

ok cheloha@, visa@

date 2019-10-16T22:11:17Z
author kettenis
files src/sys/arch/armv7/sunxi/files.sunxi log diff annotate
src/sys/arch/armv7/sunxi/Attic/sxidog.c log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/sxidog.c log diff annotate
message Move sxidog(4) such that we can use it on arm64.

ok patrick@