OpenBSD cvs log

created 2024-09-28T17:01:52Z
begin 2024-09-21T00:00:00Z
end 2024-09-22T00:00:00Z
path src/sys
commits 3

date 2024-09-21T04:36:28Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm_machdep.c log diff annotate
src/sys/arch/amd64/include/vmmvar.h log diff annotate
message vmm(4): remove EPT mprotect ioctl

This old ioctl isn't used by vmd(8) and is getting in the way of some
improvements we want to do. It was used by solo5 but the person who was
helping maintain this is no longer involved with that project.

ok dv

date 2024-09-21T19:06:06Z
author deraadt
files src/sys/dev/acpi/acpi_x86.c log diff annotate
src/sys/dev/acpi/acpibtn.c log diff annotate
message We aren't ready to choose S0-over-S3 based upon the S0ix bit in FADT.
Some machines which work great in S3, don't work great in S0.

Some people want to be able to force S0, mostly for testing purposes
(or to notice improvements as changes are made in the tree). Provide
a TEMPORARY method via machdep.lidaction=-1 which will be S0-suspend
while =1 remains S3 suspend. This button will not remain long-term,
but for now, and during 7.6, it will be better than nothing.
ok ratchov kettenis

date 2024-09-21T19:06:07Z
author deraadt
files src/sys/arch/amd64/amd64/machdep.c log diff annotate
message We aren't ready to choose S0-over-S3 based upon the S0ix bit in FADT.
Some machines which work great in S3, don't work great in S0.

Some people want to be able to force S0, mostly for testing purposes
(or to notice improvements as changes are made in the tree). Provide
a TEMPORARY method via machdep.lidaction=-1 which will be S0-suspend
while =1 remains S3 suspend. This button will not remain long-term,
but for now, and during 7.6, it will be better than nothing.
ok ratchov kettenis