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

2020-09-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 06:08:41 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S Log Message: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/aarch64/aarch64/cpuswitch.S Please note

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

2020-09-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 26 06:09:33 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S Log Message: Use 'lr' instead of 'x30' in an instruction for clarity To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arc

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

2020-09-25 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Sep 26 04:31:53 UTC 2020 Modified Files: src/sys/arch/mips/include: pcb.h Log Message: Whitespace consistency nit. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/mips/include/pcb.h Please note th

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

2020-09-25 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Sep 26 04:11:48 UTC 2020 Modified Files: src/sys/arch/mips/mips: db_trace.c Log Message: Including once should be sufficient. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/mips/mips/db_trace.c

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

2020-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 26 02:50:42 UTC 2020 Modified Files: src/sys/arch/alpha/pci: pci_6600.c Log Message: Support CPU interrupt affinity on Tsunami systems. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/alpha/pc

CVS commit: src/sys/arch/alpha

2020-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 26 02:46:28 UTC 2020 Modified Files: src/sys/arch/alpha/include: pci_machdep.h src/sys/arch/alpha/pci: pci_machdep.c Log Message: Add support for CPU interrupt affinity for PCI interrupts: - Keep a bitmap of eligi

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

2020-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 26 02:35:31 UTC 2020 Modified Files: src/sys/arch/alpha/common: shared_intr.c Log Message: - Fix some bugs in previous, mainly related to indexing the correct interrupt queue. - Make sure to update cpu_info::ci_nintrhan

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 26 00:03:29 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): replace a few Lst_ForEachUntil with simpler Lst_ForEach To generate a diff of this commit: cvs rdiff -u -r1.330 -r1.331 src/usr.bin/mak

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

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 23:42:43 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: dep-colon-bug-cross-file.mk Log Message: make(1): fix grammar and style in test dep-colon-bug-cross-file To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 23:39:51 UTC 2020 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: deptgt.mk Log Message: make(1): remove redundant variable inLine from parse.c This variable has served at least 27 years

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 23:35:25 UTC 2020 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: deptgt.mk Log Message: make(1): rename ParseFinishLine to FinishDependencyGroup Even after 27 or more years, it's not too

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 23:30:16 UTC 2020 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: dep-colon-bug-cross-file.exp dep-colon-bug-cross-file.mk opt-debug-graph1.exp Log Message: make(1): fix missin

CVS commit: src

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 23:24:49 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile dep-wildcards.exp Added Files: src/usr.bin/make/unit-tests: dep-colon-bug-cross-file.exp

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 23:18:59 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): fix undefined behavior for .MAKEFLAGS: -f file Since at least 1993-03-21, adding other makefiles in a .MAKEFILES dependency has invoked u

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 21:13:44 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): inline Lst_ForEachUntil in ParseLine_ShellCommand To generate a diff of this commit: cvs rdiff -u -r1.326 -r1.327 src/usr.bin/make/pars

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 20:57:22 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): extract ParseLine_ShellCommand from Parse_File Parsing a single shell command from a line does not belong in Parse_File, its proper plac

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 20:48:23 UTC 2020 Modified Files: src/usr.bin/make: cond.c parse.c Log Message: make(1): rename variables cp2 to be more expressive To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 src/usr.bin/make/cond

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

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 20:11:06 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile cond-func-make.exp cond-func-make.mk Log Message: make(1): add test for make() function in conditions To generate a diff of this comm

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 19:50:04 UTC 2020 Modified Files: src/usr.bin/make: nonints.h suff.c Log Message: make(1): declare strings for suff.c constant To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/usr.bin/make/nonints.h

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 19:40:23 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract parsing of the -dF option into separate function To generate a diff of this commit: cvs rdiff -u -r1.343 -r1.344 src/usr.bin/mak

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 19:24:56 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract InitVarTarget from main To generate a diff of this commit: cvs rdiff -u -r1.342 -r1.343 src/usr.bin/make/main.c Please note tha

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 18:58:12 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): in FindSuffByName, return the suffix instead of a list node None of the callers was interested in the list node. To generate a diff of

CVS commit: src

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 18:18:25 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: suff-rebuild.exp suff-rebuild.mk Log Message: make(1): a

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 17:55:19 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): migrate suff.c from Lst_ForEachUntil to Lst_ForEach To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/usr.bin/make/suf

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 17:14:32 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): convert int to size_t for string lengths Just for formal reasons. There is no practical scenario in which any filename suffix would grow

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 16:28:29 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): don't use reserved names in type names To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/usr.bin/make/suff.c Please n

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 16:27:15 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): replace Lst_Find with FindSuffByName To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/usr.bin/make/suff.c Please not

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 15:54:51 UTC 2020 Modified Files: src/usr.bin/make: cond.c enum.h for.c lst.h nonints.h suff.c var.c Log Message: make(1): add tags to some of the unnamed structs The tags prevent the structs from accidentally becoming

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 15:40:06 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): rename local variables in ParseFuncArg To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/usr.bin/make/cond.c Please n

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 14:49:51 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): inline ArchFindArchive into ArchStatMember This avoids a few void pointers and unnecessary function calls. To generate a diff of this c

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 14:41:35 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): make code in ArchSVR4Entry simpler To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/usr.bin/make/arch.c Please note

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 14:10:10 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix type of local variable in ParseModifierPart Thanks, Clang-Tidy. To generate a diff of this commit: cvs rdiff -u -r1.539 -r1.540 src/

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 14:07:12 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix type of local variable in ApplyModifiers Thanks, Clang-Tidy. To generate a diff of this commit: cvs rdiff -u -r1.538 -r1.539 src/usr

CVS commit: src/usr.bin/make

2020-09-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 25 14:00:17 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): inline Lst_ForEach in MakeUnmark By the way, the additional argument to Lst_ForEach was not used at all. To generate a diff of this com

CVS commit: src/sys/dev/scsipi

2020-09-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 25 13:08:00 UTC 2020 Modified Files: src/sys/dev/scsipi: sd.c Log Message: spelling fixes in sd.c comments To generate a diff of this commit: cvs rdiff -u -r1.329 -r1.330 src/sys/dev/scsipi/sd.c Please note that diffs

CVS commit: src/external/bsd/blocklist/diff

2020-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 25 12:52:59 UTC 2020 Modified Files: src/external/bsd/blocklist/diff: postfix.diff Log Message: Add one more place to notify blocklistd To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/block

CVS commit: src/external/ibm-public/postfix/dist/src/smtpd

2020-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 25 12:52:13 UTC 2020 Modified Files: src/external/ibm-public/postfix/dist/src/smtpd: smtpd.c Log Message: Notify blacklistd about smtp auth failures (Jeff Rizzo) To generate a diff of this commit: cvs rdiff -u -r1.17 -