OpenBSD cvs log

created 2022-02-06T02:49:59Z
begin 2022-02-04T00:00:00Z
end 2022-02-05T00:00:00Z
path src/sys
commits 4

date 2022-02-04T08:06:48Z
author robert
files src/sys/dev/acpi/acpi.c log diff annotate
message set the APM_BATT_CHARGING state if the battery is being charged and try
to calculate the remaining time to be fully charged

ok jca@

date 2022-02-04T17:50:28Z
author tedu
files src/sys/kern/kern_pledge.c log diff annotate
message whitelist resolv.conf for stat. go dns library does this.
ok deraadt

date 2022-02-04T18:15:40Z
author kettenis
files src/sys/arch/arm64/include/pmap.h log diff annotate
message Define __HAVE_PMAP_MPSAFE_ENTER_COW; the ARMv8 architecture requires
that we implement proper "break-before-make" semantics and I've stared
at the code for long enough that I've convinced myself that we do indeed
implement this correctly several times.

ok guenther@

date 2022-02-04T22:24:09Z
author kettenis
files src/sys/dev/ofw/ofw_clock.h log diff annotate
message Add prototype for clock_set_frequency_idx().