OpenBSD cvs log

created 2021-09-26T01:54:18Z
begin 2021-09-22T00:00:00Z
end 2021-09-23T00:00:00Z
path src/sys
commits 4

date 2021-09-22T15:44:12Z
author anton
files src/sys/dev/wscons/wsmux.c log diff annotate
message Prevent ucc keyboards from changing the wsmux keyboard layout.

ok deraadt@

date 2021-09-22T16:03:14Z
author kettenis
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c log diff annotate
message Add a workaround for machines where the framebuffer size reported by the
hardware is incorrect. In this case, make sure the amount of "stolen"
memory is at least as large as the EFI framebuffer such that the
driver doesn't use this memory until we've switched to the framebuffer
allocated by the amdgpu(4) driver.

Needs further investigation why the size reported by the hardware is
incorrect.

Tested by djm@
ok jsg@, deraadt@

date 2021-09-22T18:21:35Z
author deraadt
files src/sys/conf/newvers.sh log diff annotate
message we are now working on 7.0-current

date 2021-09-22T18:24:04Z
author benno
files src/sys/conf/GENERIC log diff annotate
message enable POOL_DEBUG again.