CVS commit: src/sbin/mount

2021-11-20 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Nov 21 05:09:15 UTC 2021 Modified Files: src/sbin/mount: mount.c Log Message: Add some { } around an if body that is followed by an "else {". To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105

CVS commit: src/sbin/mount

2021-11-20 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Nov 21 05:09:15 UTC 2021 Modified Files: src/sbin/mount: mount.c Log Message: Add some { } around an if body that is followed by an "else {". To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105

CVS commit: src/lib/libc/arch/alpha/sys

2021-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 20 19:26:20 UTC 2021 Modified Files: src/lib/libc/arch/alpha/sys: __sigtramp2.S Log Message: Use the DWARF pseudo-register for the signal trampoline return address. To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/lib/libc/arch/alpha/sys

2021-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 20 19:26:20 UTC 2021 Modified Files: src/lib/libc/arch/alpha/sys: __sigtramp2.S Log Message: Use the DWARF pseudo-register for the signal trampoline return address. To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/sys/lib/libunwind

2021-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 20 19:06:21 UTC 2021 Modified Files: src/sys/lib/libunwind: Registers.hpp Log Message: Teach the LLVM-derived unwinder about the DWARF pseudo-register defined by GCC for Alpha to hold the return address where the signal

CVS commit: src/sys/lib/libunwind

2021-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 20 19:06:21 UTC 2021 Modified Files: src/sys/lib/libunwind: Registers.hpp Log Message: Teach the LLVM-derived unwinder about the DWARF pseudo-register defined by GCC for Alpha to hold the return address where the signal

CVS commit: src/sys/lib/libunwind

2021-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 20 18:19:18 UTC 2021 Modified Files: src/sys/lib/libunwind: Registers.hpp Log Message: - Teach the LLVM-derived unwinder about the DWARF pseudo-registers defined by GCC for MIPS64 to hold the MDHI and MDLO registers,

CVS commit: src/sys/lib/libunwind

2021-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 20 18:19:18 UTC 2021 Modified Files: src/sys/lib/libunwind: Registers.hpp Log Message: - Teach the LLVM-derived unwinder about the DWARF pseudo-registers defined by GCC for MIPS64 to hold the MDHI and MDLO registers,

CVS commit: src/usr.bin/make

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 17:51:48 UTC 2021 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: directive-export-impl.exp vardebug.exp varmod-defined.exp varmod-indirect.exp Log Message: make: use correct

CVS commit: src/usr.bin/make

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 17:51:48 UTC 2021 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: directive-export-impl.exp vardebug.exp varmod-defined.exp varmod-indirect.exp Log Message: make: use correct

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 17:47:33 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: var-op-expand.exp var-op-expand.mk Log Message: tests/make: finish a previously unfinished sentence in a comment To generate a diff of this commit: cvs

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 17:47:33 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: var-op-expand.exp var-op-expand.mk Log Message: tests/make: finish a previously unfinished sentence in a comment To generate a diff of this commit: cvs

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 17:27:46 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c lex_string.c Log Message: tests/lint: fix negation in explanation for strict bool mode To generate a diff of this commit: cvs rdiff

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 17:27:46 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c lex_string.c Log Message: tests/lint: fix negation in explanation for strict bool mode To generate a diff of this commit: cvs rdiff

CVS commit: src/bin/sh

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 17:18:31 UTC 2021 Modified Files: src/bin/sh: sh.1 Log Message: sh.1: replace triple negation with single negation, fix typo To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240 src/bin/sh/sh.1 Please

CVS commit: src/bin/sh

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 17:18:31 UTC 2021 Modified Files: src/bin/sh: sh.1 Log Message: sh.1: replace triple negation with single negation, fix typo To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240 src/bin/sh/sh.1 Please

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 16:54:18 UTC 2021 Modified Files: src/tests/usr.bin/indent: lsym_case_label.c lsym_comma.c lsym_lbrace.c lsym_postfix_op.c lsym_preprocessing.c opt_ce.c opt_ci.c opt_cli.c opt_d.c opt_di.c

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 16:54:18 UTC 2021 Modified Files: src/tests/usr.bin/indent: lsym_case_label.c lsym_comma.c lsym_lbrace.c lsym_postfix_op.c lsym_preprocessing.c opt_ce.c opt_ci.c opt_cli.c opt_d.c opt_di.c

CVS commit: src

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 16:18:18 UTC 2021 Modified Files: src: UPDATING Log Message: Note that USE_FORT changes for xorg require a clean build. To generate a diff of this commit: cvs rdiff -u -r1.323 -r1.324 src/UPDATING Please note that

CVS commit: src

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 16:18:18 UTC 2021 Modified Files: src: UPDATING Log Message: Note that USE_FORT changes for xorg require a clean build. To generate a diff of this commit: cvs rdiff -u -r1.323 -r1.324 src/UPDATING Please note that

CVS commit: [netbsd-8] src/doc

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 15:22:36 UTC 2021 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1707 and #1708 To generate a diff of this commit: cvs rdiff -u -r1.1.2.108 -r1.1.2.109 src/doc/CHANGES-8.3 Please note that

CVS commit: [netbsd-8] src/doc

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 15:22:36 UTC 2021 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1707 and #1708 To generate a diff of this commit: cvs rdiff -u -r1.1.2.108 -r1.1.2.109 src/doc/CHANGES-8.3 Please note that

CVS commit: [netbsd-8] src/sys/dev/pci/ixgbe

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 15:21:32 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe [netbsd-8]: ix_txrx.c ixgbe.c ixgbe.h ixgbe_type.h ixv.c Log Message: Pull up the following, requested by msaitoh in ticket #1708:

CVS commit: [netbsd-8] src/sys/dev/pci/ixgbe

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 15:21:32 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe [netbsd-8]: ix_txrx.c ixgbe.c ixgbe.h ixgbe_type.h ixv.c Log Message: Pull up the following, requested by msaitoh in ticket #1708:

CVS commit: [netbsd-9] src/doc

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 15:18:41 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1373 and #1374 To generate a diff of this commit: cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-9.3 Please note that diffs

CVS commit: [netbsd-9] src/doc

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 15:18:41 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1373 and #1374 To generate a diff of this commit: cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-9.3 Please note that diffs

CVS commit: [netbsd-9] src/sys/dev/pci/ixgbe

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 15:16:53 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe [netbsd-9]: ix_txrx.c ixgbe.c ixgbe.h ixgbe_type.h ixv.c Log Message: Pull up the following, requested by msaitoh in ticket #1374:

CVS commit: [netbsd-9] src/sys/dev/pci/ixgbe

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 15:16:53 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe [netbsd-9]: ix_txrx.c ixgbe.c ixgbe.h ixgbe_type.h ixv.c Log Message: Pull up the following, requested by msaitoh in ticket #1374:

CVS commit: [netbsd-8] src/sys/dev

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 15:11:32 UTC 2021 Modified Files: src/sys/dev/mii [netbsd-8]: ihphy.c src/sys/dev/pci [netbsd-8]: if_wm.c if_wmreg.h Log Message: Pull up the following, requested by msaitoh in ticket #1707:

CVS commit: [netbsd-8] src/sys/dev

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 15:11:32 UTC 2021 Modified Files: src/sys/dev/mii [netbsd-8]: ihphy.c src/sys/dev/pci [netbsd-8]: if_wm.c if_wmreg.h Log Message: Pull up the following, requested by msaitoh in ticket #1707:

CVS commit: [netbsd-9] src/sys/dev

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 14:59:04 UTC 2021 Modified Files: src/sys/dev/mii [netbsd-9]: ihphy.c src/sys/dev/pci [netbsd-9]: if_wm.c if_wmreg.h Log Message: Pull up the following, requested by msaitoh in ticket #1373:

CVS commit: [netbsd-9] src/sys/dev

2021-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 20 14:59:04 UTC 2021 Modified Files: src/sys/dev/mii [netbsd-9]: ihphy.c src/sys/dev/pci [netbsd-9]: if_wm.c if_wmreg.h Log Message: Pull up the following, requested by msaitoh in ticket #1373:

CVS commit: src/sys/sys

2021-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 20 14:52:22 UTC 2021 Modified Files: src/sys/sys: ttydefaults.h Log Message: PR/56496: Hauke Fath: etcupdate(8) merge formatting issue Follow suit and turn off OXTABS by default FreeBSD did that in 1994: r3505 |

CVS commit: src/sys/sys

2021-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 20 14:52:22 UTC 2021 Modified Files: src/sys/sys: ttydefaults.h Log Message: PR/56496: Hauke Fath: etcupdate(8) merge formatting issue Follow suit and turn off OXTABS by default FreeBSD did that in 1994: r3505 |

CVS commit: src/tests/lib/libc/gen/posix_spawn

2021-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 20 14:28:29 UTC 2021 Modified Files: src/tests/lib/libc/gen/posix_spawn: t_spawn.c Log Message: Merge common code for the chdir cases (Piyush Sachdeva) I also deduplicated some more code To generate a diff of this

CVS commit: src/tests/lib/libc/gen/posix_spawn

2021-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 20 14:28:29 UTC 2021 Modified Files: src/tests/lib/libc/gen/posix_spawn: t_spawn.c Log Message: Merge common code for the chdir cases (Piyush Sachdeva) I also deduplicated some more code To generate a diff of this

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 13:14:34 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_options.awk Log Message: indent/tests: remove outdated comment This task was resolved in the previous commit. To generate a diff of this commit: cvs

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 13:14:34 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_options.awk Log Message: indent/tests: remove outdated comment This task was resolved in the previous commit. To generate a diff of this commit: cvs

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 13:07:57 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_options.awk Log Message: indent/tests: make warning for empty lines more helpful To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 13:07:57 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_options.awk Log Message: indent/tests: make warning for empty lines more helpful To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 11:13:18 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c indent_off_on.c label.c opt_bs.c opt_ci.c opt_di.c opt_dj.c opt_pcs.c opt_psl.c opt_sc.c opt_v.c t_options.awk

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 11:13:18 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c indent_off_on.c label.c opt_bs.c opt_ci.c opt_di.c opt_dj.c opt_pcs.c opt_psl.c opt_sc.c opt_v.c t_options.awk

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 10:24:30 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_cdb.c t_options.awk Log Message: tests/indent: clean up test for the options '-cdb' and '-ncdb' To generate a diff of this commit: cvs rdiff -u -r1.5

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 10:24:30 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_cdb.c t_options.awk Log Message: tests/indent: clean up test for the options '-cdb' and '-ncdb' To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 09:59:53 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c opt_P.c opt_badp.c opt_bl_br.c t_misc.sh token_ident.c src/usr.bin/indent: lexi.c Log Message: indent: clean up lint annotation

CVS commit: src

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 09:59:53 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c opt_P.c opt_badp.c opt_bl_br.c t_misc.sh token_ident.c src/usr.bin/indent: lexi.c Log Message: indent: clean up lint annotation

CVS commit: src

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 09:43:03 UTC 2021 Modified Files: src/tests/usr.bin/indent: lsym_word.c src/usr.bin/indent: lexi.c Log Message: indent: fix tokenizing of word-like tokens (since 2019-04-04) After a backslash-newline, the

CVS commit: src

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 09:43:03 UTC 2021 Modified Files: src/tests/usr.bin/indent: lsym_word.c src/usr.bin/indent: lexi.c Log Message: indent: fix tokenizing of word-like tokens (since 2019-04-04) After a backslash-newline, the

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 09:27:18 UTC 2021 Modified Files: src/tests/usr.bin/indent: lsym_word.c Log Message: tests/indent: demonstrate wrong identifier token (since 2019-04-04) No matter how simple a piece of code is, without proper

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

2021-11-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 20 09:27:18 UTC 2021 Modified Files: src/tests/usr.bin/indent: lsym_word.c Log Message: tests/indent: demonstrate wrong identifier token (since 2019-04-04) No matter how simple a piece of code is, without proper

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

2021-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 20 08:48:55 UTC 2021 Modified Files: src/sys/arch/evbarm/hdl_g: hdlg_machdep.c Log Message: Fix build with VERBOSE_INIT_ARM. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

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

2021-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 20 08:48:55 UTC 2021 Modified Files: src/sys/arch/evbarm/hdl_g: hdlg_machdep.c Log Message: Fix build with VERBOSE_INIT_ARM. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/dev/wsfont

2021-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 20 08:16:30 UTC 2021 Modified Files: src/sys/dev/wsfont: wsfont.c Log Message: Oops, forgot to commit builtin_fonts[] parts for Droid_Sans_Mono_10x20. Noticed by RVP, thanks! To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/wsfont

2021-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 20 08:16:30 UTC 2021 Modified Files: src/sys/dev/wsfont: wsfont.c Log Message: Oops, forgot to commit builtin_fonts[] parts for Droid_Sans_Mono_10x20. Noticed by RVP, thanks! To generate a diff of this commit: cvs rdiff