CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 14:11:28 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_lparen_or_lbracket.c opt_bc.c opt_pcs.c src/usr.bin/indent: debug.c indent.c indent.h io.c lexi.c pr_comment.c Log Message: indent: allow more

CVS commit: src/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 13:15:30 UTC 2023 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: merge duplicate code To generate a diff of this commit: cvs rdiff -u -r1.362 -r1.363 src/usr.bin/indent/indent.c Please note that

CVS commit: src/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 13:15:30 UTC 2023 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: merge duplicate code To generate a diff of this commit: cvs rdiff -u -r1.362 -r1.363 src/usr.bin/indent/indent.c Please note that

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 11:18:09 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_switch.c src/usr.bin/indent: indent.c Log Message: indent: fix formatting of comment after 'switch (expr)' To generate a diff of this commit:

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 11:18:09 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_switch.c src/usr.bin/indent: indent.c Log Message: indent: fix formatting of comment after 'switch (expr)' To generate a diff of this commit:

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 14:11:28 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_lparen_or_lbracket.c opt_bc.c opt_pcs.c src/usr.bin/indent: debug.c indent.c indent.h io.c lexi.c pr_comment.c Log Message: indent: allow more

CVS commit: src/tests/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 17:07:33 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_expr.c lsym_preprocessing.c psym_else.c t_options.lua Log Message: tests/indent: separate stdout from stderr Due to buffering, there was no

CVS commit: src/tests/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 17:07:33 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_expr.c lsym_preprocessing.c psym_else.c t_options.lua Log Message: tests/indent: separate stdout from stderr Due to buffering, there was no

CVS commit: src/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 17:52:46 UTC 2023 Modified Files: src/usr.bin/indent: parse.c Log Message: indent: fix out-of-bounds read when reducing a statement Since parse.c 1.73 from today. The parser symbol psym_stmt_list that was removed in

CVS commit: src/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 17:52:46 UTC 2023 Modified Files: src/usr.bin/indent: parse.c Log Message: indent: fix out-of-bounds read when reducing a statement Since parse.c 1.73 from today. The parser symbol psym_stmt_list that was removed in

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 19:05:40 UTC 2023 Modified Files: src/tests/usr.bin/indent: t_errors.sh src/usr.bin/indent: indent.c indent.h parse.c Log Message: indent: allow more than 128 brace levels To generate a diff of this commit:

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 19:05:40 UTC 2023 Modified Files: src/tests/usr.bin/indent: t_errors.sh src/usr.bin/indent: indent.c indent.h parse.c Log Message: indent: allow more than 128 brace levels To generate a diff of this commit:

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 20:46:08 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_block.c fmt_decl.c lsym_preprocessing.c opt_bc.c ps_ind_level.c psym_rbrace.c src/usr.bin/indent: debug.c indent.c indent.h parse.c

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 20:46:08 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_block.c fmt_decl.c lsym_preprocessing.c opt_bc.c ps_ind_level.c psym_rbrace.c src/usr.bin/indent: debug.c indent.c indent.h parse.c

CVS commit: src/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 16:14:30 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.c indent.h io.c lexi.c parse.c Log Message: indent: clean up array indexing for parser symbols With 'top' pointing to the actual top element, the

CVS commit: src/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 16:14:30 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.c indent.h io.c lexi.c parse.c Log Message: indent: clean up array indexing for parser symbols With 'top' pointing to the actual top element, the

CVS commit: src/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 21:35:01 UTC 2023 Modified Files: src/usr.bin/indent: args.c Log Message: indent: reduce number of relocations Since all command line options modify a member of struct options, there is no need to encode that

CVS commit: src/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 21:35:01 UTC 2023 Modified Files: src/usr.bin/indent: args.c Log Message: indent: reduce number of relocations Since all command line options modify a member of struct options, there is no need to encode that

CVS commit: src/distrib/riscv/ramdisk

2023-06-14 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Jun 14 23:03:20 UTC 2023 Modified Files: src/distrib/riscv/ramdisk: Makefile Log Message: Remove redundant variable assignment (Someone may want to define MAKEDEVTARGETS differently than is done at present, but that

CVS commit: src/distrib/riscv/ramdisk

2023-06-14 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Jun 14 23:03:20 UTC 2023 Modified Files: src/distrib/riscv/ramdisk: Makefile Log Message: Remove redundant variable assignment (Someone may want to define MAKEDEVTARGETS differently than is done at present, but that

CVS commit: src/sys/stand/efiboot

2023-06-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 15 03:20:59 UTC 2023 Modified Files: src/sys/stand/efiboot: Makefile.efiboot Log Message: Add missing include paths for libz. Not used at the moment although. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/stand/efiboot

2023-06-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 15 03:20:59 UTC 2023 Modified Files: src/sys/stand/efiboot: Makefile.efiboot Log Message: Add missing include paths for libz. Not used at the moment although. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 07:20:55 UTC 2023 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/indent: Makefile psym_stmt.c src/usr.bin/indent: debug.c indent.c indent.h parse.c Removed Files:

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 07:20:55 UTC 2023 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/indent: Makefile psym_stmt.c src/usr.bin/indent: debug.c indent.c indent.h parse.c Removed Files:

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 09:31:05 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_comment.c psym_decl.c src/usr.bin/indent: debug.c indent.h io.c pr_comment.c Log Message: indent: clean up handling of comments One less moving

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 09:31:05 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_comment.c psym_decl.c src/usr.bin/indent: debug.c indent.h io.c pr_comment.c Log Message: indent: clean up handling of comments One less moving

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 08:25:15 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_binary_op.c src/usr.bin/indent: debug.c indent.h lexi.c pr_comment.c Log Message: indent: remove a redundant flag from the parser state No

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 08:25:15 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_binary_op.c src/usr.bin/indent: debug.c indent.h lexi.c pr_comment.c Log Message: indent: remove a redundant flag from the parser state No

CVS commit: src/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 08:36:51 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.c indent.h lexi.c pr_comment.c Log Message: indent: remove another flag from parser state When processing a comment, the flag ps.next_col_1 was not

CVS commit: src/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 08:36:51 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.c indent.h lexi.c pr_comment.c Log Message: indent: remove another flag from parser state When processing a comment, the flag ps.next_col_1 was not

CVS commit: src/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 09:57:02 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.h io.c Log Message: indent: clean up debugging code To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/usr.bin/indent/debug.c cvs

CVS commit: src/usr.bin/indent

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 09:57:02 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.h io.c Log Message: indent: clean up debugging code To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/usr.bin/indent/debug.c cvs

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 10:26:00 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_preprocessing.c t_errors.sh src/usr.bin/indent: indent.c Log Message: indent: allow more than 5 levels of #if/#endif To generate a diff of this

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 10:26:00 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_preprocessing.c t_errors.sh src/usr.bin/indent: indent.c Log Message: indent: allow more than 5 levels of #if/#endif To generate a diff of this

CVS commit: src/sys/stand/efiboot

2023-06-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 14 10:26:46 UTC 2023 Modified Files: src/sys/stand/efiboot: exec.c Log Message: Use %zd instead of %ld for ssize_t. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/stand/efiboot/exec.c Please note

CVS commit: src/sys/stand/efiboot

2023-06-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 14 10:26:46 UTC 2023 Modified Files: src/sys/stand/efiboot: exec.c Log Message: Use %zd instead of %ld for ssize_t. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/stand/efiboot/exec.c Please note

CVS commit: src/sys/arch/evbarm/nslu2

2023-06-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 14 10:30:35 UTC 2023 Modified Files: src/sys/arch/evbarm/nslu2: nslu2_machdep.c Log Message: Make this compile again with VERBOSE_INIT_ARM. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/arch/evbarm/nslu2

2023-06-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 14 10:30:35 UTC 2023 Modified Files: src/sys/arch/evbarm/nslu2: nslu2_machdep.c Log Message: Make this compile again with VERBOSE_INIT_ARM. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 10:29:52 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_preprocessing.c src/usr.bin/indent: indent.c Log Message: indent: use correct preprocessing directive in error message To generate a diff of

CVS commit: src

2023-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 14 10:29:52 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_preprocessing.c src/usr.bin/indent: indent.c Log Message: indent: use correct preprocessing directive in error message To generate a diff of