OpenBSD cvs log

created 2023-03-12T09:14:03Z
begin 2023-03-10T00:00:00Z
end 2023-03-11T00:00:00Z
path src/sys
commits 5

date 2023-03-10T10:22:55Z
author kettenis
files src/sys/dev/fdt/xhci_fdt.c log diff annotate
message Take controller out of reset; makes it work on rk356x.

ok patrick@, mlarkin@

date 2023-03-10T10:54:29Z
author kettenis
files src/sys/dev/fdt/rkclock.c log diff annotate
message Implement setting the parent clock for RK356x. This includes code for
setting external parent clocks, which is needed to switch to the clock
provided by the Ethernet PHY.

ok patrick@

date 2023-03-10T11:01:52Z
author claudio
files src/sys/dev/dt/dt_dev.c log diff annotate
message Update the stack offset for the profile probe to account for the clockintr
API functions. Fixes flamegraphs on archs I could test.
OK bluhm@ miod@

date 2023-03-10T11:04:26Z
author claudio
files src/sys/dev/dt/dt_dev.c log diff annotate
message Add the necessary stack offsets for macppc so dt(4).
Tested on a G5 and G4 macppc.
OK miod@

date 2023-03-10T22:14:32Z
author bluhm
files src/sys/dev/dt/dt_dev.c log diff annotate
src/sys/dev/dt/dtvar.h log diff annotate
message Add new dt(4) ioctl DTIOCGARGS to get the types of probe arguments.
They are already tracked as strings in the kernel. Export them to
userland using one ioctl(2) for all arguments of each probe.
OK mpi@