OpenBSD cvs log

created 2022-07-16T15:03:26Z
begin 2022-07-09T00:00:00Z
end 2022-07-10T00:00:00Z
path src/sys
commits 6

date 2022-07-09T09:25:52Z
author kettenis
files src/sys/arch/arm64/arm64/vm_machdep.c log diff annotate
message Consistently use uint64_t.

date 2022-07-09T12:48:21Z
author visa
files src/sys/kern/kern_event.c log diff annotate
src/sys/kern/sys_pipe.c log diff annotate
src/sys/net/bpf.c log diff annotate
src/sys/net/bpfdesc.h log diff annotate
src/sys/sys/eventvar.h log diff annotate
src/sys/sys/pipe.h log diff annotate
message Unwrap klist from struct selinfo as this code no longer uses selwakeup().

OK jsg@

date 2022-07-09T19:27:56Z
author kettenis
files src/sys/dev/fdt/psci.c log diff annotate
src/sys/dev/fdt/pscivar.h log diff annotate
message Add support for calling the CPU_OFF and SYSTEM_SUSPEND functions.
Add a function to check whether SYSTEM_SUSPEND is supported by the
PSCI firmware.

ok patrick@

date 2022-07-09T20:51:39Z
author kettenis
files src/sys/dev/fdt/if_dwxe.c log diff annotate
message Add suspend/resume support.

ok mlarkin@, patrick@

date 2022-07-09T20:52:46Z
author kettenis
files src/sys/dev/fdt/sxirsb.c log diff annotate
message Add suspend/resume support

ok mlarkin@, patrick@

date 2022-07-09T20:57:01Z
author mvs
files src/sys/net/if_pppoe.c log diff annotate
message Fix the error path of the 'SIOCSIFMTU' pppoe_ioctl() case. Return error
value if the `error' is set instead of continue to sppp_ioctl().

ok bluhm@