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

2021-03-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Mar 17 02:24:06 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lint1.h Log Message: lint: clean up documentation of dinfo_t No functional change. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/usr.bin/

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

2021-03-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Mar 17 02:18:03 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c lint1.h Log Message: lint: rename dinfo_t members to be more expressive While here, sync redundant but diverging comments, split multi-assignments and i

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

2021-03-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Mar 17 01:53:21 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h Log Message: lint: move to_int_constant from the grammar to decl.c This way, the code is covered by running 'make lint'. The code fr

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

2021-03-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Mar 17 01:38:31 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h Log Message: lint: move main part of idecl over to decl.c and rename it No functional change. To generate a diff of this commit: cv

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

2021-03-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Mar 17 01:22:55 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: replace a call to LERROR with lint_assert No functional change. To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 sr

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

2021-03-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Mar 17 01:19:50 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: rename 'toicon' to 'to_int_constant' No functional change. To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/usr

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

2021-03-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Mar 17 01:15:31 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h func.c lex.c lint1.h mem1.c tree.c Log Message: lint: rename 'blklev' to 'block_level' No functional change. To generat

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

2021-03-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Mar 17 01:07:33 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: rename 'parn' to 'paren' in the grammar No functional change. To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/

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

2021-03-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 16 23:39:41 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_031.c msg_031.exp msg_151.c msg_151.exp msg_152.c msg_152.exp msg_154.c msg_154.exp msg_157.c msg_157.exp msg_158.c msg_158.exp

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

2021-03-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 16 23:18:49 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_139.c msg_139.exp Log Message: tests/lint: add test for message 139 about division by zero To generate a diff of this commit: cvs rdiff -u -r1.2 -r1

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

2021-03-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 16 23:12:30 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_128.c msg_128.exp Log Message: tests/lint: add test for message 128 about incompatible pointers To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/arch/sparc64/doc

2021-03-16 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Tue Mar 16 20:11:30 UTC 2021 Modified Files: src/sys/arch/sparc64/doc: TODO Log Message: sun4v: update TODO - update status after hacking on ldom virtual network interfaces To generate a diff of this commit: cvs rdiff -u -r1.37

CVS commit: src/usr.bin/make

2021-03-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 16 16:21:27 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: fix documentation for ModChain The outer ModChain can be interrupted by an inner ModChain, but it continues to exist. No functional change.

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 16 08:16:53 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: com_elb.c Log Message: Style. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbppc/explora/dev/com_elb.c

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

2021-03-16 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Mar 16 07:34:44 UTC 2021 Modified Files: src/sys/arch/mips/mips: db_disasm.c Log Message: Disassemble TEQ correctly. XXX: May be others that use this format? To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src

CVS commit: src/sys/net

2021-03-16 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Mar 16 07:00:38 UTC 2021 Modified Files: src/sys/net: if_l2tp.h Log Message: Fix l2tp(4) ioctl type. Pointed out by yamaguchi@n.o, thanks. XXX pullup-[89] To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/