CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 07:47:07 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: condense CondParser_ComparisonOp No functional change. To generate a diff of this commit: cvs rdiff -u -r1.303 -r1.304

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 07:47:07 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: condense CondParser_ComparisonOp No functional change. To generate a diff of this commit: cvs rdiff -u -r1.303 -r1.304

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 07:06:39 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: fix memory leak when parsing '.if ${expr}' (since 2004-04-13) $ ( echo 'VAR=value' perl -e 'printf(".if \${VAR}\n.endif\n"

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 07:06:39 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: fix memory leak when parsing '.if ${expr}' (since 2004-04-13) $ ( echo 'VAR=value' perl -e 'printf(".if \${VAR}\n.endif\n"

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 06:11:34 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up loading of files The call to Buf_DoneData was useless since ownership of the buffer data has already been passwed on to

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 06:11:34 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up loading of files The call to Buf_DoneData was useless since ownership of the buffer data has already been passwed on to

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 05:25:04 UTC 2021 Modified Files: src/usr.bin/make: main.c make.h parse.c str.c str.h Log Message: make: fix memory leak for filenames in .for loops (since 2013-06-18) Previously, each time a .for directive pushed its

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 05:25:04 UTC 2021 Modified Files: src/usr.bin/make: main.c make.h parse.c str.c str.h Log Message: make: fix memory leak for filenames in .for loops (since 2013-06-18) Previously, each time a .for directive pushed its

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 04:18:01 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: fix memory leak when parsing a variable name To trigger the memory leak, the expanded variable name must not be a prefix of the textual

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 04:18:01 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: fix memory leak when parsing a variable name To trigger the memory leak, the expanded variable name must not be a prefix of the textual

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 03:55:16 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: reduce memory allocation in modifier ':?' The memory allocation was in LazyBuf_DoneGet. The substring for the untaken branch had been

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 03:55:16 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: reduce memory allocation in modifier ':?' The memory allocation was in LazyBuf_DoneGet. The substring for the untaken branch had been

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 03:41:57 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: reduce memory allocations in modifier ':C' The memory allocation was in the call to LazyBuf_DoneGet. No functional change. To generate a

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 03:41:57 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: reduce memory allocations in modifier ':C' The memory allocation was in the call to LazyBuf_DoneGet. No functional change. To generate a

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 03:19:32 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: condense RegexReplace for the modifier ':C' No functional change. To generate a diff of this commit: cvs rdiff -u -r1.982 -r1.983

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 03:19:32 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: condense RegexReplace for the modifier ':C' No functional change. To generate a diff of this commit: cvs rdiff -u -r1.982 -r1.983

CVS commit: src/sys/ddb

2021-12-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 13 03:17:50 UTC 2021 Modified Files: src/sys/ddb: db_sym.c Log Message: mv out: label into the #ifdef _KERNEL section, as it is only referenced from there. Hopefully ubbreak buikd of usr.sbin/crash To generate a diff of

CVS commit: src/sys/ddb

2021-12-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 13 03:17:50 UTC 2021 Modified Files: src/sys/ddb: db_sym.c Log Message: mv out: label into the #ifdef _KERNEL section, as it is only referenced from there. Hopefully ubbreak buikd of usr.sbin/crash To generate a diff of

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 03:03:42 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: in the modifier ':C', don't call strlen unnecessarily No functional change. To generate a diff of this commit: cvs rdiff -u -r1.981

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 03:03:42 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: in the modifier ':C', don't call strlen unnecessarily No functional change. To generate a diff of this commit: cvs rdiff -u -r1.981

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 02:57:44 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: extract RegexReplaceBackref from RegexReplace No functional change. To generate a diff of this commit: cvs rdiff -u -r1.980 -r1.981

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 02:57:44 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: extract RegexReplaceBackref from RegexReplace No functional change. To generate a diff of this commit: cvs rdiff -u -r1.980 -r1.981

CVS commit: src/sys/net

2021-12-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 13 02:53:43 UTC 2021 Modified Files: src/sys/net: ppp_tty.c Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. Reported-by: syzbot+699ce32cd32e2a670...@syzkaller.appspotmail.com To generate a diff

CVS commit: src/sys/net

2021-12-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 13 02:53:43 UTC 2021 Modified Files: src/sys/net: ppp_tty.c Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. Reported-by: syzbot+699ce32cd32e2a670...@syzkaller.appspotmail.com To generate a diff

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 02:34:15 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: merge duplicate code for memory handling in Var_Parse No functional change. To generate a diff of this commit: cvs rdiff -u -r1.979

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 02:34:15 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: merge duplicate code for memory handling in Var_Parse No functional change. To generate a diff of this commit: cvs rdiff -u -r1.979

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 02:22:14 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: fix remaining memory leak for .SUFFIXES (since yesterday) To generate a diff of this commit: cvs rdiff -u -r1.978 -r1.979

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 02:22:14 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: fix remaining memory leak for .SUFFIXES (since yesterday) To generate a diff of this commit: cvs rdiff -u -r1.978 -r1.979

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 02:17:59 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: distinguish between short-lived and environment variables No functional change. To generate a diff of this commit: cvs rdiff -u -r1.977

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 02:17:59 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: distinguish between short-lived and environment variables No functional change. To generate a diff of this commit: cvs rdiff -u -r1.977

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 02:07:58 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: rename VarFreeEnv to VarFreeShortLived The newly added "variable" .SUFFIXES is short-lived as well, which makes it necessary to distinguish

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 02:07:58 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: rename VarFreeEnv to VarFreeShortLived The newly added "variable" .SUFFIXES is short-lived as well, which makes it necessary to distinguish

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 01:51:12 UTC 2021 Modified Files: src/usr.bin/make: meta.c Log Message: make: fix indentation in meta.c To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/usr.bin/make/meta.c Please note that diffs

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 01:51:12 UTC 2021 Modified Files: src/usr.bin/make: meta.c Log Message: make: fix indentation in meta.c To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/usr.bin/make/meta.c Please note that diffs

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 01:37:51 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: clean up code for freeing short-lived variables Since yesterday's addition of the short-lived "variable" named .SUFFIXES, not only

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 01:37:51 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: clean up code for freeing short-lived variables Since yesterday's addition of the short-lived "variable" named .SUFFIXES, not only

CVS commit: src/sys/lib/libkern

2021-12-12 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Dec 13 01:33:32 UTC 2021 Modified Files: src/sys/lib/libkern: kern_assert.c Log Message: revert rev 1.4 ("Add garbage instructions at end of kern_assert after vpanic.") that change had no effect because vpanic() is marked

CVS commit: src/sys/lib/libkern

2021-12-12 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Dec 13 01:33:32 UTC 2021 Modified Files: src/sys/lib/libkern: kern_assert.c Log Message: revert rev 1.4 ("Add garbage instructions at end of kern_assert after vpanic.") that change had no effect because vpanic() is marked

CVS commit: src/sys

2021-12-12 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Dec 13 01:25:29 UTC 2021 Modified Files: src/sys/arch/amd64/amd64: db_machdep.c src/sys/arch/i386/i386: db_machdep.c src/sys/ddb: db_sym.c Log Message: ddb: fix function names of "noreturn" functions in stack

CVS commit: src/sys

2021-12-12 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Dec 13 01:25:29 UTC 2021 Modified Files: src/sys/arch/amd64/amd64: db_machdep.c src/sys/arch/i386/i386: db_machdep.c src/sys/ddb: db_sym.c Log Message: ddb: fix function names of "noreturn" functions in stack

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 01:00:11 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: fix memory leak when evaluating ${.SUFFIXES} (since yesterday) perl -e ' printf(".SUFFIXES: %s\n", "x" x 224);

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 01:00:11 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: fix memory leak when evaluating ${.SUFFIXES} (since yesterday) perl -e ' printf(".SUFFIXES: %s\n", "x" x 224);

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 00:33:33 UTC 2021 Modified Files: src/usr.bin/make: nonints.h suff.c var.c Log Message: make: fix memory leak when evaluating ${.SUFFIX} (since yesterday) To generate a diff of this commit: cvs rdiff -u -r1.217

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 00:33:33 UTC 2021 Modified Files: src/usr.bin/make: nonints.h suff.c var.c Log Message: make: fix memory leak when evaluating ${.SUFFIX} (since yesterday) To generate a diff of this commit: cvs rdiff -u -r1.217

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 00:09:07 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: fix memory leak in IncludeFile Previously, each .include leaked a copy of the file name. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 00:09:07 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: fix memory leak in IncludeFile Previously, each .include leaked a copy of the file name. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 23:47:22 UTC 2021 Modified Files: src/usr.bin/make: arch.c Log Message: make: in Arch_ParseArchive, rename libName to lib For symmetry with mem. No binary change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 23:47:22 UTC 2021 Modified Files: src/usr.bin/make: arch.c Log Message: make: in Arch_ParseArchive, rename libName to lib For symmetry with mem. No binary change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 23:39:34 UTC 2021 Modified Files: src/usr.bin/make: str.h Log Message: make: remove unused type MFStr The only binary change is the line number of the assertion in Substring_Sub. To generate a diff of this commit:

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 23:39:34 UTC 2021 Modified Files: src/usr.bin/make: str.h Log Message: make: remove unused type MFStr The only binary change is the line number of the assertion in Substring_Sub. To generate a diff of this commit:

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 23:32:04 UTC 2021 Modified Files: src/usr.bin/make: arch.c Log Message: make: in Arch_ParseArchive, replace MFStr with FStr This was the only use of the type MFStr, which produced the same code as FStr. No binary

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 23:32:04 UTC 2021 Modified Files: src/usr.bin/make: arch.c Log Message: make: in Arch_ParseArchive, replace MFStr with FStr This was the only use of the type MFStr, which produced the same code as FStr. No binary

CVS commit: src/share/dict

2021-12-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 12 22:58:36 UTC 2021 Modified Files: src/share/dict: web2 Log Message: Add a bunch of missing food items. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/share/dict/web2 Please note that diffs are

CVS commit: src/share/dict

2021-12-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 12 22:58:36 UTC 2021 Modified Files: src/share/dict: web2 Log Message: Add a bunch of missing food items. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/share/dict/web2 Please note that diffs are

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 22:41:47 UTC 2021 Modified Files: src/usr.bin/make: arch.c Log Message: make: use simpler memory management for parsing archive members No functional change. To generate a diff of this commit: cvs rdiff -u -r1.204

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 22:41:47 UTC 2021 Modified Files: src/usr.bin/make: arch.c Log Message: make: use simpler memory management for parsing archive members No functional change. To generate a diff of this commit: cvs rdiff -u -r1.204

CVS commit: src

2021-12-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 12 22:20:53 UTC 2021 Modified Files: src/common/lib/libc/stdlib: random.c src/games/backgammon/common_source: back.h src/sys/arch/prep/conf: INSTALL INSTALL_SMALL src/sys/dev/acpi/wmi: wmi_acpi.c

CVS commit: src

2021-12-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 12 22:20:53 UTC 2021 Modified Files: src/common/lib/libc/stdlib: random.c src/games/backgammon/common_source: back.h src/sys/arch/prep/conf: INSTALL INSTALL_SMALL src/sys/dev/acpi/wmi: wmi_acpi.c

CVS commit: src

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 22:16:49 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: varname-dot-suffixes.exp

CVS commit: src

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 22:16:49 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: varname-dot-suffixes.exp

CVS commit: src/usr.bin/make

2021-12-12 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun Dec 12 20:45:48 UTC 2021 Modified Files: src/usr.bin/make: make.1 nonints.h suff.c var.c Log Message: Add .SUFFIXES as read-only variable. References to ${.SUFFIXES} are handled dynamically in ParseVarnameLong by calling

CVS commit: src/usr.bin/make

2021-12-12 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun Dec 12 20:45:48 UTC 2021 Modified Files: src/usr.bin/make: make.1 nonints.h suff.c var.c Log Message: Add .SUFFIXES as read-only variable. References to ${.SUFFIXES} are handled dynamically in ParseVarnameLong by calling

CVS commit: src

2021-12-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Dec 12 20:33:22 UTC 2021 Modified Files: src/distrib/sets/lists/gpufw: mi src/etc/mtree: NetBSD.dist.base src/external: Makefile src/share/mk: bsd.own.mk Added Files: src/external/amdgpu-firmware:

CVS commit: src

2021-12-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Dec 12 20:33:22 UTC 2021 Modified Files: src/distrib/sets/lists/gpufw: mi src/etc/mtree: NetBSD.dist.base src/external: Makefile src/share/mk: bsd.own.mk Added Files: src/external/amdgpu-firmware:

CVS import: src/external/nvidia-firmware/nouveau/dist

2021-12-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Dec 12 18:35:59 UTC 2021 Update of /cvsroot/src/external/nvidia-firmware/nouveau/dist In directory ivanova.netbsd.org:/tmp/cvs-serv9744 Log Message: Import nvidia firmware from linux-firmware repository at commit: commit

CVS import: src/external/nvidia-firmware/nouveau/dist

2021-12-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Dec 12 18:35:59 UTC 2021 Update of /cvsroot/src/external/nvidia-firmware/nouveau/dist In directory ivanova.netbsd.org:/tmp/cvs-serv9744 Log Message: Import nvidia firmware from linux-firmware repository at commit: commit

CVS commit: src/usr.bin/make

2021-12-12 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun Dec 12 16:41:39 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: ParseVarnameLong: minimize calls to LazyBuf_Get Reviewed by: rillig To generate a diff of this commit: cvs rdiff -u -r1.971 -r1.972

CVS commit: src/usr.bin/make

2021-12-12 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun Dec 12 16:41:39 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: ParseVarnameLong: minimize calls to LazyBuf_Get Reviewed by: rillig To generate a diff of this commit: cvs rdiff -u -r1.971 -r1.972

CVS import: src/external/amdgpu-firmware/amdgpu/dist

2021-12-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Dec 12 16:40:08 UTC 2021 Update of /cvsroot/src/external/amdgpu-firmware/amdgpu/dist In directory ivanova.netbsd.org:/tmp/cvs-serv5223 Log Message: Import AMDGPU firmware from linux-firmware repository at commit: commit

CVS import: src/external/amdgpu-firmware/amdgpu/dist

2021-12-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Dec 12 16:40:08 UTC 2021 Update of /cvsroot/src/external/amdgpu-firmware/amdgpu/dist In directory ivanova.netbsd.org:/tmp/cvs-serv5223 Log Message: Import AMDGPU firmware from linux-firmware repository at commit: commit

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 15:44:41 UTC 2021 Modified Files: src/usr.bin/make: for.c nonints.h parse.c Log Message: make: rename Parse_SetInput to Parse_PushInput The word 'set' sounded too much like it would replace the current file, but

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 15:44:41 UTC 2021 Modified Files: src/usr.bin/make: for.c nonints.h parse.c Log Message: make: rename Parse_SetInput to Parse_PushInput The word 'set' sounded too much like it would replace the current file, but

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 15:36:52 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove unused loadedfile.path To generate a diff of this commit: cvs rdiff -u -r1.572 -r1.573 src/usr.bin/make/parse.c Please note that

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 15:36:52 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove unused loadedfile.path To generate a diff of this commit: cvs rdiff -u -r1.572 -r1.573 src/usr.bin/make/parse.c Please note that

CVS commit: src/usr.sbin/user

2021-12-12 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Dec 12 14:33:13 UTC 2021 Modified Files: src/usr.sbin/user: user.c Log Message: Fix copypasto in comment. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/usr.sbin/user/user.c Please note that diffs are not

CVS commit: src/usr.sbin/user

2021-12-12 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Dec 12 14:33:13 UTC 2021 Modified Files: src/usr.sbin/user: user.c Log Message: Fix copypasto in comment. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/usr.sbin/user/user.c Please note that diffs are not

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 14:27:48 UTC 2021 Modified Files: src/usr.bin/make: for.c Log Message: make: rename ForLoop.sub_next to nextItem This matches the naming style of the other ForLoop members. No functional change. To generate a diff

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 14:27:48 UTC 2021 Modified Files: src/usr.bin/make: for.c Log Message: make: rename ForLoop.sub_next to nextItem This matches the naming style of the other ForLoop members. No functional change. To generate a diff

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 13:43:47 UTC 2021 Modified Files: src/usr.bin/make: str.h Log Message: make: fix memory leak in LazyBuf This affects many operations on variable expressions. Those using LazyBuf_Done are affected, those using

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 13:43:47 UTC 2021 Modified Files: src/usr.bin/make: str.h Log Message: make: fix memory leak in LazyBuf This affects many operations on variable expressions. Those using LazyBuf_Done are affected, those using

CVS commit: src

2021-12-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 12 13:05:14 UTC 2021 Modified Files: src/sys/arch/atari/atari: atari_init.c src/sys/arch/evbarm/stand/boot2440: dm9000.c src/sys/dev/audio: audio.c src/sys/dev/ic: isp.c isp_target.c isp_tpublic.h

CVS commit: src

2021-12-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 12 13:05:14 UTC 2021 Modified Files: src/sys/arch/atari/atari: atari_init.c src/sys/arch/evbarm/stand/boot2440: dm9000.c src/sys/dev/audio: audio.c src/sys/dev/ic: isp.c isp_target.c isp_tpublic.h

CVS commit: src/bin/sh

2021-12-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 12 11:18:46 UTC 2021 Modified Files: src/bin/sh: miscbltin.c Log Message: s/Miscelaneous/Miscellaneous/ and s/slahes/slashes/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/bin/sh

2021-12-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 12 11:18:46 UTC 2021 Modified Files: src/bin/sh: miscbltin.c Log Message: s/Miscelaneous/Miscellaneous/ and s/slahes/slashes/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/arch

2021-12-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 12 11:10:04 UTC 2021 Modified Files: src/sys/arch/arm/include: isa_machdep.h src/sys/arch/bebox/include: isa_machdep.h src/sys/arch/ibmnws/include: isa_machdep.h src/sys/arch/mvmeppc/include:

CVS commit: src/sys/arch

2021-12-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 12 11:10:04 UTC 2021 Modified Files: src/sys/arch/arm/include: isa_machdep.h src/sys/arch/bebox/include: isa_machdep.h src/sys/arch/ibmnws/include: isa_machdep.h src/sys/arch/mvmeppc/include:

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 11:02:23 UTC 2021 Modified Files: src/usr.bin/make: Makefile.boot Log Message: make: remove enum.o from Makefile.boot On 2021-11-18, enum.h and enum.c have been removed. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 11:02:23 UTC 2021 Modified Files: src/usr.bin/make: Makefile.boot Log Message: make: remove enum.o from Makefile.boot On 2021-11-18, enum.h and enum.c have been removed. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 10:53:37 UTC 2021 Modified Files: src/usr.bin/make: Makefile Log Message: make: do not report '?' for fully covered header files To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 10:53:37 UTC 2021 Modified Files: src/usr.bin/make: Makefile Log Message: make: do not report '?' for fully covered header files To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 10:33:03 UTC 2021 Modified Files: src/usr.bin/make: Makefile Log Message: make: only define target report-coverage if USE_COVERAGE is yes Without USE_COVERAGE, GCOV was undefined, the '2>&1' passed all error messages

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 10:33:03 UTC 2021 Modified Files: src/usr.bin/make: Makefile Log Message: make: only define target report-coverage if USE_COVERAGE is yes Without USE_COVERAGE, GCOV was undefined, the '2>&1' passed all error messages

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

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 09:49:09 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: cond-short.mk Log Message: tests/make: add tests for irrelevant function calls To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

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

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 09:49:09 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: cond-short.mk Log Message: tests/make: add tests for irrelevant function calls To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 09:36:00 UTC 2021 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-token-plain.exp cond-token-plain.mk Log Message: tests/make: refine comments for parsing and evaluating conditions

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 09:36:00 UTC 2021 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-token-plain.exp cond-token-plain.mk Log Message: tests/make: refine comments for parsing and evaluating conditions

CVS commit: src

2021-12-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 12 09:00:07 UTC 2021 Modified Files: src/lib/libperfuse: perfuse_if.h src/sys/dev/ic: isp.c isp_stds.h src/usr.sbin/moused: moused.c Log Message: fix typos in word "request(s)". To generate a diff of

CVS commit: src

2021-12-12 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 12 09:00:07 UTC 2021 Modified Files: src/lib/libperfuse: perfuse_if.h src/sys/dev/ic: isp.c isp_stds.h src/usr.sbin/moused: moused.c Log Message: fix typos in word "request(s)". To generate a diff of

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 08:55:29 UTC 2021 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-func-defined.mk cond-token-plain.mk Log Message: make: rename ParseFuncArg to ParseWord, update comments No

CVS commit: src/usr.bin/make

2021-12-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 12 08:55:29 UTC 2021 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-func-defined.mk cond-token-plain.mk Log Message: make: rename ParseFuncArg to ParseWord, update comments No

  1   2   >