OpenBSD cvs log

created 2018-12-30T01:16:55Z
begin 2018-12-05T00:00:00Z
end 2018-12-06T00:00:00Z
path src/sys
commits 7

date 2018-12-05T10:28:21Z
author jsg
files src/sys/arch/alpha/include/cpu.h log diff annotate
src/sys/arch/amd64/include/cpu.h log diff annotate
src/sys/arch/arm/include/cpu.h log diff annotate
src/sys/arch/arm64/include/cpu.h log diff annotate
src/sys/arch/hppa/include/cpu.h log diff annotate
src/sys/arch/i386/include/cpu.h log diff annotate
src/sys/arch/m88k/include/cpu.h log diff annotate
src/sys/arch/mips64/include/cpu.h log diff annotate
src/sys/arch/powerpc/include/cpu.h log diff annotate
src/sys/arch/sparc64/include/cpu.h log diff annotate
message Include srp.h where struct cpu_info uses srp to avoid erroring out when
including cpu.h machine/intr.h etc without first including param.h when
MULTIPROCESSOR is defined.

ok visa@

date 2018-12-05T15:42:45Z
author mpi
files src/sys/kern/sysv_msg.c log diff annotate
message free(9) size for temporary buffer.

ok ratchov@

date 2018-12-05T15:44:22Z
author mpi
files src/sys/kern/subr_autoconf.c log diff annotate
message free(9) sizes for softcs.

ok tedu@

date 2018-12-05T15:54:58Z
author mpi
files src/sys/dev/usb/if_axen.c log diff annotate
message Do not call usbd_delay_ms() from interrupt context.

From Nils Frohberg.

date 2018-12-05T17:41:23Z
author gerhard
files src/sys/dev/usb/usb_mem.c log diff annotate
message usb_block_allocmem() won't sleep.

ok mpi@

date 2018-12-05T18:02:51Z
author reyk
files src/sys/dev/pv/pvclock.c log diff annotate
message Correctly disable pvclock(4) on old hardware that lack a stable clock

I falsely assumed that the KVM_FEATURE_CLOCKSOURCE_STABLE_BIT
indicates that the actual clock values are stable, but it turned out
that this isn't always the case. To detect if the clock value is
stable, we now read it once in pvclock_attach() and check for the
PVCLOCK_FLAG_TSC_STABLE flag. This needs further investigation.

Reported and fix tested by johnw.mail at gmail.com

OK chris@ phessler@

date 2018-12-05T19:49:47Z
author bru
files src/sys/dev/wscons/wstpad.c log diff annotate
message Use a time-based method for tracking motion states of touches.

ok mpi@