OpenBSD cvs log

created 2025-02-05T00:09:47Z
begin 2025-01-30T00:00:00Z
end 2025-01-31T00:00:00Z
path src/sys
commits 8

date 2025-01-30T00:26:44Z
author hastings
files src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/mtintc.c log diff annotate
message Add mtintc(4), supporting interrupt controllers found on MediaTek SoCs.

ok kettenis@

date 2025-01-30T07:32:04Z
author hastings
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
message Enable mtintc(4), a driver for the interrupt controller on MediaTek SoCs.

ok kettenis@

date 2025-01-30T07:32:17Z
author hastings
files src/sys/arch/armv7/conf/GENERIC log diff annotate
src/sys/arch/armv7/conf/RAMDISK log diff annotate
message Enable mtintc(4), a driver for the interrupt controller on MediaTek SoCs.

ok kettenis@

date 2025-01-30T07:48:50Z
author sf
files src/sys/dev/pv/if_vio.c log diff annotate
message vio: Don't set MAC without MAC feature

If the VIRTIO_NET_F_MAC feature is not negotiated, don't try to write
the mac address registers. Some hypervisors don't like that.

date 2025-01-30T08:52:33Z
author mvs
files src/sys/netinet/tcp_input.c log diff annotate
src/sys/sys/socketvar.h log diff annotate
message Get rid of unused `so' argument in sb_notify(). No functional changes.

ok bluhm

date 2025-01-30T08:53:29Z
author mvs
files src/sys/dev/wscons/wsmouse.c log diff annotate
src/sys/dev/wscons/wstpad.c log diff annotate
message Make wsmouse(4) and wstpad filterops mp-safe.

Please note, filt_wseventread() is the only thread that runs
simultaneously with the rest of the wscons(4). This thread only compare
`ws_get' with `ws_put'. wscons(4) drivers only increment `ws_put' index
so at driver side we only need to protect this increment to ensure
`ws_put' is consistent with WSEVENT_QSIZE. I wrapped `ws_put' and
`ws_get' access with `ws_mtx' mutex(9) but this is not required.

ok kirill

date 2025-01-30T14:40:50Z
author mvs
files src/sys/kern/uipc_socket.c log diff annotate
src/sys/kern/uipc_socket2.c log diff annotate
src/sys/miscfs/fifofs/fifo_vnops.c log diff annotate
src/sys/net/rtsock.c log diff annotate
src/sys/netinet/tcp_input.c log diff annotate
src/sys/netinet/tcp_output.c log diff annotate
src/sys/netinet/tcp_subr.c log diff annotate
src/sys/netinet/tcp_usrreq.c log diff annotate
src/sys/nfs/nfs_socket.c log diff annotate
src/sys/sys/socketvar.h log diff annotate
message Get rid of unused `so' argument in sbspace(). No functional changes.

ok bluhm

date 2025-01-30T21:46:25Z
author kurt
files src/sys/arch/sparc64/stand/Makefile.inc log diff annotate
src/sys/arch/sparc64/stand/ofwboot/Makefile log diff annotate
message Remove unnecessary AFLAGS+= -Wa,-Av9a. This is gcc's default. Confirmed
no binary change as well.
ok kettenis@