OpenBSD cvs log

created 2018-11-29T14:49:40Z
begin 2018-05-07T00:00:00Z
end 2018-05-08T00:00:00Z
path src/sys
commits 8

date 2018-05-07T14:13:54Z
author kettenis
files src/sys/arch/arm/include/fdt.h log diff annotate
src/sys/arch/armv7/armv7/armv7_machdep.c log diff annotate
src/sys/arch/armv7/dev/Attic/com_fdt.c log diff annotate
message Use speed from device tree for serial console on armv7 too.

ok visa@, patrick@

date 2018-05-07T14:43:01Z
author mpi
files src/sys/msdosfs/denode.h log diff annotate
src/sys/msdosfs/msdosfs_fat.c log diff annotate
src/sys/msdosfs/msdosfs_vnops.c log diff annotate
message Implement VFS read clustering for MSDOSFS, take 3.

With sf@, inputs from krw@, tested by many, ok visa@

date 2018-05-07T15:24:05Z
author bluhm
files src/sys/kern/vfs_subr.c log diff annotate
message Print the vp pointer in the vinvalbuf() panic strings.
OK mpi@

date 2018-05-07T15:51:53Z
author mpi
files src/sys/kern/uipc_socket2.c log diff annotate
message Grab the KERNEL_LOCK() for unix/routing/pfkey sockets in solock()...

...and release it in sounlock(). This will allows us to progressively
remove the KERNEL_LOCK() in syscalls.

ok visa@ some time ago

date 2018-05-07T15:52:46Z
author visa
files src/sys/ddb/db_access.h log diff annotate
message Make the print function of db_print_stack_trace() configurable,
and indicate if a saved stack trace is empty.

OK guenther@

date 2018-05-07T15:52:47Z
author visa
files src/sys/ddb/db_output.c log diff annotate
src/sys/kern/subr_witness.c log diff annotate
message Make the print function of db_print_stack_trace() configurable,
and indicate if a saved stack trace is empty.

OK guenther@

date 2018-05-07T15:54:03Z
author visa
files src/sys/kern/subr_witness.c log diff annotate
message Zap two unused variables.

date 2018-05-07T21:58:42Z
author bru
files src/sys/dev/wscons/wsconsio.h log diff annotate
src/sys/dev/wscons/wsmouse.c log diff annotate
src/sys/dev/wscons/wsmouseinput.h log diff annotate
src/sys/dev/wscons/wstpad.c log diff annotate
message Add logging options to wsmouse. Input and event logging for debug
purposes can be enabled and disabled by WSMOUSEIO_SETPARAMS
requests.