CVS commit: src/sys/netinet6

2025-03-30 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Mar 31 05:55:43 UTC 2025 Modified Files: src/sys/netinet6: nd6.c Log Message: nd6: send packets through the fast path even if DELAY and PROBE If there is a valid ND cache, we can send packets for the destination of the cache

CVS commit: src/sys/netinet6

2025-03-30 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Mar 31 05:55:43 UTC 2025 Modified Files: src/sys/netinet6: nd6.c Log Message: nd6: send packets through the fast path even if DELAY and PROBE If there is a valid ND cache, we can send packets for the destination of the cache

CVS commit: src/sys/arch/amd64/amd64

2025-03-30 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sun Mar 30 19:48:15 UTC 2025 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: locore.S: remove duplicate comment Trivial change, tested anyway on NetBSD/amd64; NFCI. "Go go" imil@ To generate a diff of this com

CVS commit: src/tests/lib/libpthread

2025-03-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 23:03:06 UTC 2025 Modified Files: src/tests/lib/libpthread: t_once.c Log Message: tests/lib/libpthread/t_once: Test fork and pthread_once race. Test is disabled by default because it triggers only with very low prob

CVS commit: src/tools

2025-03-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Mar 29 23:37:00 UTC 2025 Modified Files: src/tools: Makefile.nbincludes Log Message: Explicitly suppress an error message expected during bootstrap. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tools/Ma

CVS commit: src/usr.bin/make

2025-03-30 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun Mar 30 21:24:57 UTC 2025 Modified Files: src/usr.bin/make: main.c make.1 make.h parse.c var.c Log Message: make: POSIX mode, check for sysV style modifiers first A POSIX compatible makefile should not be using any of our native

CVS commit: src/usr.bin/make

2025-03-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 16:43:10 UTC 2025 Modified Files: src/usr.bin/make: for.c src/usr.bin/make/unit-tests: directive-for-errors.exp directive-for-errors.mk directive-for.exp directive-for.mk varmod-indirect.e

CVS commit: src/usr.bin/make

2025-03-30 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun Mar 30 21:24:57 UTC 2025 Modified Files: src/usr.bin/make: main.c make.1 make.h parse.c var.c Log Message: make: POSIX mode, check for sysV style modifiers first A POSIX compatible makefile should not be using any of our native

CVS commit: src/usr.bin/elf2ecoff

2025-03-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Mar 30 14:14:00 UTC 2025 Modified Files: src/usr.bin/elf2ecoff: elf2ecoff.c Log Message: Revert "debug" variable to global to override it on debugger etc. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/us

CVS commit: src/usr.bin/make

2025-03-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 16:43:10 UTC 2025 Modified Files: src/usr.bin/make: for.c src/usr.bin/make/unit-tests: directive-for-errors.exp directive-for-errors.mk directive-for.exp directive-for.mk varmod-indirect.e

CVS commit: src/lib/libc/string

2025-03-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 16:28:57 UTC 2025 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: strlcpy(3): Pick some nits in the prose. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/string/strlcpy.3 Pl

CVS commit: src/lib/libc

2025-03-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 16:17:05 UTC 2025 Modified Files: src/lib/libc: Makefile src/lib/libc/gen: ctype_guard.h Log Message: ctype(3): Actually conditionalize guard page on shared libc. Apparently we build the libc .o files with -

CVS commit: src/lib/libc/gen

2025-03-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 16:23:13 UTC 2025 Modified Files: src/lib/libc/gen: ctype_guard.h Log Message: ctype(3): Sprinkle _C_LABEL_STRING in a few more places. Mostly for hygiene and to avoid raising questions about inconsistent usage; thi

CVS commit: src/lib/libc/gen

2025-03-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 16:23:13 UTC 2025 Modified Files: src/lib/libc/gen: ctype_guard.h Log Message: ctype(3): Sprinkle _C_LABEL_STRING in a few more places. Mostly for hygiene and to avoid raising questions about inconsistent usage; thi

CVS commit: src

2025-03-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 15:38:38 UTC 2025 Modified Files: src/lib/libc/gen: ctype_guard.h src/tests/lib/libc/gen: Makefile t_ctype.c Log Message: ctype(3): Disable guard page in static libc. Adding the guard page may have overflown

CVS commit: src

2025-03-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 15:38:38 UTC 2025 Modified Files: src/lib/libc/gen: ctype_guard.h src/tests/lib/libc/gen: Makefile t_ctype.c Log Message: ctype(3): Disable guard page in static libc. Adding the guard page may have overflown

CVS commit: src

2025-03-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 14:36:49 UTC 2025 Modified Files: src/sbin/efi: defs.h efiio.c src/sys/dev: efi.c Log Message: efi(8)/efi(9): Rename EFI_VARNAME_MAXLENGTH -> EFI_VARNAME_MAXBYTES. This should help avoid potential confusion

CVS commit: src/distrib/notes/common

2025-03-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 14:38:14 UTC 2025 Modified Files: src/distrib/notes/common: main Log Message: distrib/notes: remove space between "NetBSD -current" To generate a diff of this commit: cvs rdiff -u -r1.576 -r1.577 src/distrib/notes/com

CVS commit: src/distrib/notes/common

2025-03-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 14:38:14 UTC 2025 Modified Files: src/distrib/notes/common: main Log Message: distrib/notes: remove space between "NetBSD -current" To generate a diff of this commit: cvs rdiff -u -r1.576 -r1.577 src/distrib/notes/com

CVS commit: src/sbin/efi

2025-03-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 14:30:40 UTC 2025 Modified Files: src/sbin/efi: efiio.c Log Message: efi(8): EFI_VARNAME_MAXLENGTH is in bytes, not CHAR16. Same with struct efi_var_ioc::namesize. This shouldn't change the semantics of the program

CVS commit: src/sbin/efi

2025-03-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 14:30:40 UTC 2025 Modified Files: src/sbin/efi: efiio.c Log Message: efi(8): EFI_VARNAME_MAXLENGTH is in bytes, not CHAR16. Same with struct efi_var_ioc::namesize. This shouldn't change the semantics of the program

CVS commit: src/usr.bin/elf2ecoff

2025-03-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Mar 30 14:14:00 UTC 2025 Modified Files: src/usr.bin/elf2ecoff: elf2ecoff.c Log Message: Revert "debug" variable to global to override it on debugger etc. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/us

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

2025-03-30 Thread Christos Zoulas
> On Mar 29, 2025, at 9:38 PM, Taylor R Campbell wrote: > > This is still broken: now it doesn't read past the end the input > buffer, 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, and will later dump

CVS commit: src/usr.bin/make

2025-03-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 30 09:51:51 UTC 2025 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: Makefile archive.exp check-expect.lua cmdline-undefined.exp cond-cmp-numeric-eq.exp cond-cmp-numeric.exp

CVS commit: src/doc

2025-03-30 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