OpenBSD cvs log

created 2022-09-22T04:21:45Z
begin 2022-09-18T00:00:00Z
end 2022-09-19T00:00:00Z
path src/sys
commits 5

date 2022-09-18T14:41:54Z
author mpi
files src/sys/dev/ofw/fdt.c log diff annotate
message Revert previous it prevents the PinebookPro and the Rockpro64 to reach userland.

Found by kn@ and myself, ok deraadt@

date 2022-09-18T20:38:50Z
author cheloha
files src/sys/arch/amd64/amd64/tsc.c log diff annotate
message tsc: make tsc_report_test_results() less noisy without TSC_DEBUG

By default, just say "tsc: cpu0/cpuN: sync test failed". If you want
more information you need to recompile with TSC_DEBUG set.

While here, disable TSC_DEBUG.

"sure" deraadt@

date 2022-09-18T20:47:09Z
author cheloha
files src/sys/kern/kern_tc.c log diff annotate
message timecounting: tc_reset_quality: print notice if active counter changes

Give the user a hint as to what happened if they boot up and the TSC
is not the active counter.

"sure" deraadt@

date 2022-09-18T21:12:19Z
author mglocker
files src/sys/dev/usb/dwc2/dwc2.c log diff annotate
src/sys/dev/usb/dwc2/dwc2_hcd.c log diff annotate
message Fix a memory leak which was introduced by the previous commit.

The issue was reported by Stephan Somogyi - Thanks!

date 2022-09-18T21:36:41Z
author gkoehler
files src/sys/arch/macppc/dev/pm_direct.c log diff annotate
src/sys/arch/macppc/dev/pm_direct.h log diff annotate
message Define PMU_ADB_CMD and PMU_INT_ACK

Taking these definitions from NetBSD's pm_direct.h; most PMU_*
commands have the same names in the BSDs and Linux.

ok miod@ kettenis@