OpenBSD cvs log

created 2019-04-30T03:46:21Z
begin 2019-03-02T00:00:00Z
end 2019-03-03T00:00:00Z
path src/sys
commits 2

date 2019-03-02T07:42:03Z
author anton
files src/sys/dev/wscons/wsmux.c log diff annotate
message Limited the number of allowed stacked wsmux devices. A sufficiently long chain
of such devices can exhaust the kernel stack due to wsmux_do_open() being
recursive. While here, serialize the operation of stacking a wsmux device.

Joint effort with and ok visa@

date 2019-03-02T08:53:07Z
author ajacoutot
files src/sys/arch/amd64/include/vmmvar.h log diff annotate
message Bump VMM_MAX_NAME_LEN to 64 to allow for longer vm names.

ok mlarkin@