OpenBSD cvs log

created 2020-02-09T18:55:58Z
begin 2020-02-08T00:00:00Z
end 2020-02-09T00:00:00Z
path src/sys
commits 3

date 2020-02-08T11:58:39Z
author jasper
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message remove erroneous line in comment for vm_get_info()

from mlarkin

date 2020-02-08T14:52:07Z
author visa
files src/sys/kern/tty.c log diff annotate
message Replace ttkqflush() with klist_invalidate() to handle knote list
invalidation in one place.

Store struct tty pointer in kn_hook directly to simplify the code.

OK mpi@

date 2020-02-08T19:08:17Z
author patrick
files src/sys/dev/acpi/acpivideo.c log diff annotate
src/sys/dev/acpi/acpivout.c log diff annotate
message On the Lenovo X395 acpivout(4) does not attach since there is
no _BQC method. But we need it to attach, since it provides
the events for the brightness keys. Thus, make acpivout(4)
attach enough to register the event handler, but return early
so that it doesn't register itself as ws_[gs]et_param.

ok kettenis@