CVS commit: src/sys/dev/wsfont

2023-02-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Feb 19 05:35:35 UTC 2023 Modified Files: src/sys/dev/wsfont: wsfont.c Log Message: Add missing "latin small letter sharp s" (U+00DF) to ibm437 map. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80

CVS commit: src/sys/dev/wsfont

2023-02-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Feb 19 05:35:35 UTC 2023 Modified Files: src/sys/dev/wsfont: wsfont.c Log Message: Add missing "latin small letter sharp s" (U+00DF) to ibm437 map. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80

CVS commit: src/sys/uvm/pmap

2023-02-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 19 07:20:44 UTC 2023 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: Spaces to TABs. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/uvm/pmap/pmap_tlb.c Please note that diffs are

CVS commit: src/sys/uvm/pmap

2023-02-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 19 07:20:44 UTC 2023 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: Spaces to TABs. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/uvm/pmap/pmap_tlb.c Please note that diffs are

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 18:23:58 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: varmod-ifelse.exp varmod-ifelse.mk Log Message: tests/make: document why ':?' cannot parse its operands in balanced mode To generate a diff of this

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 18:23:58 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: varmod-ifelse.exp varmod-ifelse.mk Log Message: tests/make: document why ':?' cannot parse its operands in balanced mode To generate a diff of this

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 14:44:51 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: use strtold for parsing floating constants Supported since C99. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 14:44:51 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: use strtold for parsing floating constants Supported since C99. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 15:09:10 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: remove dead code from lex_floating_constant Neither traditional C nor C11 allows a trailing 'd' or 'D' on floating point constants.

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 15:09:10 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: remove dead code from lex_floating_constant Neither traditional C nor C11 allows a trailing 'd' or 'D' on floating point constants.

CVS commit: src/usr.bin/make

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 11:16:09 UTC 2023 Modified Files: src/usr.bin/make: make.h var.c src/usr.bin/make/unit-tests: parse-var.exp parse-var.mk var-eval-short.exp varmod-loop.mk Log Message: make: fix parsing of

CVS commit: src/usr.bin/make

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 11:16:09 UTC 2023 Modified Files: src/usr.bin/make: make.h var.c src/usr.bin/make/unit-tests: parse-var.exp parse-var.mk var-eval-short.exp varmod-loop.mk Log Message: make: fix parsing of

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 11:55:20 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: varmod-loop.exp varmod-loop.mk Log Message: tests/make: document the modifier ':@var@body@' To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 11:55:20 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: varmod-loop.exp varmod-loop.mk Log Message: tests/make: document the modifier ':@var@body@' To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/arch/mac68k

2023-02-18 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Feb 18 13:28:05 UTC 2023 Modified Files: src/sys/arch/mac68k/conf: GENERICSBC INSTALLSBC src/sys/arch/mac68k/dev: sbc.c sbcvar.h Log Message: Introduce a flag to disable PDMA when writing. The use of pdma when writing

CVS commit: src/sys/arch/mac68k

2023-02-18 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Feb 18 13:28:05 UTC 2023 Modified Files: src/sys/arch/mac68k/conf: GENERICSBC INSTALLSBC src/sys/arch/mac68k/dev: sbc.c sbcvar.h Log Message: Introduce a flag to disable PDMA when writing. The use of pdma when writing

CVS commit: src

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 14:32:32 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: lex_floating.c src/usr.bin/xlint/lint1: lex.c Log Message: lint: remove compat code for lexing hex floating point literals Hex floating literals

CVS commit: src

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 14:32:32 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: lex_floating.c src/usr.bin/xlint/lint1: lex.c Log Message: lint: remove compat code for lexing hex floating point literals Hex floating literals

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 15:18:49 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: func.c Log Message: lint: remove redundant comments To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 src/usr.bin/xlint/lint1/func.c Please

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 15:18:49 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: func.c Log Message: lint: remove redundant comments To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 src/usr.bin/xlint/lint1/func.c Please

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 15:21:34 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: err.c externs1.h Log Message: lint: remove unused internal_error To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 15:21:34 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: err.c externs1.h Log Message: lint: remove unused internal_error To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187

CVS commit: src/sys/arch/mac68k/dev

2023-02-18 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Feb 18 13:17:45 UTC 2023 Modified Files: src/sys/arch/mac68k/dev: sbc.c Log Message: Honor the XS_CTL_POLL flag and fallback to polled io instead of PDMA. As posted to tech-kern. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/mac68k/dev

2023-02-18 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Feb 18 13:17:45 UTC 2023 Modified Files: src/sys/arch/mac68k/dev: sbc.c Log Message: Honor the XS_CTL_POLL flag and fallback to polled io instead of PDMA. As posted to tech-kern. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2023-02-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Feb 18 14:04:17 UTC 2023 Modified Files: src/sys/kern: kern_time.c Log Message: In itimer_arm_real(), KASSERT that it->it_dying is false. This was already implicitly assumed, but make it explicit in hopes of tracking down

CVS commit: src/sys/kern

2023-02-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Feb 18 14:04:17 UTC 2023 Modified Files: src/sys/kern: kern_time.c Log Message: In itimer_arm_real(), KASSERT that it->it_dying is false. This was already implicitly assumed, but make it explicit in hopes of tracking down

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 15:05:38 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: reduce scope of local variables No functional change. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151

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

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 15:05:38 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: reduce scope of local variables No functional change. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151

CVS commit: src/usr.bin/xlint

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 15:14:12 UTC 2023 Modified Files: src/usr.bin/xlint/common: tyname.c src/usr.bin/xlint/lint1: lint1.h Log Message: lint: replace INTERNAL_ERROR with plain assert To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/xlint

2023-02-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 18 15:14:12 UTC 2023 Modified Files: src/usr.bin/xlint/common: tyname.c src/usr.bin/xlint/lint1: lint1.h Log Message: lint: replace INTERNAL_ERROR with plain assert To generate a diff of this commit: cvs rdiff