OpenBSD cvs log

created 2019-05-04T02:38:07Z
begin 2017-10-23T00:00:00Z
end 2017-10-24T00:00:00Z
path src/sys
commits 6

date 2017-10-23T03:13:58Z
author jsg
files src/sys/arch/macppc/conf/GENERIC log diff annotate
message remove mention of unused MACOBIOVERBOSE and NBUF options

date 2017-10-23T08:06:30Z
author kevlo
files src/sys/arch/armv7/broadcom/files.broadcom log diff annotate
message Remove bcmmuart since it has already replaced with com(4).
ok patrick@

date 2017-10-23T15:23:13Z
author gerhard
files src/sys/dev/usb/if_umb.c log diff annotate
message Even if a USB transfer fails, call umb_start() so that processing
of the if_snd queue doesn't stall.

ok stsp@

date 2017-10-23T15:41:29Z
author mikeb
files src/sys/arch/amd64/amd64/machdep.c log diff annotate
src/sys/arch/amd64/include/cpu.h log diff annotate
message Expose TSC properties via sysctl nodes

From Adam Steen with suggestions from tedu@
OK deraadt, mlarkin (as part of a larger diff)

date 2017-10-23T17:37:51Z
author kettenis
files src/sys/arch/armv7/conf/GENERIC log diff annotate
src/sys/arch/armv7/conf/RAMDISK log diff annotate
src/sys/arch/armv7/imx/files.imx log diff annotate
src/sys/arch/armv7/imx/Attic/imxanatop.c log diff annotate
src/sys/arch/armv7/imx/Attic/imxocotp.c log diff annotate
src/sys/arch/armv7/imx/Attic/imxocotpvar.h log diff annotate
src/sys/arch/armv7/imx/imxtemp.c log diff annotate
message Replace imxocotp(4) with a regmap-based approach.

ok patrick@

date 2017-10-23T18:38:33Z
author kettenis
files src/sys/arch/sparc64/sparc64/machdep.c log diff annotate
message Avoid clang format warning.

ok deraadt@