OpenBSD cvs log

created 2018-11-30T01:25:22Z
begin 2018-08-08T00:00:00Z
end 2018-08-09T00:00:00Z
path src/sys
commits 9

date 2018-08-08T05:07:46Z
author jsg
files src/sys/arch/amd64/amd64/identcpu.c log diff annotate
src/sys/arch/amd64/include/specialreg.h log diff annotate
src/sys/arch/i386/include/specialreg.h log diff annotate
message Recognise 'Speculative Store Bypass Disable' support cpuid bit.
Documented in 'Speculative Execution Side Channel Mitigations'
revision 2.0.

date 2018-08-08T08:42:49Z
author kn
files src/sys/arch/sparc64/sparc64/emul.c log diff annotate
message r1.19 removed a bunch of code, but not enough, and left dead code around.

From Miod Vallat, "Go ahead" kettenis

date 2018-08-08T09:16:57Z
author kevlo
files src/sys/dev/pci/if_rtwn.c log diff annotate
src/sys/dev/pci/pcidevs log diff annotate
message Fix Realtek product name from RT8188 to RTL8188CE

ok stsp@

date 2018-08-08T09:17:45Z
author kevlo
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2018-08-08T11:06:33Z
author patrick
files src/sys/arch/arm/include/fdt.h log diff annotate
src/sys/arch/arm64/arm64/intr.c log diff annotate
src/sys/arch/arm64/include/fdt.h log diff annotate
src/sys/arch/arm64/include/intr.h log diff annotate
src/sys/arch/armv7/armv7/intr.c log diff annotate
src/sys/arch/armv7/include/intr.h log diff annotate
message Extend the FDT interrupt API to support masking and unmasking IRQs.

Discussed with kettenis@

date 2018-08-08T11:06:47Z
author patrick
files src/sys/dev/fdt/imxgpio.c log diff annotate
message Implement IRQ masking and unmasking in imxgpio(4).

date 2018-08-08T14:25:50Z
author ratchov
files src/sys/dev/usb/uaudio.c log diff annotate
message Fix possible division by zero caused by bogus usb descriptors. From
Michael W. Bombardieri. Thanks.

date 2018-08-08T20:56:49Z
author kettenis
files src/sys/arch/arm64/dev/agintc.c log diff annotate
message Fix the ITLinesNumber mask and bump the number of supprted redistributors
up to 24.

ok patrick@

date 2018-08-08T20:57:53Z
author kettenis
files src/sys/arch/arm64/dev/mainbus.c log diff annotate
message Support DMA coherent devices that attach to mainbus(4) as well.

ok patrick@