OpenBSD cvs log

created 2018-12-02T20:32:38Z
begin 2018-10-31T00:00:00Z
end 2018-11-01T00:00:00Z
path src/sys
commits 6

date 2018-10-31T02:25:26Z
author miko
files src/sys/dev/audio.c log diff annotate
message sc argument of start_output, start_input, trigger_output and trigger_input
is void* so no need to cast; ok ratchov@

date 2018-10-31T08:50:25Z
author kettenis
files src/sys/dev/pci/drm/drm_linux.h log diff annotate
src/sys/dev/pci/drm/i915/i915_dma.c log diff annotate
src/sys/dev/pci/drm/i915/i915_gem.c log diff annotate
src/sys/uvm/uvm.h log diff annotate
src/sys/uvm/uvm_extern.h log diff annotate
src/sys/uvm/uvm_fault.c log diff annotate
src/sys/uvm/uvm_map.c log diff annotate
src/sys/uvm/uvm_pmap.h log diff annotate
message Add support to uvm to establish write-combining mappings. Use this in the
inteldrm driver to add support for the I915_MMAP_WC flag.

ok deraadt@, jsg@

date 2018-10-31T09:50:24Z
author miko
files src/sys/dev/usb/umidi.c log diff annotate
message zap return keyword to clarify umidi_flush() returns no value; ok ratchov@

date 2018-10-31T10:15:47Z
author kettenis
files src/sys/arch/loongson/conf/Makefile.loongson log diff annotate
src/sys/arch/octeon/conf/Makefile.octeon log diff annotate
src/sys/arch/sgi/conf/Makefile.sgi log diff annotate
message Bring over gapdummy.c changes from amd64/amr64/armv7/i386.

ok deraadt@, mortimer@, visa@

date 2018-10-31T10:35:27Z
author jsg
files src/sys/dev/pci/drm/drm_trace.h log diff annotate
src/sys/dev/pci/drm/i915/i915_gem_execbuffer.c log diff annotate
src/sys/dev/pci/drm/i915/i915_trace.h log diff annotate
message add simple implementation of intel trace files which just define away
functions

ok kettenis@

date 2018-10-31T14:18:09Z
author patrick
files src/sys/dev/usb/if_ure.c log diff annotate
src/sys/dev/usb/if_urereg.h log diff annotate
message Increase max frame size and hard MTU so that we can use VLANs and
Jumbo frames on ure(4).

ok kevlo@