OpenBSD cvs log

created 2024-06-07T06:18:05Z
begin 2024-06-02T00:00:00Z
end 2024-06-03T00:00:00Z
path src/sys
commits 3

date 2024-06-02T11:08:41Z
author kettenis
files src/sys/dev/acpi/acpi.c log diff annotate
src/sys/dev/acpi/amltypes.h log diff annotate
message Power down PCI devices in S0 as well. Needed for suspend-to-idle.

ok mglocker@

date 2024-06-02T15:31:56Z
author deraadt
files src/sys/kern/kern_pledge.c log diff annotate
message pledge, MAP_STACK, and pinsyscall failures have been providing failure
visibility with kernel printf(9) (thus, onto console and into dmesg) since
the start of development. I want to reduce the dmesg spam, and bring
this more into the attention of the user who ran the command, so let's
try using uprintf(9) which puts it onto the active foreground tty (yes,
there maybe cases where there is no tty, but that's ok. I'll admit
I've considered deleting the logging messages entirely)
tested in snaps for a week

date 2024-06-02T15:31:57Z
author deraadt
files src/sys/sys/syscall_mi.h log diff annotate
src/sys/uvm/uvm_map.c log diff annotate
message pledge, MAP_STACK, and pinsyscall failures have been providing failure
visibility with kernel printf(9) (thus, onto console and into dmesg) since
the start of development. I want to reduce the dmesg spam, and bring
this more into the attention of the user who ran the command, so let's
try using uprintf(9) which puts it onto the active foreground tty (yes,
there maybe cases where there is no tty, but that's ok. I'll admit
I've considered deleting the logging messages entirely)
tested in snaps for a week