CVS commit: src/sys/dev/vme

2023-12-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Dec 4 01:49:29 UTC 2023 Modified Files: src/sys/dev/vme: vme.c vmevar.h Log Message: Manage VME address space using vmem(9) rather than extent(9). XXX PR kern/57748 applies here; we lose the last byte of A32 space. To

CVS commit: src/sys/dev/vme

2023-12-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Dec 4 01:49:29 UTC 2023 Modified Files: src/sys/dev/vme: vme.c vmevar.h Log Message: Manage VME address space using vmem(9) rather than extent(9). XXX PR kern/57748 applies here; we lose the last byte of A32 space. To

CVS commit: src/sys/arch/alpha

2023-12-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Dec 4 00:32:10 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: api_up1000.c dec_1000a.c dec_2000_300.c dec_2100_a50.c dec_2100_a500.c dec_550.c dec_6600.c dec_alphabook1.c dec_axppci_33.c

CVS commit: src/sys/arch/alpha

2023-12-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Dec 4 00:32:10 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: api_up1000.c dec_1000a.c dec_2000_300.c dec_2100_a50.c dec_2100_a500.c dec_550.c dec_6600.c dec_alphabook1.c dec_axppci_33.c

CVS commit: src/usr.bin/indent

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 21:44:43 UTC 2023 Modified Files: src/usr.bin/indent: args.c indent.c indent.h io.c lexi.c pr_comment.c Log Message: indent: inline input-related macros No binary change. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/indent

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 21:44:43 UTC 2023 Modified Files: src/usr.bin/indent: args.c indent.c indent.h io.c lexi.c pr_comment.c Log Message: indent: inline input-related macros No binary change. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/indent

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 21:40:44 UTC 2023 Modified Files: src/usr.bin/indent: indent.c indent.h io.c Log Message: indent: group input-related variables into a struct No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 21:40:44 UTC 2023 Modified Files: src/usr.bin/indent: indent.c indent.h io.c Log Message: indent: group input-related variables into a struct No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 21:03:58 UTC 2023 Modified Files: src/usr.bin/indent: indent.c indent.h io.c lexi.c pr_comment.c Log Message: indent: use line number of the token start in diagnostics Previously, the line number of the end of the

CVS commit: src/usr.bin/indent

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 21:03:58 UTC 2023 Modified Files: src/usr.bin/indent: indent.c indent.h io.c lexi.c pr_comment.c Log Message: indent: use line number of the token start in diagnostics Previously, the line number of the end of the

CVS commit: src/usr.bin/indent

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 20:42:32 UTC 2023 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: fix line number counting in function definition In a function definition that is split on two lines, if the first line ends with a '*',

CVS commit: src/usr.bin/indent

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 20:42:32 UTC 2023 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: fix line number counting in function definition In a function definition that is split on two lines, if the first line ends with a '*',

CVS commit: src/sys

2023-12-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Dec 3 19:34:08 UTC 2023 Modified Files: src/sys/kern: subr_vmem.c src/sys/sys: vmem.h vmem_impl.h Log Message: Add the notion of "private boundary tags" to vmem. This allows vmem to be used VERY early in boot; such

CVS commit: src/sys

2023-12-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Dec 3 19:34:08 UTC 2023 Modified Files: src/sys/kern: subr_vmem.c src/sys/sys: vmem.h vmem_impl.h Log Message: Add the notion of "private boundary tags" to vmem. This allows vmem to be used VERY early in boot; such

CVS commit: src/usr.bin/xlint

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 18:17:41 UTC 2023 Modified Files: src/usr.bin/xlint/common: externs.h inittyp.c lint.h src/usr.bin/xlint/lint1: cgram.y decl.c emit1.c err.c externs1.h func.c lex.c lint1.h main1.c mem1.c op.h tree.c

CVS commit: src/usr.bin/xlint

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 18:17:41 UTC 2023 Modified Files: src/usr.bin/xlint/common: externs.h inittyp.c lint.h src/usr.bin/xlint/lint1: cgram.y decl.c emit1.c err.c externs1.h func.c lex.c lint1.h main1.c mem1.c op.h tree.c

CVS commit: src/sys

2023-12-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Dec 3 15:06:45 UTC 2023 Modified Files: src/sys/kern: subr_vmem.c src/sys/sys: vmem_impl.h Log Message: Split the boundary tag "type" field into "type" and "flags" fields. Initialize the flags field to 0 before

CVS commit: src/sys

2023-12-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Dec 3 15:06:45 UTC 2023 Modified Files: src/sys/kern: subr_vmem.c src/sys/sys: vmem_impl.h Log Message: Split the boundary tag "type" field into "type" and "flags" fields. Initialize the flags field to 0 before

CVS commit: src/sys/kern

2023-12-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Dec 3 14:35:54 UTC 2023 Modified Files: src/sys/kern: subr_vmem.c Log Message: bt_freetrim(): Restructure the loop as a LIST_FOREACH_SAFE() rather than a while(). No real change in behavior now, but makes upcoming

CVS commit: src/sys/kern

2023-12-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Dec 3 14:35:54 UTC 2023 Modified Files: src/sys/kern: subr_vmem.c Log Message: bt_freetrim(): Restructure the loop as a LIST_FOREACH_SAFE() rather than a while(). No real change in behavior now, but makes upcoming

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

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 14:26:10 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_expr.c Log Message: tests/indent: test compound expressions To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 14:26:10 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_expr.c Log Message: tests/indent: test compound expressions To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/usr.bin/xlint

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 13:12:40 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: ckctype.c ckgetopt.c decl.c emit1.c err.c func.c init.c lex.c lint1.h mem1.c tree.c src/usr.bin/xlint/lint2: chk.c lint2.h read.c

CVS commit: src/usr.bin/xlint

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 13:12:40 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: ckctype.c ckgetopt.c decl.c emit1.c err.c func.c init.c lex.c lint1.h mem1.c tree.c src/usr.bin/xlint/lint2: chk.c lint2.h read.c

CVS commit: src/usr.bin/xlint

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 12:24:49 UTC 2023 Modified Files: src/usr.bin/xlint/common: lint.h src/usr.bin/xlint/lint1: tree.c src/usr.bin/xlint/lint2: lint2.h Log Message: lint: move function body brace to the left No functional

CVS commit: src/usr.bin/xlint

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 12:24:49 UTC 2023 Modified Files: src/usr.bin/xlint/common: lint.h src/usr.bin/xlint/lint1: tree.c src/usr.bin/xlint/lint2: lint2.h Log Message: lint: move function body brace to the left No functional

CVS commit: src/usr.bin/xlint

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 12:03:38 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: ckbool.c ckctype.c debug.c decl.c emit1.c func.c lex.c mem1.c tree.c src/usr.bin/xlint/lint2: chk.c read.c src/usr.bin/xlint/xlint:

CVS commit: src/usr.bin/xlint

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 12:03:38 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: ckbool.c ckctype.c debug.c decl.c emit1.c func.c lex.c mem1.c tree.c src/usr.bin/xlint/lint2: chk.c read.c src/usr.bin/xlint/xlint:

CVS commit: src/tests/lib/libcurses

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 09:42:36 UTC 2023 Modified Files: src/tests/lib/libcurses: testframe.txt Log Message: tests/libcurses: sync documentation with reality Unknown escape sequences in string literals trigger an error, since

CVS commit: src/tests/lib/libcurses

2023-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 3 09:42:36 UTC 2023 Modified Files: src/tests/lib/libcurses: testframe.txt Log Message: tests/libcurses: sync documentation with reality Unknown escape sequences in string literals trigger an error, since