CVS commit: src/sys/uvm/pmap

2021-10-26 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Oct 27 05:33:59 UTC 2021 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: When adjusting the max ASID count, check if ti->ti_asid_max == 0 as well. This defaults to 0 for the non-PMAP_TLB_NUM_PIDS case, so would

CVS commit: src/sys/uvm/pmap

2021-10-26 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Oct 27 05:33:59 UTC 2021 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: When adjusting the max ASID count, check if ti->ti_asid_max == 0 as well. This defaults to 0 for the non-PMAP_TLB_NUM_PIDS case, so would

CVS commit: src/sys

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 05:18:51 UTC 2021 Modified Files: src/sys/arch/vax/include: signal.h src/sys/sys: signal.h Log Message: The stupid CPP has proven me too clever by half. To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/sys

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 05:18:51 UTC 2021 Modified Files: src/sys/arch/vax/include: signal.h src/sys/sys: signal.h Log Message: The stupid CPP has proven me too clever by half. To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/lib/libc/sys

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 04:48:34 UTC 2021 Modified Files: src/lib/libc/sys: __sigaction14_sigtramp.c Log Message: - Use the signal trampoline version constants from . - Declare the sigtramp externs as as char arrays, not int arrays; not all

CVS commit: src/lib/libc/sys

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 04:48:34 UTC 2021 Modified Files: src/lib/libc/sys: __sigaction14_sigtramp.c Log Message: - Use the signal trampoline version constants from . - Declare the sigtramp externs as as char arrays, not int arrays; not all

CVS commit: src/sys

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 04:45:42 UTC 2021 Modified Files: src/sys/arch/aarch64/include: signal.h src/sys/arch/amd64/include: signal.h src/sys/kern: kern_sig.c sys_sig.c Log Message: - In sendsig() and sigaction1(), don't

CVS commit: src/sys

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 04:45:42 UTC 2021 Modified Files: src/sys/arch/aarch64/include: signal.h src/sys/arch/amd64/include: signal.h src/sys/kern: kern_sig.c sys_sig.c Log Message: - In sendsig() and sigaction1(), don't

CVS commit: src

2021-10-26 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 27 04:15:42 UTC 2021 Modified Files: src/sys/arch/x86/x86: cpu_topology.c src/usr.sbin/cpuctl/arch: i386.c Log Message: decode SMT parts for AMD family >= 0x17, not just 0x17. now zen3 systems are properly

CVS commit: src

2021-10-26 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 27 04:15:42 UTC 2021 Modified Files: src/sys/arch/x86/x86: cpu_topology.c src/usr.sbin/cpuctl/arch: i386.c Log Message: decode SMT parts for AMD family >= 0x17, not just 0x17. now zen3 systems are properly

CVS commit: src/sys/arch

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 04:15:00 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c sig_machdep.c src/sys/arch/alpha/alpha: compat_16_machdep.c src/sys/arch/amd64/amd64: netbsd32_machdep.c

CVS commit: src/sys/arch

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 04:15:00 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c sig_machdep.c src/sys/arch/alpha/alpha: compat_16_machdep.c src/sys/arch/amd64/amd64: netbsd32_machdep.c

CVS commit: src/sys

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 04:10:48 UTC 2021 Modified Files: src/sys/arch/vax/include: signal.h src/sys/sys: signal.h Log Message: Centrally define constants that define the signal return trampoline versioning scheme, and add a big

CVS commit: src/sys

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 04:10:48 UTC 2021 Modified Files: src/sys/arch/vax/include: signal.h src/sys/sys: signal.h Log Message: Centrally define constants that define the signal return trampoline versioning scheme, and add a big

CVS commit: src

2021-10-26 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed Oct 27 03:06:59 UTC 2021 Modified Files: src/share/mk: bsd.README bsd.lib.mk src/sys/conf: Makefile.kern.inc src/sys/lib/libkern: Makefile.libkern Log Message: revert previous:

CVS commit: src

2021-10-26 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed Oct 27 03:06:59 UTC 2021 Modified Files: src/share/mk: bsd.README bsd.lib.mk src/sys/conf: Makefile.kern.inc src/sys/lib/libkern: Makefile.libkern Log Message: revert previous:

Re: CVS commit: src

2021-10-26 Thread Ryo Shimizu
>> | I don't think per-file profiling is that useful >> >> Nor do I in general. However, doing routine call counting on mcount >> (or anything it calls) would simply be absurd. If you want to >> know how mant times mcount has been called, you simply sum all the other >> counters. (pc

CVS commit: src/sys/arch/hppa/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 02:34:00 UTC 2021 Modified Files: src/sys/arch/hppa/include: signal.h Log Message: "struct sigcontext" has never been used on NetBSD/hppa; garbage-collect it and other related definitions. To generate a diff of this

CVS commit: src/sys/arch/hppa/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 02:34:00 UTC 2021 Modified Files: src/sys/arch/hppa/include: signal.h Log Message: "struct sigcontext" has never been used on NetBSD/hppa; garbage-collect it and other related definitions. To generate a diff of this

CVS commit: src/sys/arch/mips/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 02:00:46 UTC 2021 Modified Files: src/sys/arch/mips/include: signal.h Log Message: Define __HAVE_STRUCT_SIGCONTEXT for _KERNEL in addition to _LIBC. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/arch/mips/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 02:00:46 UTC 2021 Modified Files: src/sys/arch/mips/include: signal.h Log Message: Define __HAVE_STRUCT_SIGCONTEXT for _KERNEL in addition to _LIBC. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/arch/vax/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:13:22 UTC 2021 Modified Files: src/sys/arch/vax/include: signal.h Log Message: Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only to _LIBC and _KERNEL. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/vax/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:13:22 UTC 2021 Modified Files: src/sys/arch/vax/include: signal.h Log Message: Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only to _LIBC and _KERNEL. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/sparc/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:12:23 UTC 2021 Modified Files: src/sys/arch/sparc/include: signal.h Log Message: Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only to _LIBC and _KERNEL. To generate a diff of this commit:

CVS commit: src/sys/arch/sparc/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:12:23 UTC 2021 Modified Files: src/sys/arch/sparc/include: signal.h Log Message: Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only to _LIBC and _KERNEL. To generate a diff of this commit:

CVS commit: src/sys/arch/sh3/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:11:35 UTC 2021 Modified Files: src/sys/arch/sh3/include: signal.h Log Message: Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only to _LIBC and _KERNEL. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/sh3/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:11:35 UTC 2021 Modified Files: src/sys/arch/sh3/include: signal.h Log Message: Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only to _LIBC and _KERNEL. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/powerpc/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:11:03 UTC 2021 Modified Files: src/sys/arch/powerpc/include: signal.h Log Message: Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only to _LIBC and _KERNEL. To generate a diff of this commit:

CVS commit: src/sys/arch/powerpc/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:11:03 UTC 2021 Modified Files: src/sys/arch/powerpc/include: signal.h Log Message: Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only to _LIBC and _KERNEL. To generate a diff of this commit:

CVS commit: src/sys/arch/m68k/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:10:06 UTC 2021 Modified Files: src/sys/arch/m68k/include: signal.h Log Message: Make sigcontext13 visible only to _KERNEL. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/arch/m68k/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:10:06 UTC 2021 Modified Files: src/sys/arch/m68k/include: signal.h Log Message: Make sigcontext13 visible only to _KERNEL. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

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

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:09:36 UTC 2021 Modified Files: src/sys/arch/arm/include: signal.h Log Message: Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only to _LIBC and _KERNEL. To generate a diff of this commit: cvs

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

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:09:36 UTC 2021 Modified Files: src/sys/arch/arm/include: signal.h Log Message: Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only to _LIBC and _KERNEL. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/luna68k/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:06:39 UTC 2021 Modified Files: src/sys/arch/luna68k/include: signal.h Log Message: Remove a superflouous comment. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/include/signal.h

CVS commit: src/sys/arch/luna68k/include

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:06:39 UTC 2021 Modified Files: src/sys/arch/luna68k/include: signal.h Log Message: Remove a superflouous comment. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/include/signal.h

CVS commit: src/sys/arch

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:05:34 UTC 2021 Modified Files: src/sys/arch/dreamcast/include: signal.h src/sys/arch/evbsh3/include: signal.h src/sys/arch/hpcsh/include: signal.h src/sys/arch/landisk/include: signal.h Log

CVS commit: src/sys/arch

2021-10-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Oct 27 01:05:34 UTC 2021 Modified Files: src/sys/arch/dreamcast/include: signal.h src/sys/arch/evbsh3/include: signal.h src/sys/arch/hpcsh/include: signal.h src/sys/arch/landisk/include: signal.h Log

Re: CVS commit: src/sbin/wsconsctl

2021-10-26 Thread Rin Okuyama
Thanks for the quick response! rin On 2021/10/27 2:35, Roland Illig wrote: Am 26.10.2021 um 06:13 schrieb matthew green: Rin Okuyama writes: I don't think this is right thing to be committed. i agree. Thank you for the explanation, I just reverted the commit, resulting in

CVS commit: src

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Oct 27 00:04:51 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c src/usr.bin/indent: io.c Log Message: indent: fix indentation of local variable declarations This had been broken since the import of

CVS commit: src

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Oct 27 00:04:51 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c src/usr.bin/indent: io.c Log Message: indent: fix indentation of local variable declarations This had been broken since the import of

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

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 23:58:40 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: demonstrate another example of wrong formatting To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 23:58:40 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: demonstrate another example of wrong formatting To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 23:37:40 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: demonstrate wrong indentation of local declarations Reported by RVP via private mail. Importing FreeBSD indent in 2019

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

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 23:37:40 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: demonstrate wrong indentation of local declarations Reported by RVP via private mail. Importing FreeBSD indent in 2019

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

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 22:00:38 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_binary_op.c Log Message: tests/indent: document cause for missing space between ')' and '=' To generate a diff of this commit: cvs rdiff -u -r1.2

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

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 22:00:38 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_binary_op.c Log Message: tests/indent: document cause for missing space between ')' and '=' To generate a diff of this commit: cvs rdiff -u -r1.2

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

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 21:45:16 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_binary_op.c Log Message: tests/indent: demonstrate missing space before '=' Reported by RVP via private mail. Broken since the import of FreeBSD indent

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

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 21:45:16 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_binary_op.c Log Message: tests/indent: demonstrate missing space before '=' Reported by RVP via private mail. Broken since the import of FreeBSD indent

CVS commit: src

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 21:37:27 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c src/usr.bin/indent: indent.c pr_comment.c Log Message: indent: clean up process_comment There is no undefined behavior since the

CVS commit: src

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 21:37:27 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c src/usr.bin/indent: indent.c pr_comment.c Log Message: indent: clean up process_comment There is no undefined behavior since the

Re: CVS commit: src

2021-10-26 Thread Joerg Sonnenberger
On Tue, Oct 26, 2021 at 10:48:45PM +0700, Robert Elz wrote: > Date:Tue, 26 Oct 2021 15:37:56 +0200 > From:Joerg Sonnenberger > Message-ID: > > | Personally, I would prefer to just kill -pg support completely, but > | that's a separate discussion. > > Yes, it

CVS commit: src/usr.bin/indent

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 21:23:52 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: reduce indentation in process_comment No functional change. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86

CVS commit: src/usr.bin/indent

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 21:23:52 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: reduce indentation in process_comment No functional change. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86

CVS commit: src/doc

2021-10-26 Thread Nia Alarie
roy 20211022] tzcode: Updated to 2021e. [christos 20211022] tzdata: updated to 2021e (still missing trash from 2021b) [kre 20211022] + passwd.conf(5): Make 'argon2id' the default cipher for new + passwords. [nia 20211026]

CVS commit: src/doc

2021-10-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 26 21:18:51 UTC 2021 Modified Files: src/doc: CHANGES Log Message: doc: password hash changes To generate a diff of this commit: cvs rdiff -u -r1.2845 -r1.2846 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src/usr.bin/indent

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 21:04:03 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: make reformatting of comments simpler No functional change. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: src/usr.bin/indent

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 21:04:03 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: make reformatting of comments simpler No functional change. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: src

2021-10-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 26 20:44:46 UTC 2021 Modified Files: src/etc: passwd.conf src/share/man/man5: passwd.conf.5 Log Message: passwd.conf(5): switch default cipher for new user accounts to Argon2id As well as offering a dynamic amount

CVS commit: src

2021-10-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 26 20:44:46 UTC 2021 Modified Files: src/etc: passwd.conf src/share/man/man5: passwd.conf.5 Log Message: passwd.conf(5): switch default cipher for new user accounts to Argon2id As well as offering a dynamic amount

CVS commit: src/usr.bin/indent

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 20:43:35 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: make ps.keyword easier to understand Previously, ps.keyword did not have any documentation and was not

CVS commit: src/usr.bin/indent

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 20:43:35 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: make ps.keyword easier to understand Previously, ps.keyword did not have any documentation and was not

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

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 20:37:26 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_bs.c Log Message: tests/indent: test edge cases for blank after sizeof To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 20:37:26 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_bs.c Log Message: tests/indent: test edge cases for blank after sizeof To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libcrypt

2021-10-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 26 20:37:18 UTC 2021 Modified Files: src/lib/libcrypt: Makefile Log Message: libcrypt: Make Werror-disables for external Argon2 library per-file. Requested by rin. To generate a diff of this commit: cvs rdiff -u -r1.30

CVS commit: src/lib/libcrypt

2021-10-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 26 20:37:18 UTC 2021 Modified Files: src/lib/libcrypt: Makefile Log Message: libcrypt: Make Werror-disables for external Argon2 library per-file. Requested by rin. To generate a diff of this commit: cvs rdiff -u -r1.30

CVS commit: src/usr.bin/indent

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 20:17:42 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: fix debug logging The parser state is not always 'ps', so the debug logging must use the correct state as well. To generate a diff of

CVS commit: src/usr.bin/indent

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 20:17:42 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: fix debug logging The parser state is not always 'ps', so the debug logging must use the correct state as well. To generate a diff of

CVS commit: src/usr.bin/indent

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 19:36:30 UTC 2021 Modified Files: src/usr.bin/indent: .indent.pro args.c indent.c indent.h lexi.c parse.c Log Message: indent: run indent on its own source code With manual corrections afterwards, to compensate for

CVS commit: src/usr.bin/indent

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 19:36:30 UTC 2021 Modified Files: src/usr.bin/indent: .indent.pro args.c indent.c indent.h lexi.c parse.c Log Message: indent: run indent on its own source code With manual corrections afterwards, to compensate for

Re: CVS commit: src/bin/sh

2021-10-26 Thread Christos Zoulas
In article <20211026000538.893d6f...@cvs.netbsd.org>, Robert Elz wrote: >-=-=-=-=-=- > >+ waspriv = privileged = (uid != geteuid()) || (gid != getegid()); >+ No issetugid()? christos

CVS commit: src/usr.bin/indent

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 18:36:25 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: merge duplicate code in lexi_alnum To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/usr.bin/indent/lexi.c Please

CVS commit: src/usr.bin/indent

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 18:36:25 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: merge duplicate code in lexi_alnum To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/usr.bin/indent/lexi.c Please

Re: CVS commit: src/sbin/wsconsctl

2021-10-26 Thread Roland Illig
Am 26.10.2021 um 06:13 schrieb matthew green: > Rin Okuyama writes: >> I don't think this is right thing to be committed. > > i agree. Thank you for the explanation, I just reverted the commit, resulting in sbin/wsconsctl/Makefile 1.16. Roland

CVS commit: src/sbin/wsconsctl

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 17:33:18 UTC 2021 Modified Files: src/sbin/wsconsctl: Makefile Log Message: wsconsctl: revert adding LINTFLAGS https://mail-index.netbsd.org/source-changes-d/2021/10/26/msg013482.html

CVS commit: src/sbin/wsconsctl

2021-10-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 26 17:33:18 UTC 2021 Modified Files: src/sbin/wsconsctl: Makefile Log Message: wsconsctl: revert adding LINTFLAGS https://mail-index.netbsd.org/source-changes-d/2021/10/26/msg013482.html

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

2021-10-26 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Oct 26 16:58:46 UTC 2021 Modified Files: src/sys/arch/aarch64/include: armreg.h Log Message: fix build with COPTS=-O0 To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/aarch64/include/armreg.h Please

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

2021-10-26 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Oct 26 16:58:46 UTC 2021 Modified Files: src/sys/arch/aarch64/include: armreg.h Log Message: fix build with COPTS=-O0 To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/aarch64/include/armreg.h Please

CVS commit: src

2021-10-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 26 16:16:38 UTC 2021 Modified Files: src/lib/libc/sys: Makefile.inc src/sys/arch/alpha/include: signal.h src/sys/arch/arm/include: signal.h src/sys/arch/hppa/include: signal.h

CVS commit: src

2021-10-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 26 16:16:38 UTC 2021 Modified Files: src/lib/libc/sys: Makefile.inc src/sys/arch/alpha/include: signal.h src/sys/arch/arm/include: signal.h src/sys/arch/hppa/include: signal.h

Re: CVS commit: src/bin/sh

2021-10-26 Thread Robert Elz
ps: Also, the code is (while refactored a little) essentially the same as the -p code you added in 2015 ... just now avoiding repeatedly calling geteuid() (etc) - the value it returns won't change unless the code does something to change it. kre

Re: CVS commit: src

2021-10-26 Thread Robert Elz
Date:Tue, 26 Oct 2021 15:37:56 +0200 From:Joerg Sonnenberger Message-ID: | Personally, I would prefer to just kill -pg support completely, but | that's a separate discussion. Yes, it is. | I don't think per-file profiling is that useful Nor do I in general.

Re: CVS commit: src/bin/sh

2021-10-26 Thread Robert Elz
Date:Tue, 26 Oct 2021 15:07:23 - (UTC) From:chris...@astron.com (Christos Zoulas) Message-ID: | No issetugid()? No, because I'm not sure I understand that, nor that I believe: A process is tainted if [...] it has changed any of its real, effective or

Re: CVS commit: src

2021-10-26 Thread Joerg Sonnenberger
On Tue, Oct 26, 2021 at 04:00:41AM +0900, Ryo Shimizu wrote: > > >On Mon, Oct 25, 2021 at 07:54:45AM +, Ryo Shimizu wrote: > >> Module Name: src > >> Committed By: ryo > >> Date: Mon Oct 25 07:54:44 UTC 2021 > >> > >> Modified Files: > >>src/share/mk: bsd.README

CVS commit: src/bin/sh

2021-10-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Oct 26 10:07:20 UTC 2021 Modified Files: src/bin/sh: main.c memalloc.c memalloc.h Log Message: Use a type-correct end marker for strstrcat() rather than NULL, as for a function with unknown number & types of args, the compiler

CVS commit: src/bin/sh

2021-10-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Oct 26 10:07:20 UTC 2021 Modified Files: src/bin/sh: main.c memalloc.c memalloc.h Log Message: Use a type-correct end marker for strstrcat() rather than NULL, as for a function with unknown number & types of args, the compiler

CVS commit: src/lib/libcrypt

2021-10-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 26 07:51:23 UTC 2021 Modified Files: src/lib/libcrypt: Makefile Log Message: libcrypt: fine-grained warnings for argon2, requested by rin To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/lib/libcrypt

2021-10-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 26 07:51:23 UTC 2021 Modified Files: src/lib/libcrypt: Makefile Log Message: libcrypt: fine-grained warnings for argon2, requested by rin To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

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

2021-10-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 26 06:34:03 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: G/C FAST_FPE To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/arm/arm/undefined.c Please note that diffs are

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

2021-10-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 26 06:34:03 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: G/C FAST_FPE To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/arm/arm/undefined.c Please note that diffs are

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

2021-10-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 26 06:02:00 UTC 2021 Modified Files: src/sys/arch/aarch64/include: cpu.h Log Message: Add a comment and adjust whitespace to match style in this file To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

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

2021-10-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 26 06:02:00 UTC 2021 Modified Files: src/sys/arch/aarch64/include: cpu.h Log Message: Add a comment and adjust whitespace to match style in this file To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41