CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 07:40:53 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: replace table for function lookup in conditions with simple code The code for looking up the function from the table forced the compiler to

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 07:40:53 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: replace table for function lookup in conditions with simple code The code for looking up the function from the table forced the compiler to

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 05:16:44 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: clean up condition parser No functional change. To generate a diff of this commit: cvs rdiff -u -r1.312 -r1.313 src/usr.bin/make/cond.c P

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 05:16:44 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: clean up condition parser No functional change. To generate a diff of this commit: cvs rdiff -u -r1.312 -r1.313 src/usr.bin/make/cond.c P

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 05:05:21 UTC 2021 Modified Files: src/usr.bin/make: cond.c make.h nonints.h var.c Log Message: make: merge duplicate types CondEvalResult and CondResult No binary change. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 05:05:21 UTC 2021 Modified Files: src/usr.bin/make: cond.c make.h nonints.h var.c Log Message: make: merge duplicate types CondEvalResult and CondResult No binary change. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 05:01:35 UTC 2021 Modified Files: src/usr.bin/make: cond.c make.h parse.c Log Message: make: merge duplicate enum constants for CondEvalResult and CondResult No binary change. To generate a diff of this commit: cvs r

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 05:01:35 UTC 2021 Modified Files: src/usr.bin/make: cond.c make.h parse.c Log Message: make: merge duplicate enum constants for CondEvalResult and CondResult No binary change. To generate a diff of this commit: cvs r

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 04:50:56 UTC 2021 Modified Files: src/usr.bin/make: cond.c nonints.h var.c Log Message: make: remove redundant parameter for evaluating conditions No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 04:50:56 UTC 2021 Modified Files: src/usr.bin/make: cond.c nonints.h var.c Log Message: make: remove redundant parameter for evaluating conditions No functional change. To generate a diff of this commit: cvs rdiff -u

Re: CVS commit: xsrc/external/mit/xinit/dist

2021-12-28 Thread Valery Ushakov
On Wed, Dec 29, 2021 at 07:42:42 +0300, Valery Ushakov wrote: > On Wed, Dec 29, 2021 at 15:09:08 +1100, matthew green wrote: > > > "Nia Alarie" writes: > > > Module Name: xsrc > > > Committed By: nia > > > Date: Tue Dec 28 11:48:52 UTC 2021 > > > > > > Modified Files: > > >

Re: CVS commit: xsrc/external/mit/xinit/dist

2021-12-28 Thread Valery Ushakov
On Wed, Dec 29, 2021 at 15:09:08 +1100, matthew green wrote: > "Nia Alarie" writes: > > Module Name:xsrc > > Committed By: nia > > Date: Tue Dec 28 11:48:52 UTC 2021 > > > > Modified Files: > > xsrc/external/mit/xinit/dist: xinitrc.cpp > > > > Log Message: > > COLOR

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 04:41:38 UTC 2021 Modified Files: src/usr.bin/make: cond.c make.h Log Message: make: merge types CondResult and CondEvalResult No functional change. To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309 src

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 29 04:41:38 UTC 2021 Modified Files: src/usr.bin/make: cond.c make.h Log Message: make: merge types CondResult and CondEvalResult No functional change. To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309 src

re: CVS commit: xsrc/external/mit/xinit/dist

2021-12-28 Thread matthew green
"Nia Alarie" writes: > Module Name: xsrc > Committed By: nia > Date: Tue Dec 28 11:48:52 UTC 2021 > > Modified Files: > xsrc/external/mit/xinit/dist: xinitrc.cpp > > Log Message: > COLOR is not a C preprocessor macro :| this used to work a long long time ago. back when sunos4 was n

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

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 22:59:56 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: do not output "Lint pass2:" A colon at the end of a line requires at least 1 follow-up line, but xlint cannot know whether lint2 wil

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

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 22:59:56 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: do not output "Lint pass2:" A colon at the end of a line requires at least 1 follow-up line, but xlint cannot know whether lint2 wil

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

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 22:54:08 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_init.c d_c99_init.exp Log Message: tests/lint: extend documentation for omitted braces in initializer To generate a diff of this commit: cvs rdiff

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

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 22:54:08 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_init.c d_c99_init.exp Log Message: tests/lint: extend documentation for omitted braces in initializer To generate a diff of this commit: cvs rdiff

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

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 22:13:56 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: cond-func-empty.mk cond-func.mk Log Message: tests/make: test function names without following '(' To generate a diff of this commit: cvs rdiff -u -r1.16

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

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 22:13:56 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: cond-func-empty.mk cond-func.mk Log Message: tests/make: test function names without following '(' To generate a diff of this commit: cvs rdiff -u -r1.16

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 21:56:13 UTC 2021 Modified Files: src/usr.bin/make: main.c Log Message: make: fix double-free in CLEANUP mode (since 2021.12.27.23.11.55) When make is run without the '-f' option, it searches for the files 'makefile' a

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 21:56:13 UTC 2021 Modified Files: src/usr.bin/make: main.c Log Message: make: fix double-free in CLEANUP mode (since 2021.12.27.23.11.55) When make is run without the '-f' option, it searches for the files 'makefile' a

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 19:43:43 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: rename and constify SkipExtraTargets No binary change. To generate a diff of this commit: cvs rdiff -u -r1.602 -r1.603 src/usr.bin/make/p

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 19:43:43 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: rename and constify SkipExtraTargets No binary change. To generate a diff of this commit: cvs rdiff -u -r1.602 -r1.603 src/usr.bin/make/p

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 19:41:01 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up function names in parse.c, remove redundant comments No functional change. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 19:41:01 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up function names in parse.c, remove redundant comments No functional change. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/external/gpl2/grep/dist/src

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 19:22:58 UTC 2021 Modified Files: src/external/gpl2/grep/dist/src: grep.c Log Message: Open with non-blocking I/O and then reset the flags to avoid blocking for FIFOs. This is a lot easier to do than adding another st

CVS commit: src/external/gpl2/grep/dist/src

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 19:22:58 UTC 2021 Modified Files: src/external/gpl2/grep/dist/src: grep.c Log Message: Open with non-blocking I/O and then reset the flags to avoid blocking for FIFOs. This is a lot easier to do than adding another st

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 19:13:40 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: extract the non-parsing part from ParseDependencyTargets No functional change. To generate a diff of this commit: cvs rdiff -u -r1.600 -r

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 19:13:40 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: extract the non-parsing part from ParseDependencyTargets No functional change. To generate a diff of this commit: cvs rdiff -u -r1.600 -r

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 19:01:36 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up ParseDependency No functional change. To generate a diff of this commit: cvs rdiff -u -r1.599 -r1.600 src/usr.bin/make/parse.c

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 19:01:36 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up ParseDependency No functional change. To generate a diff of this commit: cvs rdiff -u -r1.599 -r1.600 src/usr.bin/make/parse.c

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 17:58:41 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove redundant variable in ParseDependencyTargets The idea of that variable was to work on constant strings as far as possible. For now

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 17:58:41 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove redundant variable in ParseDependencyTargets The idea of that variable was to work on constant strings as far as possible. For now

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs/sys

2021-12-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Dec 28 17:51:23 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs/sys: zfs_context.h Log Message: zfs: Expose hostid to zfs, as in gethostid/sethostid(3). If set to nonzero, the hostid is recorded in

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs/sys

2021-12-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Dec 28 17:51:23 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs/sys: zfs_context.h Log Message: zfs: Expose hostid to zfs, as in gethostid/sethostid(3). If set to nonzero, the hostid is recorded in

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 17:45:56 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove redundant parameter from ParseDependencyTargets No functional change. To generate a diff of this commit: cvs rdiff -u -r1.597 -r1.

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 17:45:56 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove redundant parameter from ParseDependencyTargets No functional change. To generate a diff of this commit: cvs rdiff -u -r1.597 -r1.

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 17:39:04 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove redundant parameters in dependency parsing functions Before 2020, there had been a huge function for parsing a dependency line, with

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 17:39:04 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove redundant parameters in dependency parsing functions Before 2020, there had been a huge function for parsing a dependency line, with

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 17:30:11 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove redundant comments from ParseDependencyTargets The large comment is already explained in the archive module. To generate a diff of

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 17:30:11 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove redundant comments from ParseDependencyTargets The large comment is already explained in the archive module. To generate a diff of

CVS commit: src/external/bsd/openldap/lib/slapd

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 17:06:05 UTC 2021 Added Files: src/external/bsd/openldap/lib/slapd: Makefile.inc Log Message: for openldap.mk To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/bsd/openldap/lib/slapd/Makefile.in

CVS commit: src/external/bsd/openldap/lib/slapd

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 17:06:05 UTC 2021 Added Files: src/external/bsd/openldap/lib/slapd: Makefile.inc Log Message: for openldap.mk To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/bsd/openldap/lib/slapd/Makefile.in

CVS commit: src/external/bsd/openldap

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 17:05:44 UTC 2021 Modified Files: src/external/bsd/openldap/include: portable.h src/external/bsd/openldap/lib: Makefile Added Files: src/external/bsd/openldap/lib/slapd: Makefile src/external/bs

CVS commit: src/external/bsd/openldap

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 17:05:44 UTC 2021 Modified Files: src/external/bsd/openldap/include: portable.h src/external/bsd/openldap/lib: Makefile Added Files: src/external/bsd/openldap/lib/slapd: Makefile src/external/bs

CVS commit: src/external/bsd/openldap/lib/liblunicode

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 17:05:23 UTC 2021 Modified Files: src/external/bsd/openldap/lib/liblunicode: Makefile Added Files: src/external/bsd/openldap/lib/liblunicode/ucgendat: Makefile Log Message: remove tools support, not needed, bu

CVS commit: src/external/bsd/openldap/lib/liblunicode

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 17:05:23 UTC 2021 Modified Files: src/external/bsd/openldap/lib/liblunicode: Makefile Added Files: src/external/bsd/openldap/lib/liblunicode/ucgendat: Makefile Log Message: remove tools support, not needed, bu

CVS commit: src/external/bsd/openldap/lib/liblunicode

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 17:04:18 UTC 2021 Added Files: src/external/bsd/openldap/lib/liblunicode: Makefile Log Message: Commit a Makefile with tools support To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/bsd/openlda

CVS commit: src/external/bsd/openldap/lib/liblunicode

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 17:04:18 UTC 2021 Added Files: src/external/bsd/openldap/lib/liblunicode: Makefile Log Message: Commit a Makefile with tools support To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/bsd/openlda

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 16:59:09 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: reduce scope of the list of wildcard target names The list is only used when a single target name is parsed, in case the name contains wild

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 16:59:09 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: reduce scope of the list of wildcard target names The list is only used when a single target name is parsed, in case the name contains wild

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 16:35:43 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: make ParseIsEscape simpler No functional change. To generate a diff of this commit: cvs rdiff -u -r1.593 -r1.594 src/usr.bin/make/parse.c

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 16:35:43 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: make ParseIsEscape simpler No functional change. To generate a diff of this commit: cvs rdiff -u -r1.593 -r1.594 src/usr.bin/make/parse.c

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 16:17:54 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: rename functions for handling dependency lines The prefix 'Parse' was ambiguous since it was both the module name and a verb. Rename those

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 16:17:54 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: rename functions for handling dependency lines The prefix 'Parse' was ambiguous since it was both the module name and a verb. Rename those

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 16:11:01 UTC 2021 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: deptgt-order.exp Log Message: make: make debug logging for .ORDER more human-friendly The interesting part of the .ORDER

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 16:11:01 UTC 2021 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: deptgt-order.exp Log Message: make: make debug logging for .ORDER more human-friendly The interesting part of the .ORDER

CVS commit: src/sbin/sysctl

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 16:06:57 UTC 2021 Modified Files: src/sbin/sysctl: sysctl.c Log Message: kern.hashstat takes too long and it is meaningless here. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/sbin/sysctl/sysct

CVS commit: src/sbin/sysctl

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 16:06:57 UTC 2021 Modified Files: src/sbin/sysctl: sysctl.c Log Message: kern.hashstat takes too long and it is meaningless here. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/sbin/sysctl/sysct

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 15:49:00 UTC 2021 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: deptgt-order.exp deptgt.exp directive-export-impl.exp include-main.exp suff-incomplete.exp suff-mai

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 15:49:00 UTC 2021 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: deptgt-order.exp deptgt.exp directive-export-impl.exp include-main.exp suff-incomplete.exp suff-mai

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 15:03:10 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up variable names for parsing dependency lines Rename 'spec' to 'special', for consistency with the previous commits. Rename 'tOp' t

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 15:03:10 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up variable names for parsing dependency lines Rename 'spec' to 'special', for consistency with the previous commits. Rename 'tOp' t

CVS commit: src/external/gpl2/grep/dist/src

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 14:59:02 UTC 2021 Modified Files: src/external/gpl2/grep/dist/src: grep.c Log Message: PR/56584: Andreas Gustafsson: Skip FIFO's when -D To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/

CVS commit: src/external/gpl2/grep/dist/src

2021-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 28 14:59:02 UTC 2021 Modified Files: src/external/gpl2/grep/dist/src: grep.c Log Message: PR/56584: Andreas Gustafsson: Skip FIFO's when -D To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 14:22:51 UTC 2021 Modified Files: src/usr.bin/make: make.h src/usr.bin/make/unit-tests: depsrc-use.mk depsrc-usebefore.mk Log Message: make: do not treat .USEBEFORE as candidate for the main target A .USE targe

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 14:22:51 UTC 2021 Modified Files: src/usr.bin/make: make.h src/usr.bin/make/unit-tests: depsrc-use.mk depsrc-usebefore.mk Log Message: make: do not treat .USEBEFORE as candidate for the main target A .USE targe

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 14:06:43 UTC 2021 Modified Files: src/usr.bin/make: make.h parse.c suff.c Log Message: make: extract OP_NOTARGET into separate function No binary change, except for line numbers in assertions. To generate a diff of t

CVS commit: src/usr.bin/make

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 14:06:43 UTC 2021 Modified Files: src/usr.bin/make: make.h parse.c suff.c Log Message: make: extract OP_NOTARGET into separate function No binary change, except for line numbers in assertions. To generate a diff of t

CVS commit: src/sys/dev/acpi

2021-12-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 28 13:41:12 UTC 2021 Modified Files: src/sys/dev/acpi: sdhc_acpi.c Log Message: acpi: sdhc: Ignore clkbase register if clock-frequency property is present To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 s

CVS commit: src/sys/dev/acpi

2021-12-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 28 13:41:12 UTC 2021 Modified Files: src/sys/dev/acpi: sdhc_acpi.c Log Message: acpi: sdhc: Ignore clkbase register if clock-frequency property is present To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 s

CVS commit: src/sys/kern

2021-12-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Dec 28 13:28:24 UTC 2021 Modified Files: src/sys/kern: kern_uidinfo.c Log Message: kern: Show relevant variables for uidinfo counts in kasserts. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/kern/k

CVS commit: src/sys/kern

2021-12-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Dec 28 13:28:24 UTC 2021 Modified Files: src/sys/kern: kern_uidinfo.c Log Message: kern: Show relevant variables for uidinfo counts in kasserts. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/kern/k

CVS commit: src/sys/dev/ata

2021-12-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Dec 28 13:27:32 UTC 2021 Modified Files: src/sys/dev/ata: wd.c wdvar.h Log Message: wd(4): Fix bugs in softbadsect handling. - Don't copyout kernel virtual addresses (of SLIST entries) that userland won't use anyway. =

CVS commit: src/sys/dev/ata

2021-12-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Dec 28 13:27:32 UTC 2021 Modified Files: src/sys/dev/ata: wd.c wdvar.h Log Message: wd(4): Fix bugs in softbadsect handling. - Don't copyout kernel virtual addresses (of SLIST entries) that userland won't use anyway. =

CVS commit: src/sys

2021-12-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Dec 28 13:22:43 UTC 2021 Modified Files: src/sys/arch/mips/cavium/dev: octeon_rnm.c src/sys/dev: random.c src/sys/kern: sys_getrandom.c Log Message: sys: Use preempt_point and preempt_needed, not open-coded

CVS commit: src/sys

2021-12-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Dec 28 13:22:43 UTC 2021 Modified Files: src/sys/arch/mips/cavium/dev: octeon_rnm.c src/sys/dev: random.c src/sys/kern: sys_getrandom.c Log Message: sys: Use preempt_point and preempt_needed, not open-coded

CVS commit: src/sys/dev/mii

2021-12-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Dec 28 12:00:48 UTC 2021 Modified Files: src/sys/dev/mii: mii_physubr.c Log Message: mii(9): Fix callout race between mii_phy_down and mii_phy_detach. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/

CVS commit: src/sys/dev/mii

2021-12-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Dec 28 12:00:48 UTC 2021 Modified Files: src/sys/dev/mii: mii_physubr.c Log Message: mii(9): Fix callout race between mii_phy_down and mii_phy_detach. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/

CVS commit: xsrc/external/mit/xinit/dist

2021-12-28 Thread Nia Alarie
Module Name:xsrc Committed By: nia Date: Tue Dec 28 11:48:52 UTC 2021 Modified Files: xsrc/external/mit/xinit/dist: xinitrc.cpp Log Message: COLOR is not a C preprocessor macro :| To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 xsrc/external/mit/xinit/dist/

CVS commit: xsrc/external/mit/xinit/dist

2021-12-28 Thread Nia Alarie
Module Name:xsrc Committed By: nia Date: Tue Dec 28 11:48:52 UTC 2021 Modified Files: xsrc/external/mit/xinit/dist: xinitrc.cpp Log Message: COLOR is not a C preprocessor macro :| To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 xsrc/external/mit/xinit/dist/

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

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 10:47:00 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: var-op-expand.mk varmod-assign-shell.mk varquote.mk Log Message: tests/make: use tabs instead of spaces for indentation To generate a diff of

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

2021-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 28 10:47:00 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: var-op-expand.mk varmod-assign-shell.mk varquote.mk Log Message: tests/make: use tabs instead of spaces for indentation To generate a diff of

CVS commit: src/sys/dev/pci

2021-12-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 28 09:19:02 UTC 2021 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: %hhx -> %x To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235 src/sys/dev/pci/pci_subr.c Please note that diffs are not public

CVS commit: src/sys/dev/pci

2021-12-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 28 09:19:02 UTC 2021 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: %hhx -> %x To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235 src/sys/dev/pci/pci_subr.c Please note that diffs are not public

CVS commit: src/sys/dev/pci

2021-12-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 28 09:16:05 UTC 2021 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: Decode link control2's Compliance Preset/De-emphasis more. Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234

CVS commit: src/sys/dev/pci

2021-12-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 28 09:16:05 UTC 2021 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: Decode link control2's Compliance Preset/De-emphasis more. Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234