CVS commit: src/external/mit/xorg

2021-11-16 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Nov 16 09:25:52 UTC 2021 Modified Files: src/external/mit/xorg/bin/xterm: Makefile src/external/mit/xorg/lib/freetype: Makefile src/external/mit/xorg/lib/libX11/dynamic: Makefile

CVS commit: src/external/mit/xorg

2021-11-16 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Nov 16 09:25:52 UTC 2021 Modified Files: src/external/mit/xorg/bin/xterm: Makefile src/external/mit/xorg/lib/freetype: Makefile src/external/mit/xorg/lib/libX11/dynamic: Makefile

CVS commit: src/tests/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:12:15 UTC 2021 Modified Files: src/tests/bin/sh: t_redir.sh t_syntax.sh Log Message: Correct a systematic atf_check usage error. One must not pipe into atf_check and simply expect it to work - the shell is permitted

CVS commit: src/tests/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:12:15 UTC 2021 Modified Files: src/tests/bin/sh: t_redir.sh t_syntax.sh Log Message: Correct a systematic atf_check usage error. One must not pipe into atf_check and simply expect it to work - the shell is permitted

CVS commit: src/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:25:44 UTC 2021 Modified Files: src/bin/sh: eval.c nodetypes parser.c Log Message: Fix value of ${LINENO} in "for" commands. This affects (as best I can tell) only uses of ${LINENO} in PS4 when -x is enabled (and

CVS commit: src/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:25:44 UTC 2021 Modified Files: src/bin/sh: eval.c nodetypes parser.c Log Message: Fix value of ${LINENO} in "for" commands. This affects (as best I can tell) only uses of ${LINENO} in PS4 when -x is enabled (and

CVS commit: src/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:28:29 UTC 2021 Modified Files: src/bin/sh: exec.c sh.1 Log Message: PR bin/56491 Make "hash" exit(!=0) (ie: exit(1)) if it writes an error message to stderr as required by POSIX (it was writing "not found" errors, yet

CVS commit: src/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:28:29 UTC 2021 Modified Files: src/bin/sh: exec.c sh.1 Log Message: PR bin/56491 Make "hash" exit(!=0) (ie: exit(1)) if it writes an error message to stderr as required by POSIX (it was writing "not found" errors, yet

CVS commit: src/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:27:50 UTC 2021 Modified Files: src/bin/sh: eval.c miscbltin.c redir.c Log Message: Detect write errors to stdout, and exit(1) from some built-in commands which (primarily) are used just to generate output (or with a

CVS commit: src/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:27:50 UTC 2021 Modified Files: src/bin/sh: eval.c miscbltin.c redir.c Log Message: Detect write errors to stdout, and exit(1) from some built-in commands which (primarily) are used just to generate output (or with a

CVS commit: src/tests/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:15:26 UTC 2021 Modified Files: src/tests/bin/sh: t_redir.sh Log Message: Fix a test that has been (unnoticed) failing ever since printf(1) was changed to exit(1) when it detects a write error to stdout. Running printf

CVS commit: src/tests/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:15:26 UTC 2021 Modified Files: src/tests/bin/sh: t_redir.sh Log Message: Fix a test that has been (unnoticed) failing ever since printf(1) was changed to exit(1) when it detects a write error to stdout. Running printf

CVS commit: src/bin

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 16:57:15 UTC 2021 Modified Files: src/bin/pwd: pwd.c src/bin/sh: cd.c Log Message: Make pwd (both /bin/pwd and the /bin/sh built-in version) check for write errors on stdout, and indicate an error if that happens.

CVS commit: src/bin

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 16:57:15 UTC 2021 Modified Files: src/bin/pwd: pwd.c src/bin/sh: cd.c Log Message: Make pwd (both /bin/pwd and the /bin/sh built-in version) check for write errors on stdout, and indicate an error if that happens.

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

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 18:33:14 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: finish renaming of fcon to lex_floating_constant To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87

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

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 18:33:14 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: finish renaming of fcon to lex_floating_constant To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87

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

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 18:37:24 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: lint: remove outdated comment The bug has been fixed in cgram.y 1.369 a few minutes ago. To generate a diff of this commit: cvs rdiff -u

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

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 18:37:24 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: lint: remove outdated comment The bug has been fixed in cgram.y 1.369 a few minutes ago. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/games/caesar

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 20:42:47 UTC 2021 Modified Files: src/games/caesar: caesar.c Log Message: games/caesar: fix error handling for I/O The '!= 0' is needed for an upcoming fix to lint's strict bool mode. The additional text in the error

CVS commit: src/games/caesar

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 20:42:47 UTC 2021 Modified Files: src/games/caesar: caesar.c Log Message: games/caesar: fix error handling for I/O The '!= 0' is needed for an upcoming fix to lint's strict bool mode. The additional text in the error

CVS commit: src

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 17:41:23 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: expr_precedence.c src/usr.bin/xlint/lint1: cgram.y externs1.h func.c lex.c Log Message: lint: rename attron to in_gcc_attribute No functional

CVS commit: src

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 17:41:23 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: expr_precedence.c src/usr.bin/xlint/lint1: cgram.y externs1.h func.c lex.c Log Message: lint: rename attron to in_gcc_attribute No functional

CVS commit: src

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 18:27:04 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c d_c99_bool_strict.exp src/usr.bin/xlint/lint1: cgram.y Log Message: lint: fix wrong error message in strict bool

CVS commit: src

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 18:27:04 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c d_c99_bool_strict.exp src/usr.bin/xlint/lint1: cgram.y Log Message: lint: fix wrong error message in strict bool

CVS commit: src/distrib/sets/lists/tests

2021-11-16 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Nov 16 21:05:33 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add more check files for libcurses tests. To generate a diff of this commit: cvs rdiff -u -r1.1163 -r1.1164

CVS commit: src/distrib/sets/lists/tests

2021-11-16 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Nov 16 21:05:33 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add more check files for libcurses tests. To generate a diff of this commit: cvs rdiff -u -r1.1163 -r1.1164

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

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 22:03:12 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: externs2.h hash.c main2.c read.c Log Message: lint: clean up initialization of lint2 symbol table No functional change. To generate a diff of this commit:

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

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 22:03:12 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: externs2.h hash.c main2.c read.c Log Message: lint: clean up initialization of lint2 symbol table No functional change. To generate a diff of this commit:

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

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 22:12:44 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: chk.c emit2.c read.c Log Message: lint: clean up lint2 No functional change. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

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

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 22:12:44 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: chk.c emit2.c read.c Log Message: lint: clean up lint2 No functional change. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/bin/echo

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 21:38:29 UTC 2021 Modified Files: src/bin/echo: echo.c Log Message: echo: fix lint error due to strict bool mode No functional change. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/bin/echo

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 21:38:29 UTC 2021 Modified Files: src/bin/echo: echo.c Log Message: echo: fix lint error due to strict bool mode No functional change. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/tests/lib/libcurses

2021-11-16 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Nov 16 21:02:06 UTC 2021 Modified Files: src/tests/lib/libcurses/check_files: Makefile src/tests/lib/libcurses/tests: ins_wstr wins_wstr Added Files: src/tests/lib/libcurses/check_files: ins_wstr3.chk

CVS commit: src/tests/lib/libcurses

2021-11-16 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Nov 16 21:02:06 UTC 2021 Modified Files: src/tests/lib/libcurses/check_files: Makefile src/tests/lib/libcurses/tests: ins_wstr wins_wstr Added Files: src/tests/lib/libcurses/check_files: ins_wstr3.chk

CVS commit: src/lib/libcurses

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 23:23:02 UTC 2021 Modified Files: src/lib/libcurses: ins_wstr.c Log Message: Move 'i' into DEBUG only code (now there be three). Hopefully unbreaks !DEBUG builds. To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src/lib/libcurses

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 23:23:02 UTC 2021 Modified Files: src/lib/libcurses: ins_wstr.c Log Message: Move 'i' into DEBUG only code (now there be three). Hopefully unbreaks !DEBUG builds. To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 21:01:06 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c d_c99_bool_strict.exp src/usr.bin/xlint/lint1: cgram.y ckbool.c debug.c externs1.h func.c init.c

CVS commit: src

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 21:01:06 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c d_c99_bool_strict.exp src/usr.bin/xlint/lint1: cgram.y ckbool.c debug.c externs1.h func.c init.c

CVS commit: src/lib/libcurses

2021-11-16 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Nov 16 21:00:50 UTC 2021 Modified Files: src/lib/libcurses: ins_wstr.c Log Message: Fix handling of the tab special character. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libcurses/ins_wstr.c

CVS commit: src/lib/libcurses

2021-11-16 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Nov 16 21:00:50 UTC 2021 Modified Files: src/lib/libcurses: ins_wstr.c Log Message: Fix handling of the tab special character. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libcurses/ins_wstr.c

CVS commit: src/bin/sh

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 23:39:34 UTC 2021 Modified Files: src/bin/sh: sh.1 Log Message: sh.1: fix typos To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 src/bin/sh/sh.1 Please note that diffs are not public domain; they are

CVS commit: src/bin/sh

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 23:39:34 UTC 2021 Modified Files: src/bin/sh: sh.1 Log Message: sh.1: fix typos To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 src/bin/sh/sh.1 Please note that diffs are not public domain; they are

CVS commit: src/distrib/sets/lists/tests

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Nov 17 04:33:26 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Adjust new libcurses test filenames to the ones atually installed. Possibly the intent was that the names used here were correct, and the

CVS commit: src/distrib/sets/lists/tests

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Nov 17 04:33:26 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Adjust new libcurses test filenames to the ones atually installed. Possibly the intent was that the names used here were correct, and the

CVS commit: src/sys/dev/pci/ixgbe

2021-11-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 17 06:37:44 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.h Log Message: s/dataseet/datasheet/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/dev/pci/ixgbe/ixgbe.h Please

CVS commit: src/sys/dev/pci/ixgbe

2021-11-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 17 06:37:44 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.h Log Message: s/dataseet/datasheet/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/dev/pci/ixgbe/ixgbe.h Please