OpenBSD cvs log

created 2018-11-30T00:22:09Z
begin 2018-07-26T00:00:00Z
end 2018-07-27T00:00:00Z
path src/sys
commits 5

date 2018-07-26T04:26:30Z
author jmatthew
files src/sys/dev/pci/qle.c log diff annotate
message remove "bad startup mboxes" printf - it never indicates a real problem,
and it always happens on 25xx controllers.

date 2018-07-26T04:56:57Z
author jmatthew
files src/sys/dev/pci/qle.c log diff annotate
message don't dump status iocbs twice

date 2018-07-26T10:05:02Z
author job
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message Remove CPUID insn_length check

Don't allow unprivileged users to crash things from ring 3

Thanks to William McCall for the patch!

OK mlarkin@

date 2018-07-26T10:55:26Z
author patrick
files src/sys/dev/fdt/imxccm.c log diff annotate
src/sys/dev/fdt/imxccm_clocks.h log diff annotate
message Implement calculating the SPI controller frequency in imxccm(4).

ok kettenis@

date 2018-07-26T10:59:07Z
author patrick
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/armv7/conf/GENERIC log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/imxspi.c log diff annotate
src/sys/dev/spi/spivar.h log diff annotate
message Add imxspi(4), a driver for the i.MX SPI controller. This is the first
SPI controller in our tree. Add a basic generic SPI infrastructure as
well.

ok kettenis@