OpenBSD cvs log

created 2024-07-20T23:22:08Z
begin 2024-07-15T00:00:00Z
end 2024-07-16T00:00:00Z
path src/sys
commits 5

date 2024-07-15T07:24:03Z
author jsg
files src/sys/sys/proc.h log diff annotate
message sync PS_BITS with flags; ok claudio@

date 2024-07-15T09:54:38Z
author patrick
files src/sys/dev/fdt/rkclock.c log diff annotate
src/sys/dev/fdt/rkclock_clocks.h log diff annotate
message Add RK3588 eMMC clocks and resets.

ok dlg@

date 2024-07-15T09:56:30Z
author patrick
files src/sys/dev/fdt/dwmshc.c log diff annotate
message Add support for the RK3588 eMMC controller. This is mostly the same, with
some HS400 bits that we don't support yet. While there, fix some constants
that weren't applied to the correct registers.

ok dlg@

date 2024-07-15T13:27:36Z
author martijn
files src/sys/ufs/ext2fs/ext2fs.h log diff annotate
message Add ext4 field definitions. Taken from NetBSD, with some cosmetic
changes to keep it in line with our style.

OK miod@

date 2024-07-15T15:33:54Z
author mglocker
files src/sys/dev/acpi/qcgpio.c log diff annotate
message Make the touchpad on the Samsung Galaxy Book4 Edge work.

ok patrick@