CVS commit: src/usr.bin/indent

2021-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 27 20:09:55 UTC 2021 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: let indent format the comments after previous refactoring Before this refactoring, I had skipped this section of the code from

CVS commit: src/usr.bin/indent

2021-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 27 20:09:55 UTC 2021 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: let indent format the comments after previous refactoring Before this refactoring, I had skipped this section of the code from

CVS commit: src/usr.bin/indent

2021-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 27 20:00:41 UTC 2021 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: split search_brace into smaller functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91

CVS commit: src/usr.bin/indent

2021-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 27 20:00:41 UTC 2021 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: split search_brace into smaller functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91

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

2021-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 27 19:02:44 UTC 2021 Modified Files: src/tests/usr.bin/indent: label.0 label.0.stdout Log Message: tests/indent: document that label indentation is not configurable For at least the past 27 years, labels have been

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

2021-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 27 19:02:44 UTC 2021 Modified Files: src/tests/usr.bin/indent: label.0 label.0.stdout Log Message: tests/indent: document that label indentation is not configurable For at least the past 27 years, labels have been

CVS commit: src/usr.bin/indent

2021-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 27 18:21:47 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: use binary instead of linear search when adding types No functional change. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/indent

2021-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 27 18:21:47 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: use binary instead of linear search when adding types No functional change. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/aarch64/aarch64

2021-09-27 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Sep 27 17:51:15 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: syscall.c Log Message: remove unused code. The syscall for 32bit uses aarch32_syscall.c, so there is no need to make syscall.c support it. To generate a

CVS commit: src/sys/arch/aarch64/aarch64

2021-09-27 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Sep 27 17:51:15 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: syscall.c Log Message: remove unused code. The syscall for 32bit uses aarch32_syscall.c, so there is no need to make syscall.c support it. To generate a

CVS commit: src/sys/arch/aarch64/aarch64

2021-09-27 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Sep 27 17:40:39 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: linux_syscall.c syscall.c Log Message: linux syscall should not break x1 register To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/aarch64/aarch64

2021-09-27 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Sep 27 17:40:39 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: linux_syscall.c syscall.c Log Message: linux syscall should not break x1 register To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/aarch64/aarch64

2021-09-27 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Sep 27 17:37:59 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: syscall.c Log Message: In order to prevent uninitialized values from being reflected in the registers after syscall, rval[] must be initialized. To

CVS commit: src/sys/arch/aarch64/aarch64

2021-09-27 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Sep 27 17:37:59 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: syscall.c Log Message: In order to prevent uninitialized values from being reflected in the registers after syscall, rval[] must be initialized. To

CVS commit: src/usr.bin/indent

2021-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 27 17:33:07 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: extract is_typename from lexi No functional change. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/usr.bin/indent

2021-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 27 17:33:07 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: extract is_typename from lexi No functional change. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/usr.sbin/cpuctl/arch

2021-09-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 27 17:05:58 UTC 2021 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Improve variable sized TLB's output. - Fix a bug that STLB is printed as DTLB. - If a TLB is variable sized, print the max size

CVS commit: src/usr.sbin/cpuctl/arch

2021-09-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 27 17:05:58 UTC 2021 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Improve variable sized TLB's output. - Fix a bug that STLB is printed as DTLB. - If a TLB is variable sized, print the max size

CVS commit: src/doc

2021-09-27 Thread Christos Zoulas
NetBSD 10.0: aarch64: Add initial COMPAT_LINUX support. [ryo 20210923] libfido2: Import 1.8.0 [christos 20210924] pam-u2f: Import pam u2f 1.2.0 [christos 20210924] + OpenSSH: Import 8.8. [christos 20210927]

CVS commit: src/doc

2021-09-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 27 17:04:12 UTC 2021 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new OpenSSH To generate a diff of this commit: cvs rdiff -u -r1.1816 -r1.1817 src/doc/3RDPARTY cvs rdiff -u -r1.2833 -r1.2834 src/doc/CHANGES

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

2021-09-27 Thread Christos Zoulas
_cnames() || strcmp(*namep, cname) == 0) return 0; if (options.canonicalize_hostname == SSH_CANONICALISE_NO) @@ -1177,7 +1178,7 @@ main(int ac, char **av) */ direct = option_clear_or_none(options.proxy_command) && options.jump_host == NULL; - if (addrs == NULL &&am

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

2021-09-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 27 17:03:13 UTC 2021 Modified Files: src/crypto/external/bsd/openssh/dist: channels.c clientloop.c compat.c log.c misc.c myproposal.h readconf.c readconf.h scp.1 scp.c servconf.c sftp-client.c

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

2021-09-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 27 17:01:01 UTC 2021 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv4363 Log Message: Import OpenSSH-8.8: Future deprecation notice = A near-future

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

2021-09-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 27 17:01:01 UTC 2021 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv4363 Log Message: Import OpenSSH-8.8: Future deprecation notice = A near-future

CVS commit: src/usr.bin/indent

2021-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 27 16:56:35 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent_codes.h indent_globs.h lexi.c Log Message: indent: rename rwcode to keyword_kind, various cleanup No idea what the 'rw' in 'rwcode' meant, it had

CVS commit: src/usr.bin/indent

2021-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 27 16:56:35 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent_codes.h indent_globs.h lexi.c Log Message: indent: rename rwcode to keyword_kind, various cleanup No idea what the 'rw' in 'rwcode' meant, it had

CVS commit: src

2021-09-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 27 16:52:15 UTC 2021 Modified Files: src/sys/arch/x86/include: cacheinfo.h src/usr.sbin/cpuctl/arch: i386.c Log Message: Add Load Only TLB and Store Only TLB. To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2021-09-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 27 16:52:15 UTC 2021 Modified Files: src/sys/arch/x86/include: cacheinfo.h src/usr.sbin/cpuctl/arch: i386.c Log Message: Add Load Only TLB and Store Only TLB. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/cpuctl/arch

2021-09-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 27 16:47:15 UTC 2021 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Fix a bug that some TLB related lines were not printed. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119

CVS commit: src/usr.sbin/cpuctl/arch

2021-09-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 27 16:47:15 UTC 2021 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Fix a bug that some TLB related lines were not printed. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119

CVS commit: src/usr.sbin/cpuctl/arch

2021-09-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 27 16:22:58 UTC 2021 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Add ':' for readability. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/usr.sbin/cpuctl/arch/i386.c Please note

CVS commit: src/usr.sbin/cpuctl/arch

2021-09-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 27 16:22:58 UTC 2021 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Add ':' for readability. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/usr.sbin/cpuctl/arch/i386.c Please note

CVS commit: src/doc

2021-09-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 27 11:13:12 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: openssh 8.8 is out To generate a diff of this commit: cvs rdiff -u -r1.1815 -r1.1816 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/doc

2021-09-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 27 11:13:12 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: openssh 8.8 is out To generate a diff of this commit: cvs rdiff -u -r1.1815 -r1.1816 src/doc/3RDPARTY Please note that diffs are not public domain; they

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

2021-09-27 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Mon Sep 27 11:05:50 UTC 2021 Modified Files: src/crypto/external/bsd/openssh/dist: readconf.c Log Message: OpenSSH: Restore ChallengeResponseAuthentication as an alias OpenSSH 8.7 has deprecated ChallengeResponseAuthentication, but

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

2021-09-27 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Mon Sep 27 11:05:50 UTC 2021 Modified Files: src/crypto/external/bsd/openssh/dist: readconf.c Log Message: OpenSSH: Restore ChallengeResponseAuthentication as an alias OpenSSH 8.7 has deprecated ChallengeResponseAuthentication, but

CVS commit: src/sys/arch/arm/fdt

2021-09-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 27 09:54:52 UTC 2021 Modified Files: src/sys/arch/arm/fdt: pmu_fdt.c Log Message: No longer need to call arm_pmu_init on all CPUs. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/arm/fdt

2021-09-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 27 09:54:52 UTC 2021 Modified Files: src/sys/arch/arm/fdt: pmu_fdt.c Log Message: No longer need to call arm_pmu_init on all CPUs. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/net

2021-09-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 27 07:13:30 UTC 2021 Modified Files: src/sys/net: ppp_tty.c Log Message: Use unsigned to avoid undefined behavior in pppasyncstart(). Reported-by: syzbot+7c8c7977e2756ac13...@syzkaller.appspotmail.com To generate a

CVS commit: src/sys/net

2021-09-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 27 07:13:30 UTC 2021 Modified Files: src/sys/net: ppp_tty.c Log Message: Use unsigned to avoid undefined behavior in pppasyncstart(). Reported-by: syzbot+7c8c7977e2756ac13...@syzkaller.appspotmail.com To generate a