OpenBSD cvs log

created 2024-05-26T00:52:20Z
begin 2024-05-22T00:00:00Z
end 2024-05-23T00:00:00Z
path src/sys
commits 11

date 2024-05-22T05:51:49Z
author jsg
files src/sys/arch/amd64/include/i82093var.h log diff annotate
src/sys/arch/amd64/include/isa_machdep.h log diff annotate
src/sys/arch/amd64/include/rbus_machdep.h log diff annotate
src/sys/arch/arm64/arm64/acpi_machdep.c log diff annotate
src/sys/arch/arm64/arm64/db_interface.c log diff annotate
src/sys/arch/arm64/include/db_machdep.h log diff annotate
src/sys/arch/armv7/omap/ommmc.c log diff annotate
src/sys/arch/i386/i386/ipifuncs.c log diff annotate
src/sys/arch/i386/include/gdt.h log diff annotate
src/sys/arch/i386/include/i82093var.h log diff annotate
src/sys/arch/i386/include/rbus_machdep.h log diff annotate
src/sys/arch/macppc/dev/i2s.c log diff annotate
src/sys/arch/macppc/dev/if_mc.c log diff annotate
src/sys/arch/macppc/include/autoconf.h log diff annotate
src/sys/arch/macppc/include/bus.h log diff annotate
src/sys/arch/macppc/include/z8530var.h log diff annotate
src/sys/arch/powerpc/ddb/db_disasm.c log diff annotate
src/sys/arch/powerpc/powerpc/pmap.c log diff annotate
src/sys/arch/powerpc64/include/pci_machdep.h log diff annotate
src/sys/arch/powerpc64/powerpc64/db_disasm.c log diff annotate
src/sys/arch/riscv64/dev/riscv_cpu_intc.h log diff annotate
src/sys/arch/riscv64/include/pci_machdep.h log diff annotate
src/sys/arch/sparc64/dev/cons.h log diff annotate
src/sys/arch/sparc64/sparc64/machdep.c log diff annotate
message remove prototypes with no matching function and externs with no var

date 2024-05-22T08:38:57Z
author martijn
files src/sys/dev/pci/if_mwx.c log diff annotate
src/sys/dev/pci/if_mwxreg.h log diff annotate
message Add firmware and driver own functions. These are needed to bring up the
MT7922.

OK claudio@

date 2024-05-22T09:20:22Z
author claudio
files src/sys/kern/kern_resource.c log diff annotate
message Just grab the SCHED_LOCK() once in donice() before walking the ps_threads
list. setpriority() is trivial and probably faster than releasing and
relocking SCHED_LOCK().
OK jca@

date 2024-05-22T09:22:55Z
author claudio
files src/sys/kern/kern_sig.c log diff annotate
message In the big p_stat switch in ptsignal do not call return but instead
use one of the gotos. In this case goto out with mask and prop set to 0.

OK jca@

date 2024-05-22T09:24:11Z
author claudio
files src/sys/kern/kern_synch.c log diff annotate
message When clearing the wait channel also clear the wait message.

There is no reason to keep the wait message in place since it will
never show up even in ddb show proc output.
OK jca@

date 2024-05-22T11:46:06Z
author mglocker
files src/sys/dev/ic/ufshci.c log diff annotate
message Make the interrupt status poll function generic, rather than for only one
status type. We'll use it later on to query more interrupt status types.

date 2024-05-22T14:22:27Z
author jsg
files src/sys/arch/loongson/dev/htbvar.h log diff annotate
message remove extern with no matching var; ok miod@

date 2024-05-22T14:25:47Z
author jsg
files src/sys/arch/hppa/dev/elroy.c log diff annotate
src/sys/arch/hppa/dev/pdc.c log diff annotate
src/sys/arch/hppa/dev/siop_sgc.c log diff annotate
src/sys/arch/hppa/dev/wax.c log diff annotate
src/sys/arch/hppa/gsc/harmony.c log diff annotate
src/sys/arch/hppa/gsc/siop_gsc.c log diff annotate
src/sys/arch/hppa/hppa/machdep.c log diff annotate
src/sys/arch/hppa/include/autoconf.h log diff annotate
src/sys/arch/loongson/dev/glx.c log diff annotate
src/sys/arch/loongson/dev/smfb.c log diff annotate
src/sys/arch/luna88k/dev/mb89352var.h log diff annotate
src/sys/arch/m88k/m88k/db_interface.c log diff annotate
src/sys/arch/m88k/m88k/fpu.h log diff annotate
src/sys/arch/sh/dev/shpcicvar.h log diff annotate
src/sys/arch/sh/sh/interrupt.c log diff annotate
message remove prototypes with no matching function; ok miod@

date 2024-05-22T16:24:59Z
author martijn
files src/sys/dev/pci/if_mwx.c log diff annotate
src/sys/dev/pci/pcidevs log diff annotate
message Add support for MT7922. This brings the MT7922 in line with MT7921.

feedback and OK claudio@

date 2024-05-22T16:25:18Z
author martijn
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2024-05-22T18:10:00Z
author mglocker
files src/sys/dev/ic/ufshcireg.h log diff annotate
message Fix some bogus masking for the HCS (Host Controller Status) register.