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

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 20:50:54 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: ckbool.c debug.c emit1.c func.c lint1.h tree.c Log Message: lint: reduce memory allocations The type val_t has the same size as the tn_s member in the same

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

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 20:50:54 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: ckbool.c debug.c emit1.c func.c lint1.h tree.c Log Message: lint: reduce memory allocations The type val_t has the same size as the tn_s member in the same

CVS commit: src

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 17:50:31 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_230.c msg_230_uchar.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: don't warn about comparison between char and character constant To

CVS commit: src

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 17:50:31 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_230.c msg_230_uchar.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: don't warn about comparison between char and character constant To

CVS commit: src

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 08:11:12 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: queries.c t_usage.sh src/usr.bin/xlint/lint1: debug.c err.c lex.c lint1.h tree.c Log Message: lint: add query for comparing 'char' with plain

CVS commit: src

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 08:11:12 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: queries.c t_usage.sh src/usr.bin/xlint/lint1: debug.c err.c lex.c lint1.h tree.c Log Message: lint: add query for comparing 'char' with plain

CVS commit: src/sys/arch/luna68k/stand/boot

2023-06-24 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 24 08:00:52 UTC 2023 Modified Files: src/sys/arch/luna68k/stand/boot: sioreg.h Log Message: Add comments and remove nonexistent status registers. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/luna68k/stand/boot

2023-06-24 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 24 08:00:52 UTC 2023 Modified Files: src/sys/arch/luna68k/stand/boot: sioreg.h Log Message: Add comments and remove nonexistent status registers. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 07:45:36 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: t_integration.sh Log Message: tests/lint: allow accept.sh to override lint1 for local testing To generate a diff of this commit: cvs rdiff -u -r1.80

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

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 07:45:36 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: t_integration.sh Log Message: tests/lint: allow accept.sh to override lint1 for local testing To generate a diff of this commit: cvs rdiff -u -r1.80

CVS commit: src/sys/arch/riscv/riscv

2023-06-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 24 07:23:07 UTC 2023 Modified Files: src/sys/arch/riscv/riscv: cpu.c Log Message: Always initialise ci_tlb_info in cpu_info_store[0]. Fixes non-MP boot for me. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/riscv/riscv

2023-06-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 24 07:23:07 UTC 2023 Modified Files: src/sys/arch/riscv/riscv: cpu.c Log Message: Always initialise ci_tlb_info in cpu_info_store[0]. Fixes non-MP boot for me. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.bin/xlint

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 07:15:08 UTC 2023 Modified Files: src/usr.bin/xlint/common: externs.h src/usr.bin/xlint/lint1: externs1.h Log Message: lint: remove redundant 'extern' from function declarations No binary change. To generate

CVS commit: src/usr.bin/xlint

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 07:15:08 UTC 2023 Modified Files: src/usr.bin/xlint/common: externs.h src/usr.bin/xlint/lint1: externs1.h Log Message: lint: remove redundant 'extern' from function declarations No binary change. To generate

CVS commit: src/usr.bin/make

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 07:02:24 UTC 2023 Modified Files: src/usr.bin/make: make.h Log Message: make: remove redundant 'extern' in function declaration No binary change. To generate a diff of this commit: cvs rdiff -u -r1.323 -r1.324

CVS commit: src/usr.bin/make

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 07:02:24 UTC 2023 Modified Files: src/usr.bin/make: make.h Log Message: make: remove redundant 'extern' in function declaration No binary change. To generate a diff of this commit: cvs rdiff -u -r1.323 -r1.324

CVS commit: src/sys/arch/luna68k/stand/boot

2023-06-24 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 24 07:02:11 UTC 2023 Modified Files: src/sys/arch/luna68k/stand/boot: sd.c Log Message: Fix a wrong cdb size of SCSI disk write command. From OpenBSD/luna88k. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/sys/arch/luna68k/stand/boot

2023-06-24 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 24 07:02:11 UTC 2023 Modified Files: src/sys/arch/luna68k/stand/boot: sd.c Log Message: Fix a wrong cdb size of SCSI disk write command. From OpenBSD/luna88k. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 06:55:34 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: queries.c t_usage.sh src/usr.bin/xlint/lint1: decl.c err.c Log Message: lint: add query for redundant 'extern' in function declaration To

CVS commit: src

2023-06-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 24 06:55:34 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: queries.c t_usage.sh src/usr.bin/xlint/lint1: decl.c err.c Log Message: lint: add query for redundant 'extern' in function declaration To