CVS commit: src/sys/kern

2025-03-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 17 19:02:49 UTC 2025 Modified Files: src/sys/kern: kern_proc.c Log Message: kern_proc.c: Fix mistakes in SET_ERROR sprinkling. To avoid triggering a SET_ERROR probe, I moved an initial rval = EPERM; to a sepa

CVS commit: src/sys/kern

2025-03-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 17 19:02:49 UTC 2025 Modified Files: src/sys/kern: kern_proc.c Log Message: kern_proc.c: Fix mistakes in SET_ERROR sprinkling. To avoid triggering a SET_ERROR probe, I moved an initial rval = EPERM; to a sepa

CVS commit: src/sys/dev/usb

2025-03-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 17 18:24:08 UTC 2025 Modified Files: src/sys/dev/usb: umcpmio.c umcpmio.h umcpmio_hid_reports.h umcpmio_io.h umcpmio_subr.c umcpmio_subr.h Log Message: umcpmio(4): Fix a lot of KNF issues. - Space after com

CVS commit: src/sys/dev/usb

2025-03-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 17 18:24:08 UTC 2025 Modified Files: src/sys/dev/usb: umcpmio.c umcpmio.h umcpmio_hid_reports.h umcpmio_io.h umcpmio_subr.c umcpmio_subr.h Log Message: umcpmio(4): Fix a lot of KNF issues. - Space after com

CVS commit: src/sys/arch/macppc/macppc

2025-03-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 17 07:39:55 UTC 2025 Modified Files: src/sys/arch/macppc/macppc: rbus_machdep.c Log Message: remove bogus oea_iobat_add() call we BAT-map the entire PCI bus anyway tested on my pismo with an ohci/ehci at cardbus To gen

CVS commit: src

2025-03-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Mar 17 16:20:57 UTC 2025 Modified Files: src/sys/arch/epoc32/stand/e32boot/include: elf.h src/sys/sys: exec_elf.h src/tools/arm-elf2aout/sys: exec_elf.h src/tools/m68k-elf2aout/sys: exec_elf.h Log Messa

CVS commit: src

2025-03-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Mar 17 16:20:57 UTC 2025 Modified Files: src/sys/arch/epoc32/stand/e32boot/include: elf.h src/sys/sys: exec_elf.h src/tools/arm-elf2aout/sys: exec_elf.h src/tools/m68k-elf2aout/sys: exec_elf.h Log Messa

CVS commit: src/share/misc

2025-03-17 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Mon Mar 17 14:07:44 UTC 2025 Modified Files: src/share/misc: acronyms.comp Log Message: +CFRGCrypto Forum Research Group (IRTF) To generate a diff of this commit: cvs rdiff -u -r1.403 -r1.404 src/share/misc/acronyms.comp

CVS commit: src/share/misc

2025-03-17 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Mon Mar 17 14:07:44 UTC 2025 Modified Files: src/share/misc: acronyms.comp Log Message: +CFRGCrypto Forum Research Group (IRTF) To generate a diff of this commit: cvs rdiff -u -r1.403 -r1.404 src/share/misc/acronyms.comp

CVS commit: src/sys/arch

2025-03-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 17 11:39:02 UTC 2025 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c Log Message: x86: Set tf_trapno = T_ASTFLT on exec. In most cases, the caller will already have tf_trap

CVS commit: src/sys/arch

2025-03-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 17 11:39:02 UTC 2025 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c Log Message: x86: Set tf_trapno = T_ASTFLT on exec. In most cases, the caller will already have tf_trap

CVS commit: src/sys/arch/macppc/macppc

2025-03-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 17 08:23:13 UTC 2025 Modified Files: src/sys/arch/macppc/macppc: rbus_machdep.c Log Message: when looking for the cardbus bridge's memory range: - check 'reserved-segment' first, all core99 machines should have it - if t

CVS commit: src/sys/arch/macppc/macppc

2025-03-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 17 08:23:13 UTC 2025 Modified Files: src/sys/arch/macppc/macppc: rbus_machdep.c Log Message: when looking for the cardbus bridge's memory range: - check 'reserved-segment' first, all core99 machines should have it - if t

CVS commit: src/sys/arch/macppc/macppc

2025-03-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 17 07:39:55 UTC 2025 Modified Files: src/sys/arch/macppc/macppc: rbus_machdep.c Log Message: remove bogus oea_iobat_add() call we BAT-map the entire PCI bus anyway tested on my pismo with an ohci/ehci at cardbus To gen