Re: lint warning about extern (was: Re: CVS commit: src)

2023-03-28 Thread Valery Ushakov
On Tue, Mar 28, 2023 at 22:13:25 +0200, Roland Illig wrote: > Am 28.03.2023 um 19:52 schrieb Valery Ushakov: > > On Tue, Mar 28, 2023 at 14:44:36 +, Roland Illig wrote: > > > > > lint: warn about extern declarations outside headers > > > > vs. > > > > > https://mail-index.netbsd.org/tech-us

lint warning about extern (was: Re: CVS commit: src)

2023-03-28 Thread Roland Illig
Am 28.03.2023 um 19:52 schrieb Valery Ushakov: On Tue, Mar 28, 2023 at 14:44:36 +, Roland Illig wrote: lint: warn about extern declarations outside headers vs. https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html which is nested extern declaration inside a function b

CVS commit: src/sys/arch/x68k/x68k

2023-03-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Mar 28 20:10:02 UTC 2023 Modified Files: src/sys/arch/x68k/x68k: kgdb_stub.c Log Message: s/ourput/output/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x68k/x68k/kgdb_stub.c Please

CVS commit: src/sys/arch/x68k/x68k

2023-03-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Mar 28 20:10:02 UTC 2023 Modified Files: src/sys/arch/x68k/x68k: kgdb_stub.c Log Message: s/ourput/output/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x68k/x68k/kgdb_stub.c Please

CVS commit: src

2023-03-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 28 20:04:52 UTC 2023 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: msg_090.c src/usr.bin/xlint/lint1: decl.c err.c Added Files: src/tests/usr.bin/xlint/lint1: msg_35

CVS commit: src

2023-03-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 28 20:04:52 UTC 2023 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: msg_090.c src/usr.bin/xlint/lint1: decl.c err.c Added Files: src/tests/usr.bin/xlint/lint1: msg_35

CVS commit: src/sys

2023-03-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Mar 28 20:01:58 UTC 2023 Modified Files: src/sys/arch/arm/xscale: pxa2x0_mci.c src/sys/arch/ibmnws/ibmnws: machdep.c src/sys/arch/luna68k/dev: sioreg.h src/sys/arch/luna68k/stand/boot: sioreg.h s

CVS commit: src/sys

2023-03-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Mar 28 20:01:58 UTC 2023 Modified Files: src/sys/arch/arm/xscale: pxa2x0_mci.c src/sys/arch/ibmnws/ibmnws: machdep.c src/sys/arch/luna68k/dev: sioreg.h src/sys/arch/luna68k/stand/boot: sioreg.h s

CVS commit: src/usr.bin/xlint/lint1

2023-03-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 28 20:01:21 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: func.c Log Message: lint: clean up comments for handling 'linted' comments No functional change. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.

CVS commit: src/usr.bin/xlint/lint1

2023-03-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 28 20:01:21 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: func.c Log Message: lint: clean up comments for handling 'linted' comments No functional change. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.

CVS commit: src/sys/arch/x86/x86

2023-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 28 19:55:42 UTC 2023 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: x86/bus_dma.c: Sprinkle KASSERTMSG. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/arch/x86/x86/bus_dma.c Pleas

CVS commit: src/sys/arch/x86/x86

2023-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 28 19:55:42 UTC 2023 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: x86/bus_dma.c: Sprinkle KASSERTMSG. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/arch/x86/x86/bus_dma.c Pleas

Re: CVS commit: src

2023-03-28 Thread Valery Ushakov
On Tue, Mar 28, 2023 at 14:44:36 +, Roland Illig wrote: > lint: warn about extern declarations outside headers vs. > https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html which is nested extern declaration inside a function body. I.e. the two lines of this log message cont

CVS commit: src/usr.bin/xlint/lint1

2023-03-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 28 15:52:51 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: debug.c Log Message: lint: condense debugging code No functional change. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.bin/xlint/lint

CVS commit: src/usr.bin/xlint/lint1

2023-03-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 28 15:52:51 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: debug.c Log Message: lint: condense debugging code No functional change. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.bin/xlint/lint

CVS commit: src

2023-03-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 28 14:44:35 UTC 2023 Modified Files: src/distrib/sets/lists/tests: mi src/lib/libppath: Makefile src/lib/libpuffs: Makefile src/lib/libutil: Makefile src/tests/usr.bin/xlint/lint1: c11_generi

CVS commit: src/usr.bin/make

2023-03-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 28 14:39:31 UTC 2023 Modified Files: src/usr.bin/make: main.c make.h meta.c trace.c var.c Log Message: make: declare all common symbols in headers, unexport others No functional change. To generate a diff of this commit

CVS commit: src/usr.bin/make

2023-03-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 28 14:39:31 UTC 2023 Modified Files: src/usr.bin/make: main.c make.h meta.c trace.c var.c Log Message: make: declare all common symbols in headers, unexport others No functional change. To generate a diff of this commit

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

2023-03-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 28 14:38:29 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: cond-cmp-string.exp cond-cmp-string.mk Log Message: tests/make: add expectations for string comparison errors To generate a diff of this commit: cvs rdiff

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

2023-03-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 28 14:38:29 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: cond-cmp-string.exp cond-cmp-string.mk Log Message: tests/make: add expectations for string comparison errors To generate a diff of this commit: cvs rdiff

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

2023-03-28 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Tue Mar 28 10:54:13 UTC 2023 Modified Files: src/sys/arch/mips/include: bus_space_defs.h types.h Log Message: Add missing PRIuBUSSIZE to mips. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/inclu

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

2023-03-28 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Tue Mar 28 10:54:13 UTC 2023 Modified Files: src/sys/arch/mips/include: bus_space_defs.h types.h Log Message: Add missing PRIuBUSSIZE to mips. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/inclu