CVS commit: src/external/bsd/blocklist/lib

2025-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 29 23:25:57 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: Don't use strlcpy() because it will keep going trying to find the end of the input string (thanks riastradh) To generate a diff of

CVS commit: src/sys/arch/m68k/m68k

2025-03-29 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Mar 30 04:44:26 UTC 2025 Modified Files: src/sys/arch/m68k/m68k: switch_subr.s Log Message: Sprinkle nop. This is the kernel part of addressing the issue with fpu emulation on lc040 cpus. The idea is that we might be switch fro

Re: CVS commit: src/external/bsd/blocklist/lib

2025-03-29 Thread Robert Elz
Date:Sun, 30 Mar 2025 01:38:51 + From:Taylor R Campbell Message-ID: <20250330013852.a346284...@mail.netbsd.org> | but it leaves the bytes bi->bi_msg[rem], bi->bi_msg[rem + 1], | bi->bi_msg[rem + 2] ..., bi->bi_msg[sizeof(bi->bi_msg) - 2] | uninitialized, I

CVS commit: src/usr.bin/make/unit-tests

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 01:51:51 UTC 2025 Modified Files: src/usr.bin/make/unit-tests: varparse-errors.mk Log Message: tests/make: fix test for printing the stack trace Depending on the exact environment in which the test is run, the "./" pat

CVS commit: src/usr.sbin/installboot/arch

2025-03-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Mar 30 03:03:27 UTC 2025 Modified Files: src/usr.sbin/installboot/arch: hp300.c Log Message: Always read LIF volume/directory from stage1 even on cd9660 stage2 case. mmap(2) against the bootstrap file in the target cd9660 co

CVS commit: src/usr.sbin/installboot/arch

2025-03-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Mar 30 03:03:27 UTC 2025 Modified Files: src/usr.sbin/installboot/arch: hp300.c Log Message: Always read LIF volume/directory from stage1 even on cd9660 stage2 case. mmap(2) against the bootstrap file in the target cd9660 co

CVS commit: src/external/bsd/blocklist/lib

2025-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 30 01:53:59 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: PR/59218: Taylor R Campbell: fix NUL termination To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd/block

CVS commit: src/external/bsd/blocklist/lib

2025-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 30 01:53:59 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: PR/59218: Taylor R Campbell: fix NUL termination To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd/block

CVS commit: src/usr.bin/make/unit-tests

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 01:51:51 UTC 2025 Modified Files: src/usr.bin/make/unit-tests: varparse-errors.mk Log Message: tests/make: fix test for printing the stack trace Depending on the exact environment in which the test is run, the "./" pat

Re: CVS commit: src/external/bsd/blocklist/lib

2025-03-29 Thread Taylor R Campbell
> Module Name:src > Committed By: christos > Date: Sat Mar 29 23:25:57 UTC 2025 > > Modified Files: > src/external/bsd/blocklist/lib: bl.c > > Log Message: > Don't use strlcpy() because it will keep going trying to find the end of the > input string (thanks riastradh) > >

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 01:27:13 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: moderrs.exp varmod-select-words.exp varmod-select-words.mk varmod.exp varmod.mk Log Message: make: fix error mes

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 01:27:13 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: moderrs.exp varmod-select-words.exp varmod-select-words.mk varmod.exp varmod.mk Log Message: make: fix error mes

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 01:09:41 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-assign.exp varmod-assign.mk Log Message: make: add details to error message for the "::=" modifier The previous erro

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 00:50:33 UTC 2025 Modified Files: src/usr.bin/make: var.c Log Message: make: simplify error handling for unknown modifiers To generate a diff of this commit: cvs rdiff -u -r1.1154 -r1.1155 src/usr.bin/make/var.c Plea

CVS commit: src/lib/libc/string

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 01:15:23 UTC 2025 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: strlcpy(3): Another attempt at reworking the description for clarity. These functions have extremely sharp edges that are apparently stil

CVS commit: src/lib/libc/string

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 01:15:23 UTC 2025 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: strlcpy(3): Another attempt at reworking the description for clarity. These functions have extremely sharp edges that are apparently stil

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 00:50:33 UTC 2025 Modified Files: src/usr.bin/make: var.c Log Message: make: simplify error handling for unknown modifiers To generate a diff of this commit: cvs rdiff -u -r1.1154 -r1.1155 src/usr.bin/make/var.c Plea

Re: CVS commit: src/sbin/umount

2025-03-29 Thread David Holland
On Thu, Mar 27, 2025 at 05:42:03AM +0700, Robert Elz wrote: > | Because vnds are specifically configured for mounts; the only thing > | they're useful for is mounting a fs image that lives in a regular > | file. > > No they're not, they can be used for playing with newfs variants, > fs

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 00:35:52 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk varmod-sysv.mk varmod-to-separator.exp varmod-to-separator.mk varmod.mk Log Message: make

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 00:35:52 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk varmod-sysv.mk varmod-to-separator.exp varmod-to-separator.mk varmod.mk Log Message: make

CVS commit: src/share/man/man4

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 00:14:12 UTC 2025 Modified Files: src/share/man/man4: unix.4 Log Message: unix(4): Comma is wrong; semicolon is right. (Personally I would use an em dash here, but then I always render man pages with LC_ALL=C becaus

CVS commit: src/share/man/man4

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 00:14:12 UTC 2025 Modified Files: src/share/man/man4: unix.4 Log Message: unix(4): Comma is wrong; semicolon is right. (Personally I would use an em dash here, but then I always render man pages with LC_ALL=C becaus

CVS commit: src/lib/libc/gen

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 00:07:52 UTC 2025 Modified Files: src/lib/libc/gen: ctype_.c ctype_guard.h tolower_.c toupper_.c Log Message: ctype(3): Simplify definitions of ctype/tolower/toupper tables. Clarify comment while here. No functiona

CVS commit: src/lib/libc/gen

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 00:07:52 UTC 2025 Modified Files: src/lib/libc/gen: ctype_.c ctype_guard.h tolower_.c toupper_.c Log Message: ctype(3): Simplify definitions of ctype/tolower/toupper tables. Clarify comment while here. No functiona

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 23:50:07 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-order.exp varmod-order.mk varmod.mk varparse-errors.exp varparse-errors.mk Log Message: make: let unknown

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 23:50:07 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-order.exp varmod-order.mk varmod.mk varparse-errors.exp varparse-errors.mk Log Message: make: let unknown

CVS commit: src/external/bsd/blocklist/lib

2025-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 29 23:25:57 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: Don't use strlcpy() because it will keep going trying to find the end of the input string (thanks riastradh) To generate a diff of

CVS commit: src/doc

2025-03-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Mar 29 22:45:08 UTC 2025 Modified Files: src/doc: 3RDPARTY Log Message: doc: update entries for lutok, atf, kyua To generate a diff of this commit: cvs rdiff -u -r1.2092 -r1.2093 src/doc/3RDPARTY Please note that diffs are not

Re: CVS commit: src/external/bsd/blocklist/lib

2025-03-29 Thread Taylor R Campbell
> Module Name:src > Committed By: christos > Date: Wed Mar 26 13:52:47 UTC 2025 > > Modified Files: > src/external/bsd/blocklist/lib: bl.c > > Log Message: > NUL-terminate the message string (thanks riastradh) > > > To generate a diff of this commit: > cvs rdiff -u -r1.5

CVS commit: src/lib/libc/gen

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 29 21:45:09 UTC 2025 Modified Files: src/lib/libc/gen: isctype.c Log Message: libc/isctype.c: Omit needless #include . Crept in during an earlier revision when I wrote this with _DIAGASSERT. (I opted to unconditionall

CVS commit: src/lib/libc/gen

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 29 21:45:09 UTC 2025 Modified Files: src/lib/libc/gen: isctype.c Log Message: libc/isctype.c: Omit needless #include . Crept in during an earlier revision when I wrote this with _DIAGASSERT. (I opted to unconditionall

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 21:30:48 UTC 2025 Modified Files: src/usr.bin/make: make.h parse.c var.c src/usr.bin/make/unit-tests: varparse-errors.exp varparse-errors.mk Log Message: make: in a stack trace with details and includes, list th

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 21:30:48 UTC 2025 Modified Files: src/usr.bin/make: make.h parse.c var.c src/usr.bin/make/unit-tests: varparse-errors.exp varparse-errors.mk Log Message: make: in a stack trace with details and includes, list th

CVS commit: src/lib/libc/gen

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 29 20:57:58 UTC 2025 Modified Files: src/lib/libc/gen: ctype_.c ctype_guard.h tolower_.c toupper_.c Log Message: libc: Restore ELF symbol sizes for _C_ctype_tab_ &c. This is needed for dynamic position-dependent execut

CVS commit: src/lib/libc/gen

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 29 20:57:58 UTC 2025 Modified Files: src/lib/libc/gen: ctype_.c ctype_guard.h tolower_.c toupper_.c Log Message: libc: Restore ELF symbol sizes for _C_ctype_tab_ &c. This is needed for dynamic position-dependent execut

CVS commit: src/usr.bin/make/unit-tests

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 20:19:58 UTC 2025 Modified Files: src/usr.bin/make/unit-tests: varmod.exp varmod.mk Log Message: tests/make: fix the documented modifier table The SysV column was largely incorrect or too unspecific, stating N/A when "

CVS commit: src/usr.bin/make/unit-tests

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 20:19:58 UTC 2025 Modified Files: src/usr.bin/make/unit-tests: varmod.exp varmod.mk Log Message: tests/make: fix the documented modifier table The SysV column was largely incorrect or too unspecific, stating N/A when "

CVS commit: src

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 29 19:40:42 UTC 2025 Modified Files: src/lib/libc/gen: ctype_.c tolower_.c toupper_.c src/tests/lib/libc/gen: t_ctype.c Added Files: src/lib/libc/gen: ctype_guard.h Log Message: ctype(3): Put guard pages

CVS commit: src

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 29 19:40:42 UTC 2025 Modified Files: src/lib/libc/gen: ctype_.c tolower_.c toupper_.c src/tests/lib/libc/gen: t_ctype.c Added Files: src/lib/libc/gen: ctype_guard.h Log Message: ctype(3): Put guard pages

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 19:08:53 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: cmd-errors-jobs.exp cmd-errors-jobs.mk cmd-errors-lint.exp cmd-errors-lint.mk cmd-errors.exp cmd-errors.mk

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 19:08:53 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: cmd-errors-jobs.exp cmd-errors-jobs.mk cmd-errors-lint.exp cmd-errors-lint.mk cmd-errors.exp cmd-errors.mk

CVS commit: src/sys/sys

2025-03-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Mar 29 17:29:20 UTC 2025 Modified Files: src/sys/sys: cpu_data.h Log Message: CPU_COUNT() macro args are properly parenthesised when used. This will hopefully fix builds after recent changes to how KASSERT() uses its args. To

CVS commit: src/usr.bin/make/unit-tests

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 17:31:35 UTC 2025 Modified Files: src/usr.bin/make/unit-tests: varmod-to-separator.mk Log Message: tests/make: remove copy-and-paste errors from warning messages Several of the warnings didn't match what they actually

CVS commit: src/usr.bin/make/unit-tests

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 17:31:35 UTC 2025 Modified Files: src/usr.bin/make/unit-tests: varmod-to-separator.mk Log Message: tests/make: remove copy-and-paste errors from warning messages Several of the warnings didn't match what they actually

CVS commit: src/sys/sys

2025-03-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Mar 29 17:29:20 UTC 2025 Modified Files: src/sys/sys: cpu_data.h Log Message: CPU_COUNT() macro args are properly parenthesised when used. This will hopefully fix builds after recent changes to how KASSERT() uses its args. To

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 11:24:35 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: moderrs.exp varmod-indirect.exp varmod.exp Log Message: make: add details about indirect modifiers to the stack traces Prev

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 16:44:14 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk vardebug.exp vardebug.mk varmod-edge.exp varmod-edge.mk varmod-indirect.exp va

CVS commit: src/sys/sys

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 29 15:48:26 UTC 2025 Modified Files: src/sys/sys: cdefs.h Log Message: __predict_true/false: Make these work with C++ too. Should fix build after recent assert.h change. error: no match for `operator!=' (operand types

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 11:24:35 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: moderrs.exp varmod-indirect.exp varmod.exp Log Message: make: add details about indirect modifiers to the stack traces Prev

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 12:02:41 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk Log Message: make: fix error message for unclosed expression Even in an unclosed expression such as

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 12:02:41 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk Log Message: make: fix error message for unclosed expression Even in an unclosed expression such as

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 11:51:54 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk varmod-assign.exp varmod-assign.mk varmod-edge.exp varmod-edge.mk varmod-sysv.exp

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 11:51:54 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk varmod-assign.exp varmod-assign.mk varmod-edge.exp varmod-edge.mk varmod-sysv.exp

CVS commit: src/sys/dev/hyperv

2025-03-29 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Mar 29 10:12:14 UTC 2025 Modified Files: src/sys/dev/hyperv: vmbus.c Log Message: vmbus(4): Fix missing conversion to condvar(9). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/hyperv/vmbus.c Plea

CVS commit: [netbsd-10] src/doc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:57:06 UTC 2025 Modified Files: src/doc [netbsd-10]: CHANGES-10.2 Log Message: Tickets #1073 - #1078 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-10.2 Please note that diffs

CVS commit: [netbsd-9] src/doc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:53:06 UTC 2025 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1938 To generate a diff of this commit: cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-9.5 Please note that diffs are not pub

CVS commit: [netbsd-9] src/distrib/notes/macppc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:51:24 UTC 2025 Modified Files: src/distrib/notes/macppc [netbsd-9]: hardware Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1938): distrib/notes/macppc/hardware: revision 1.50

CVS commit: [netbsd-10] src/doc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:57:06 UTC 2025 Modified Files: src/doc [netbsd-10]: CHANGES-10.2 Log Message: Tickets #1073 - #1078 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-10.2 Please note that diffs

CVS commit: [netbsd-10] src/distrib/notes/macppc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:50:18 UTC 2025 Modified Files: src/distrib/notes/macppc [netbsd-10]: hardware Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1077): distrib/notes/macppc/hardware: revision 1.5

CVS commit: [netbsd-10] src/sys/arch/amd64/conf

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:47:38 UTC 2025 Modified Files: src/sys/arch/amd64/conf [netbsd-10]: XEN3_DOMU Log Message: Pull up following revision(s) (requested by sborrill in ticket #1076): sys/arch/amd64/conf/XEN3_DOMU: revision 1.101

CVS commit: [netbsd-9] src/doc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:53:06 UTC 2025 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1938 To generate a diff of this commit: cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-9.5 Please note that diffs are not pub

CVS commit: [netbsd-9] src/distrib/notes/macppc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:51:24 UTC 2025 Modified Files: src/distrib/notes/macppc [netbsd-9]: hardware Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1938): distrib/notes/macppc/hardware: revision 1.50

CVS commit: [netbsd-10] src/distrib/notes/macppc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:50:18 UTC 2025 Modified Files: src/distrib/notes/macppc [netbsd-10]: hardware Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1077): distrib/notes/macppc/hardware: revision 1.5

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 10:39:49 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: check-expect.lua cmd-errors-jobs.exp cmd-errors-jobs.mk cmd-errors-lint.exp cmd-errors.exp lint.exp m

CVS commit: [netbsd-10] src/sys/arch

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:32:44 UTC 2025 Modified Files: src/sys/arch/amd64/amd64 [netbsd-10]: genassym.cf locore.S machdep.c src/sys/arch/x86/acpi [netbsd-10]: acpi_machdep.c src/sys/arch/x86/include [netbsd-10]: cpu.h

CVS commit: src/usr.bin/make

2025-03-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 29 10:39:49 UTC 2025 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: check-expect.lua cmd-errors-jobs.exp cmd-errors-jobs.mk cmd-errors-lint.exp cmd-errors.exp lint.exp m

CVS commit: [netbsd-10] src/sys/arch/amd64/conf

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:47:38 UTC 2025 Modified Files: src/sys/arch/amd64/conf [netbsd-10]: XEN3_DOMU Log Message: Pull up following revision(s) (requested by sborrill in ticket #1076): sys/arch/amd64/conf/XEN3_DOMU: revision 1.101

CVS commit: [netbsd-10] src/tests/net/if_vlan

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:45:08 UTC 2025 Modified Files: src/tests/net/if_vlan [netbsd-10]: t_vlan.sh Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1075): tests/net/if_vlan/t_vlan.sh: revision 1.26

CVS commit: [netbsd-10] src/sys/arch

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:32:44 UTC 2025 Modified Files: src/sys/arch/amd64/amd64 [netbsd-10]: genassym.cf locore.S machdep.c src/sys/arch/x86/acpi [netbsd-10]: acpi_machdep.c src/sys/arch/x86/include [netbsd-10]: cpu.h

CVS commit: src/sys/arch/vax/vax

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 29 00:16:30 UTC 2025 Modified Files: src/sys/arch/vax/vax: trap.c Log Message: vax/trap.c: Back out revisions 1.139 and 1.141 for now. These changes served to zero registers on exec in order to avoid leaking secret reg

CVS commit: src/sys/dev/hyperv

2025-03-29 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Mar 29 10:12:14 UTC 2025 Modified Files: src/sys/dev/hyperv: vmbus.c Log Message: vmbus(4): Fix missing conversion to condvar(9). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/hyperv/vmbus.c Plea

CVS commit: src/tests/lib/libc/gen

2025-03-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 23:01:51 UTC 2025 Modified Files: src/tests/lib/libc/gen: t_ctype.c Log Message: t_ctype: Factor loop out of macro-generated functions. No functional change intended. PR lib/58208: ctype(3) provides poor runtime fe