OpenBSD cvs log

created 2020-03-28T21:18:11Z
begin 2020-03-22T00:00:00Z
end 2020-03-23T00:00:00Z
path src/sys
commits 6

date 2020-03-22T07:59:59Z
author anton
files src/sys/dev/wscons/wsconsio.h log diff annotate
src/sys/dev/wscons/wsdisplay.c log diff annotate
src/sys/dev/wscons/wsemul_vt100.c log diff annotate
src/sys/dev/wscons/wsemul_vt100_subr.c log diff annotate
src/sys/dev/wscons/wskbd.c log diff annotate
src/sys/dev/wscons/wsmouse.c log diff annotate
message zap trailing whitespace

date 2020-03-22T14:56:24Z
author kettenis
files src/sys/dev/fdt/rkdrm.c log diff annotate
src/sys/dev/ofw/ofw_misc.c log diff annotate
src/sys/dev/ofw/ofw_misc.h log diff annotate
message Don't allocate a framebuffer if no interface ports have been configured.

ok patrick@

date 2020-03-22T14:59:11Z
author kettenis
files src/sys/arch/amd64/stand/efiboot/conf.c log diff annotate
src/sys/arch/amd64/stand/efiboot/efiboot.c log diff annotate
src/sys/arch/arm64/stand/efiboot/conf.c log diff annotate
src/sys/arch/arm64/stand/efiboot/efiboot.c log diff annotate
src/sys/arch/armv7/stand/efiboot/conf.c log diff annotate
src/sys/arch/armv7/stand/efiboot/efiboot.c log diff annotate
message Make efi_device_path_depth() return the full device path depth if we don't
find a media device path node. Fixes booting OpenBSD on some older U-Boot
versions that are in wide circulation such as 2017.09 and 2017.11.

ok patrick@

date 2020-03-22T15:53:30Z
author bmercer
files src/sys/dev/fdt/rkdrm.c log diff annotate
message Implement WSDISPLAYIO GET/SET ioctls in rkdrm. This allows backlight controls on the pinebook pro through wsconsctl. Thanks, Mark. ok kettenis@, patrick@

date 2020-03-22T16:39:51Z
author bru
files src/sys/dev/wscons/wsmouse.c log diff annotate
message Mark omissions of break statements as intentional.

CID 1453207 (Missing break in switch)

date 2020-03-22T20:23:36Z
author anton
files src/sys/kern/kern_unveil.c log diff annotate
message remove unused variable; ok beck@ mpi@