CVS commit: src/sys/arch/mips/mips

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 21 06:47:10 UTC 2024 Modified Files: src/sys/arch/mips/mips: bus_dma.c Log Message: Use KASSERT instead if #ifdef DIAGNOSTIC + panic To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/mips/mips/bus

CVS commit: src/sys/arch/mips/mips

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 21 06:47:10 UTC 2024 Modified Files: src/sys/arch/mips/mips: bus_dma.c Log Message: Use KASSERT instead if #ifdef DIAGNOSTIC + panic To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/mips/mips/bus

CVS commit: src/lib/libc/gen

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 21 06:43:33 UTC 2024 Modified Files: src/lib/libc/gen: nlist_private.h Log Message: risc-v: Fix nlist on ELF64 The define __riscv64 is not provided (anymore?), so use _LP64 to determine if nlist support for ELF64 should be

CVS commit: src/lib/libc/gen

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 21 06:43:33 UTC 2024 Modified Files: src/lib/libc/gen: nlist_private.h Log Message: risc-v: Fix nlist on ELF64 The define __riscv64 is not provided (anymore?), so use _LP64 to determine if nlist support for ELF64 should be

CVS commit: src/usr.sbin/mopd/common

2024-10-20 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Mon Oct 21 05:39:48 UTC 2024 Modified Files: src/usr.sbin/mopd/common: file.c Log Message: mopd/common: when reading sections from an ELF image, signal end-of-image if the current section index is advanced past the last section t

CVS commit: src/usr.sbin/mopd/common

2024-10-20 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Mon Oct 21 05:39:48 UTC 2024 Modified Files: src/usr.sbin/mopd/common: file.c Log Message: mopd/common: when reading sections from an ELF image, signal end-of-image if the current section index is advanced past the last section t

CVS commit: src/external/gpl2/send-pr/dist/send-pr

2024-10-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Oct 20 19:38:27 UTC 2024 Modified Files: src/external/gpl2/send-pr/dist/send-pr: categories Log Message: send-pr: Add missing category port-riscv, noticed by he@ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2024-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 20:04:04 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_signal_interceptors.inc Log Message: Catch up with sigaction renames... Fixes atf tests WARNING: Thread

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2024-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 20:04:04 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_signal_interceptors.inc Log Message: Catch up with sigaction renames... Fixes atf tests WARNING: Thread

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2024-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 19:53:36 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cpp Log Message: Can't use __ps_strings because we are called from a constructor and rtld has not

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2024-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 19:53:36 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cpp Log Message: Can't use __ps_strings because we are called from a constructor and rtld has not

CVS commit: src/external/gpl2/send-pr/dist/send-pr

2024-10-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Oct 20 19:38:27 UTC 2024 Modified Files: src/external/gpl2/send-pr/dist/send-pr: categories Log Message: send-pr: Add missing category port-riscv, noticed by he@ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/share/man/man4

2024-10-20 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sun Oct 20 16:08:51 UTC 2024 Modified Files: src/share/man/man4: ietp.4 Log Message: ietp(4): fix typo in author's name, capitalize OpenBSD: ietp.4,v 1.2 2023/07/09 01:12:04 jsg Exp To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man4

2024-10-20 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sun Oct 20 16:08:51 UTC 2024 Modified Files: src/share/man/man4: ietp.4 Log Message: ietp(4): fix typo in author's name, capitalize OpenBSD: ietp.4,v 1.2 2023/07/09 01:12:04 jsg Exp To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 15:37:37 UTC 2024 Modified Files: src/sys/arch/arm/arm32: bus_dma.c src/sys/arch/riscv/riscv: bus_dma.c Log Message: Revert previous - I misread the code. To generate a diff of this commit: cvs rdiff -u -r1.146

CVS commit: src/sys/arch

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 15:37:37 UTC 2024 Modified Files: src/sys/arch/arm/arm32: bus_dma.c src/sys/arch/riscv/riscv: bus_dma.c Log Message: Revert previous - I misread the code. To generate a diff of this commit: cvs rdiff -u -r1.146

CVS commit: src/sys/arch

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 15:07:33 UTC 2024 Modified Files: src/sys/arch/arm/arm32: bus_dma.c src/sys/arch/riscv/riscv: bus_dma.c Log Message: G/C an unused event counter. To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146

CVS commit: src/sys/arch

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 15:07:33 UTC 2024 Modified Files: src/sys/arch/arm/arm32: bus_dma.c src/sys/arch/riscv/riscv: bus_dma.c Log Message: G/C an unused event counter. To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146

CVS commit: src/sys/arch/cats/cats

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 15:06:35 UTC 2024 Modified Files: src/sys/arch/cats/cats: cats_machdep.c Log Message: G/C PMAP_NEED_ALLOC_POOLPAGE is a failed experiment. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/arch/cat

CVS commit: src/sys/arch/cats/cats

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 15:06:35 UTC 2024 Modified Files: src/sys/arch/cats/cats: cats_machdep.c Log Message: G/C PMAP_NEED_ALLOC_POOLPAGE is a failed experiment. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/arch/cat

CVS commit: src/sys/arch/arm/arm32

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 14:51:13 UTC 2024 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Sync with the RISC-V version. Mostly Use PRI{u,x}{BUSSIZE,VADDR,PADDR} To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.1

CVS commit: src/sys/arch/arm/arm32

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 14:51:13 UTC 2024 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Sync with the RISC-V version. Mostly Use PRI{u,x}{BUSSIZE,VADDR,PADDR} To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.1

CVS commit: src

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 14:22:37 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/manhtml: mi src/share/man/man4: Makefile Added Files: src/share/man/man4: ietp.4 Log Message: Add ietp(4)

CVS commit: src

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 14:22:37 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/manhtml: mi src/share/man/man4: Makefile Added Files: src/share/man/man4: ietp.4 Log Message: Add ietp(4)

CVS commit: src/sys/fs/autofs

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 14:06:49 UTC 2024 Modified Files: src/sys/fs/autofs: autofs_vnops.c Log Message: Handle seek operations on autofs mountpoints. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/fs/autofs/autofs_vnop

CVS commit: src/sys/fs/autofs

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 14:06:49 UTC 2024 Modified Files: src/sys/fs/autofs: autofs_vnops.c Log Message: Handle seek operations on autofs mountpoints. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/fs/autofs/autofs_vnop

CVS commit: src/sys/net

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 14:03:52 UTC 2024 Modified Files: src/sys/net: bpf.c Log Message: MBUFTRACE To generate a diff of this commit: cvs rdiff -u -r1.257 -r1.258 src/sys/net/bpf.c Please note that diffs are not public domain; they are su

CVS commit: src/sys/net

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 14:03:52 UTC 2024 Modified Files: src/sys/net: bpf.c Log Message: MBUFTRACE To generate a diff of this commit: cvs rdiff -u -r1.257 -r1.258 src/sys/net/bpf.c Please note that diffs are not public domain; they are su

CVS commit: src/sys/nfs

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 14:01:52 UTC 2024 Modified Files: src/sys/nfs: krpc_subr.c nfs_bootdhcp.c Log Message: MBUFTRACE To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/nfs/krpc_subr.c cvs rdiff -u -r1.59 -r1.60 src/sy

CVS commit: src/sys/nfs

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 14:01:52 UTC 2024 Modified Files: src/sys/nfs: krpc_subr.c nfs_bootdhcp.c Log Message: MBUFTRACE To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/nfs/krpc_subr.c cvs rdiff -u -r1.59 -r1.60 src/sy

CVS commit: src/sbin/wsconsctl

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 13:49:41 UTC 2024 Modified Files: src/sbin/wsconsctl: display.c Log Message: Handle EDID data larger than 256 bytes. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sbin/wsconsctl/display.c Please

CVS commit: src/sbin/wsconsctl

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 13:49:41 UTC 2024 Modified Files: src/sbin/wsconsctl: display.c Log Message: Handle EDID data larger than 256 bytes. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sbin/wsconsctl/display.c Please

CVS commit: src/sbin/wsconsctl

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 13:44:37 UTC 2024 Modified Files: src/sbin/wsconsctl: display.c Log Message: Retrieve configured console font with WSDISPLAYIO_GFONT. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/wsconsctl/d

CVS commit: src/sbin/wsconsctl

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 13:44:37 UTC 2024 Modified Files: src/sbin/wsconsctl: display.c Log Message: Retrieve configured console font with WSDISPLAYIO_GFONT. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/wsconsctl/d

CVS commit: src/sys/arch/riscv/riscv

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 13:43:36 UTC 2024 Modified Files: src/sys/arch/riscv/riscv: bus_dma.c Log Message: Apply the same fix that was applied to the arm version of this. _bus_dmatag_subregion is always EOPNOTSUPP for !_RISCV_NEED_BUS_DMA_BOUN

CVS commit: src/sys/arch/riscv/riscv

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 13:43:56 UTC 2024 Modified Files: src/sys/arch/riscv/riscv: bus_dma.c Log Message: More KNF To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/riscv/bus_dma.c Please note that diffs are not

CVS commit: src/sys/arch/riscv/riscv

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 13:43:56 UTC 2024 Modified Files: src/sys/arch/riscv/riscv: bus_dma.c Log Message: More KNF To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/riscv/bus_dma.c Please note that diffs are not

CVS commit: src/sys/arch/riscv/riscv

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 13:43:36 UTC 2024 Modified Files: src/sys/arch/riscv/riscv: bus_dma.c Log Message: Apply the same fix that was applied to the arm version of this. _bus_dmatag_subregion is always EOPNOTSUPP for !_RISCV_NEED_BUS_DMA_BOUN

CVS commit: src/sys/arch/riscv/riscv

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 13:37:51 UTC 2024 Modified Files: src/sys/arch/riscv/riscv: bus_dma.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/riscv/bus_dma.c Please note that diffs are not publ

CVS commit: src/sys/arch/riscv/riscv

2024-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 13:37:51 UTC 2024 Modified Files: src/sys/arch/riscv/riscv: bus_dma.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/riscv/bus_dma.c Please note that diffs are not publ

CVS commit: src/sys/dev/wscons

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 09:25:00 UTC 2024 Modified Files: src/sys/dev/wscons: wsconsio.h wsdisplay_vcons.c Log Message: Add WSDISPLAYIO_GFONT ioctl to query the installed font name. To generate a diff of this commit: cvs rdiff -u -r1.128 -r

CVS commit: src/sys/dev/wscons

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 09:25:00 UTC 2024 Modified Files: src/sys/dev/wscons: wsconsio.h wsdisplay_vcons.c Log Message: Add WSDISPLAYIO_GFONT ioctl to query the installed font name. To generate a diff of this commit: cvs rdiff -u -r1.128 -r

CVS commit: src/sbin/wsconsctl

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 08:46:02 UTC 2024 Modified Files: src/sbin/wsconsctl: util.c Log Message: Add descriptions for all display types in wsconsio.h. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sbin/wsconsctl/util.c

CVS commit: src/sbin/wsconsctl

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 08:46:02 UTC 2024 Modified Files: src/sbin/wsconsctl: util.c Log Message: Add descriptions for all display types in wsconsio.h. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sbin/wsconsctl/util.c

CVS commit: src/sys/dev/wscons

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 08:44:22 UTC 2024 Modified Files: src/sys/dev/wscons: wsconsio.h Log Message: Add type for videocore6 display. To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/sys/dev/wscons/wsconsio.h Please not

CVS commit: src/sys/dev/wscons

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 08:44:22 UTC 2024 Modified Files: src/sys/dev/wscons: wsconsio.h Log Message: Add type for videocore6 display. To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/sys/dev/wscons/wsconsio.h Please not

CVS commit: src/sbin/gpt

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 08:21:30 UTC 2024 Modified Files: src/sbin/gpt: gpt.c gpt_private.h gpt_uuid.c uuid.c Log Message: When generating timestamp based GUIDs for reproducable builds - increment timestamp by 100ns for each partition. - use

CVS commit: src/sbin/gpt

2024-10-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 20 08:21:30 UTC 2024 Modified Files: src/sbin/gpt: gpt.c gpt_private.h gpt_uuid.c uuid.c Log Message: When generating timestamp based GUIDs for reproducable builds - increment timestamp by 100ns for each partition. - use