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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jun 29 05:47:41 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: lint1.h Log Message: lint: enhance debug output for diagnostics Only print the debug message if the diagnostic is active, which is relevant for c99ism, c11ism

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jun 29 05:47:41 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: lint1.h Log Message: lint: enhance debug output for diagnostics Only print the debug message if the diagnostic is active, which is relevant for c99ism, c11ism

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jun 29 05:03:03 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h Log Message: lint: clean up completion of struct, union and enum declarations No functional change. To generate a diff of this comm

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jun 29 05:03:03 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h Log Message: lint: clean up completion of struct, union and enum declarations No functional change. To generate a diff of this comm

CVS commit: src/external/bsd/tmux/dist

2023-06-28 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jun 29 01:30:31 UTC 2023 Modified Files: src/external/bsd/tmux/dist: cmd-display-menu.c Log Message: Avoid comparing signed and unsigned values (using signed here seems safer than the usual unsigned when this happens). Might fi

CVS commit: src/external/bsd/tmux/dist

2023-06-28 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jun 29 01:30:31 UTC 2023 Modified Files: src/external/bsd/tmux/dist: cmd-display-menu.c Log Message: Avoid comparing signed and unsigned values (using signed here seems safer than the usual unsigned when this happens). Might fi

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2023-06-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 28 22:47:39 UTC 2023 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: tmux: also set HAVE_REALLOCARRAY To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/external/bsd/tmux/usr.bin/tmu

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2023-06-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 28 22:47:39 UTC 2023 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: tmux: also set HAVE_REALLOCARRAY To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/external/bsd/tmux/usr.bin/tmu

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2023-06-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 28 22:21:48 UTC 2023 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: update build system for tmux 3.3a To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/external/bsd/tmux/usr.bin/tm

CVS commit: src/doc

2023-06-28 Thread Thomas Klausner
o the NetBSD source tree. @@ -135,3 +135,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0: kerberos(8): Update to Heimdal-7.8.0 [christos 20230619] bind: Import version 9.16.42. [christos 20230626] openresolv: Import version 3.13.2 [roy 20230627] + tmux(1): Import version 3.3a [wiz 20230628]

CVS commit: src/doc

2023-06-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 28 22:24:15 UTC 2023 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: doc: note import of tmux 3.3a To generate a diff of this commit: cvs rdiff -u -r1.1934 -r1.1935 src/doc/3RDPARTY cvs rdiff -u -r1.2975 -r1.2976 src

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2023-06-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 28 22:21:48 UTC 2023 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: update build system for tmux 3.3a To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/external/bsd/tmux/usr.bin/tm

CVS commit: src/external/bsd/tmux/dist

2023-06-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 28 22:21:26 UTC 2023 Modified Files: src/external/bsd/tmux/dist: client.c cmd-attach-session.c cmd-capture-pane.c cmd-display-menu.c cmd-display-message.c cmd-if-shell.c cmd-load-buffer.c cmd-new-sessio

CVS import: src/external/bsd/tmux/dist

2023-06-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 28 22:10:26 UTC 2023 Update of /cvsroot/src/external/bsd/tmux/dist In directory ivanova.netbsd.org:/tmp/cvs-serv13392 Log Message: Import original sources for tmux 3.3a. Status: Vendor Tag: TMUX Release Tags: tmux-3-3a

CVS import: src/external/bsd/tmux/dist

2023-06-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 28 22:10:26 UTC 2023 Update of /cvsroot/src/external/bsd/tmux/dist In directory ivanova.netbsd.org:/tmp/cvs-serv13392 Log Message: Import original sources for tmux 3.3a. Status: Vendor Tag: TMUX Release Tags: tmux-3-3a

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 28 21:41:27 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: expr_sizeof.c Log Message: tests/lint: demonstrate wrong size calculation in anonymous union To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 28 21:41:27 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: expr_sizeof.c Log Message: tests/lint: demonstrate wrong size calculation in anonymous union To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 28 20:51:31 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: accept.sh Log Message: tests/lint: do not overwrite expected files that only differ in spaces To generate a diff of this commit: cvs rdiff -u -r1.11 -r1

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 28 20:51:31 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: accept.sh Log Message: tests/lint: do not overwrite expected files that only differ in spaces To generate a diff of this commit: cvs rdiff -u -r1.11 -r1

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 28 17:53:21 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: check-expect.lua msg_351.c Log Message: tests/lint: fix preprocessor line number validation When running the tests via ATF, the filename was an absolute

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 28 17:53:21 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: check-expect.lua msg_351.c Log Message: tests/lint: fix preprocessor line number validation When running the tests via ATF, the filename was an absolute

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 28 15:04:07 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: init_braces.c Log Message: tests/lint: demonstrate wrong handling of nested initializer Seen in external/bsd/jemalloc/dist/src/jemalloc.c, init_lock. T

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 28 15:04:07 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: init_braces.c Log Message: tests/lint: demonstrate wrong handling of nested initializer Seen in external/bsd/jemalloc/dist/src/jemalloc.c, init_lock. T

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 28 13:50:47 UTC 2023 Modified Files: src/usr.bin/xlint/xlint: lint.1 xlint.c Log Message: lint: allow to keep the preprocessor output on success as well To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/u

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 28 13:50:47 UTC 2023 Modified Files: src/usr.bin/xlint/xlint: lint.1 xlint.c Log Message: lint: allow to keep the preprocessor output on success as well To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/u

CVS commit: src/sys/dev/sbus

2023-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 28 11:08:47 UTC 2023 Modified Files: src/sys/dev/sbus: mgx.c Log Message: following a hunch... - cache DEC and FG registers, only write them if the value actually changes - wait for the engine to go idle before writing D

CVS commit: src/sys/dev/sbus

2023-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 28 11:08:47 UTC 2023 Modified Files: src/sys/dev/sbus: mgx.c Log Message: following a hunch... - cache DEC and FG registers, only write them if the value actually changes - wait for the engine to go idle before writing D

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 28 09:35:43 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: t_usage.sh src/tests/usr.bin/xlint/xlint: t_xlint.sh Log Message: tests/lint: use standard form of ATF tests, test removing output file To gener

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

2023-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 28 09:35:43 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: t_usage.sh src/tests/usr.bin/xlint/xlint: t_xlint.sh Log Message: tests/lint: use standard form of ATF tests, test removing output file To gener

CVS commit: src/sys/dev/sbus

2023-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 28 08:53:43 UTC 2023 Modified Files: src/sys/dev/sbus: mgx.c Log Message: wait for the engine to go idle before issuing rectfill commands we get occasional overlap with blit commands if we just wait for fifo slots needs

CVS commit: src/sys/dev/sbus

2023-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 28 08:53:43 UTC 2023 Modified Files: src/sys/dev/sbus: mgx.c Log Message: wait for the engine to go idle before issuing rectfill commands we get occasional overlap with blit commands if we just wait for fifo slots needs

CVS commit: src/sys/dev/sbus

2023-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 28 08:11:52 UTC 2023 Modified Files: src/sys/dev/sbus: mgx.c Log Message: fix tpyo - now the glyph cache can actually work... To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/sbus/mgx.c Please

CVS commit: src/sys/dev/sbus

2023-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 28 08:11:52 UTC 2023 Modified Files: src/sys/dev/sbus: mgx.c Log Message: fix tpyo - now the glyph cache can actually work... To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/sbus/mgx.c Please