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

2021-04-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Apr 20 01:29:40 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: interrupt.c Log Message: Don't use atomics to manipulate cpu_info::ci_intrdepth: it's modified only in the interrupt service path by the owning CPU, at entry

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

2021-04-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Apr 20 01:29:40 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: interrupt.c Log Message: Don't use atomics to manipulate cpu_info::ci_intrdepth: it's modified only in the interrupt service path by the owning CPU, at entry

CVS commit: src/sys/arch/alpha

2021-04-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Apr 20 00:09:45 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: interrupt.c src/sys/arch/alpha/include: cpu.h Log Message: Slight tweak to previous changes: Rather than simply increment the interrupt depth for

CVS commit: src/sys/arch/alpha

2021-04-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Apr 20 00:09:45 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: interrupt.c src/sys/arch/alpha/include: cpu.h Log Message: Slight tweak to previous changes: Rather than simply increment the interrupt depth for

CVS commit: src/usr.bin/make

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 23:51:42 UTC 2021 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: varmod-ifelse.exp varmod-ifelse.mk Log Message: make: do not complain when skipping the condition 'no >= 10' Seen in

CVS commit: src/usr.bin/make

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 23:51:42 UTC 2021 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: varmod-ifelse.exp varmod-ifelse.mk Log Message: make: do not complain when skipping the condition 'no >= 10' Seen in

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

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 23:43:15 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: varmod-ifelse.exp varmod-ifelse.mk Log Message: tests/make: add another example for parsing of the modifier ':?' To generate a diff of this commit: cvs

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

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 23:43:15 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: varmod-ifelse.exp varmod-ifelse.mk Log Message: tests/make: add another example for parsing of the modifier ':?' To generate a diff of this commit: cvs

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

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 23:27:17 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: varmod-ifelse.exp varmod-ifelse.mk Log Message: tests/make: add detailed explanation for error message in conditional To generate a diff of this commit:

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

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 23:27:17 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: varmod-ifelse.exp varmod-ifelse.mk Log Message: tests/make: add detailed explanation for error message in conditional To generate a diff of this commit:

CVS commit: src/usr.bin/make

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 22:22:27 UTC 2021 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: cond-late.exp cond1.exp varmod-ifelse.exp varmod-ifelse.mk Log Message: make: use straight quotes for error

CVS commit: src/usr.bin/make

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 22:22:27 UTC 2021 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: cond-late.exp cond1.exp varmod-ifelse.exp varmod-ifelse.mk Log Message: make: use straight quotes for error

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

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 22:05:29 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: varmod-ifelse.exp varmod-ifelse.mk Log Message: tests/make: demonstrate unexpected behavior of the modifier ':?' To generate a diff of this commit: cvs

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

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 22:05:29 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: varmod-ifelse.exp varmod-ifelse.mk Log Message: tests/make: demonstrate unexpected behavior of the modifier ':?' To generate a diff of this commit: cvs

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

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 21:52:17 UTC 2021 Modified Files: src/external/bsd/tmux/dist: control.c status.c Log Message: tmux: fix -Wformat-nonliteral for Clang dist/control.c:394:17: error: format string is not a string literal

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

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 21:52:17 UTC 2021 Modified Files: src/external/bsd/tmux/dist: control.c status.c Log Message: tmux: fix -Wformat-nonliteral for Clang dist/control.c:394:17: error: format string is not a string literal

CVS commit: src/usr.bin/mail

2021-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 19 17:49:28 UTC 2021 Modified Files: src/usr.bin/mail: format.c Log Message: Fix weekday parsing; only reset the string when parsing fail and only set the weekday when parsing succeeds (Steffen Nurpmeso) To generate a

CVS commit: src/usr.bin/mail

2021-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 19 17:49:28 UTC 2021 Modified Files: src/usr.bin/mail: format.c Log Message: Fix weekday parsing; only reset the string when parsing fail and only set the weekday when parsing succeeds (Steffen Nurpmeso) To generate a

CVS commit: src/usr.bin/make

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 16:35:11 UTC 2021 Modified Files: src/usr.bin/make: main.c Log Message: make: avoid double slash in name of temporary directory If the environment variable TMPDIR is not set, make uses a default path that includes a

CVS commit: src/usr.bin/make

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 16:35:11 UTC 2021 Modified Files: src/usr.bin/make: main.c Log Message: make: avoid double slash in name of temporary directory If the environment variable TMPDIR is not set, make uses a default path that includes a

CVS commit: src/doc

2021-04-19 Thread Christos Zoulas
source tree. @@ -361,3 +361,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: sparc64: Switch to GCC 10. [mrg 20200416] vax: Switch to GCC 10. [mrg 20200416] tmux(1): Imported 3.2. [christos 20210417] + OpenSSH: Import 8.6. [christos 20210419]

CVS commit: src/doc

2021-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 19 14:42:18 UTC 2021 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new OpenSSH To generate a diff of this commit: cvs rdiff -u -r1.1798 -r1.1799 src/doc/3RDPARTY cvs rdiff -u -r1.2797 -r1.2798 src/doc/CHANGES

CVS commit: src/distrib/sets/lists

2021-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 19 14:41:18 UTC 2021 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libssh To generate a diff of this commit: cvs rdiff -u -r1.917 -r1.918

CVS commit: src/distrib/sets/lists

2021-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 19 14:41:18 UTC 2021 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libssh To generate a diff of this commit: cvs rdiff -u -r1.917 -r1.918

CVS commit: src/crypto/external/bsd/openssh

2021-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 19 14:40:16 UTC 2021 Modified Files: src/crypto/external/bsd/openssh/dist: addrmatch.c auth-krb5.c auth-options.c auth.c auth2-pubkey.c auth2.c chacha.h channels.c channels.h cipher.c clientloop.c

CVS commit: src/crypto/external/bsd/openssh

2021-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 19 14:40:16 UTC 2021 Modified Files: src/crypto/external/bsd/openssh/dist: addrmatch.c auth-krb5.c auth-options.c auth.c auth2-pubkey.c auth2.c chacha.h channels.c channels.h cipher.c clientloop.c

CVS import: src/crypto/external/bsd/openssh/dist

2021-04-19 Thread Christos Zoulas
r compatibility with Wayland. * Fix portability build errors bz3293 bz3292 bz3291 bz3278 * sshd(8): soft-disallow the fstatat64 syscall in the Linux seccomp-bpf sandbox. bz3276 * unit tests: enable autoopt and misc unit tests that were previously skipped Status: Vendor Tag: OPENSSH

CVS import: src/crypto/external/bsd/openssh/dist

2021-04-19 Thread Christos Zoulas
r compatibility with Wayland. * Fix portability build errors bz3293 bz3292 bz3291 bz3278 * sshd(8): soft-disallow the fstatat64 syscall in the Linux seccomp-bpf sandbox. bz3276 * unit tests: enable autoopt and misc unit tests that were previously skipped Status: Vendor Tag: OPENSSH

CVS commit: src/crypto/external/bsd/openssh

2021-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 19 14:07:36 UTC 2021 Modified Files: src/crypto/external/bsd/openssh: openssh2netbsd Log Message: Force user to specify source dir. Too dangerous to run in random places. To generate a diff of this commit: cvs rdiff

CVS commit: src/crypto/external/bsd/openssh

2021-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 19 14:07:36 UTC 2021 Modified Files: src/crypto/external/bsd/openssh: openssh2netbsd Log Message: Force user to specify source dir. Too dangerous to run in random places. To generate a diff of this commit: cvs rdiff

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

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 13:18:43 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: func.c Log Message: lint: add debug logging for reachability To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/usr.bin/xlint/lint1/func.c

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

2021-04-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 19 13:18:43 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: func.c Log Message: lint: add debug logging for reachability To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/usr.bin/xlint/lint1/func.c

CVS commit: src/external/gpl3/gcc

2021-04-19 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 19 08:40:15 UTC 2021 Modified Files: src/external/gpl3/gcc: README.gcc10 Log Message: hppa switched. sh3el seems ready. m68k atf wasn't fail.. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/external/gpl3/gcc

2021-04-19 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 19 08:40:15 UTC 2021 Modified Files: src/external/gpl3/gcc: README.gcc10 Log Message: hppa switched. sh3el seems ready. m68k atf wasn't fail.. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/riscv

2021-04-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Apr 19 07:55:59 UTC 2021 Modified Files: src/sys/arch/riscv/include: insn.h src/sys/arch/riscv/riscv: db_disasm.c Log Message: Make the riscv disassembler work, as best as I can test from amd64 userspace. To

CVS commit: src/sys/arch/riscv

2021-04-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Apr 19 07:55:59 UTC 2021 Modified Files: src/sys/arch/riscv/include: insn.h src/sys/arch/riscv/riscv: db_disasm.c Log Message: Make the riscv disassembler work, as best as I can test from amd64 userspace. To

CVS commit: src/doc

2021-04-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 19 06:29:13 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: openssh-8.6 out To generate a diff of this commit: cvs rdiff -u -r1.1797 -r1.1798 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/doc

2021-04-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 19 06:29:13 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: openssh-8.6 out To generate a diff of this commit: cvs rdiff -u -r1.1797 -r1.1798 src/doc/3RDPARTY Please note that diffs are not public domain; they are