CVS commit: src/sys/kern

2020-11-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 2 18:55:12 UTC 2020 Modified Files: src/sys/kern: syscalls.master Log Message: PR/55777: Ruslan Nikolaev: Make clock_getcpuclockid2 accessible from rump To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 19:07:10 UTC 2020 Modified Files: src/usr.bin/make: arch.c cond.c var.c src/usr.bin/make/unit-tests: include-sub.mk Log Message: make(1): remove word "Ptr" from variable names Whether or not a variable is a

CVS commit: src/distrib/sets

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 20:14:02 UTC 2020 Modified Files: src/distrib/sets: fmt-list Log Message: when formatting a file list, exit on errors This is needed to regenerate distrib/sets/lists/tests/mi for adding another test in usr.bin/make.

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 20:48:36 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: cmd-errors-lint.exp cmd-errors.exp Log Message: make(1): error out on unclosed expressions after the colon To generate a

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 17:55:26 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): add a comment where to fix the STOP/STORE test from varmod.mk To generate a diff of this commit: cvs rdiff -u -r1.645 -r1.646

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 18:24:42 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): use freeIt pattern in Arch_ParseArchive This makes the memory management more obvious than before, where the status of the variable

CVS commit: src

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 20:20:43 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: cmd-errors.exp cmd-errors.mk Log Message: make(1): add

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

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 20:19:33 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: make(1): handle errors when sync-mi fails because of a syntax error To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 21:34:40 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix error handling on parse errors in variable expressions This change doesn't change any of the unit tests since the error handling code

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

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 17:30:22 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod.exp varmod.mk Log Message: make(1): add test for the :P modifier, which does not fall back To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/rump/dev/lib/libpci

2020-11-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 2 18:58:06 UTC 2020 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_bus_dma.c Log Message: PR/55777: Ruslan Nikolaev: use MIN() from instead of min() To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/distrib/sets/lists/tests

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 20:16:26 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi Log Message: remove extraneous tab, sort entries alphabetically (by fmt-list) To generate a diff of this commit: cvs rdiff -u -r1.956 -r1.957

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

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 20:37:50 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cmd-errors.exp cmd-errors.mk Log Message: make(1): add test for unclosed variable after a colon To generate a diff of this commit: cvs rdiff -u -r1.1

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

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 20:40:10 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: make(1): remove debugging code from sync-mi To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 18:15:12 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix wording of a comment in var.c The "why again" could be easily misunderstood, it was ambiguous. To generate a diff of this commit:

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 20:50:24 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): clean up CompatDeleteTarget and CompatInterrupt To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 21:15:00 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): document that skipping a modifier on parse errors is risky To generate a diff of this commit: cvs rdiff -u -r1.649 -r1.650

CVS commit: src/sys

2020-11-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 2 18:56:16 UTC 2020 Modified Files: src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c systrace_args.c src/sys/rump: rump.sysmap src/sys/rump/include/rump: rump_syscalls.h

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 21:24:23 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): improve local variable name in ParseVarname To generate a diff of this commit: cvs rdiff -u -r1.650 -r1.651 src/usr.bin/make/var.c

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

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 21:53:28 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: make(1): remove obsolete POSTPROC.varname from unit tests It was not needed anymore since 2020-10-18. To generate a diff of this

CVS commit: src

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 20:43:27 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: cmd-errors-lint.exp cmd-errors-lint.mk Log Message:

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

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 22:29:48 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname.exp varname.mk Log Message: make(1): fix test for parsing obscure variable names I had forgotten the :U modifier. Without that modifier, there's

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 22:50:55 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): fix undefined behavior in Parse_IsVar Even though the pointer was out-of-bounds, a crash was unlikely in practice, since typical C

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

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 22:59:49 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname.exp varname.mk Log Message: make(1): document test for parsing of variable assignments To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/external/historical/nawk/dist

2020-11-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 2 22:58:51 UTC 2020 Modified Files: src/external/historical/nawk/dist: tran.c Log Message: >From wajap at github: - eat whitespace in infnan checks - set fval to 0 if we are not a floating point number To generate a

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

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 22:16:25 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname.exp varname.mk Log Message: make(1): add tests for parsing ob obscure variable names To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 22:46:52 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname.exp Log Message: make(1): fix line numbers in test output of varname.mk To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 22:44:29 UTC 2020 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: varname.exp varname.mk Log Message: make(1): document undefined behavior in Parse_IsVar Sigh. If only C could be

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

2020-11-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Nov 2 08:36:54 UTC 2020 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/riscv/include/sysreg.h Please note that diffs

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

2020-11-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Nov 2 08:37:59 UTC 2020 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: Add SATP_MODE values To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/riscv/include/sysreg.h Please note

CVS commit: src/sys/dev/pci

2020-11-02 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Nov 2 09:21:50 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Workaround for ihphy and atphy(ICH*/PCH*, 82580 and I350). These phys stop DMA while link is down which causes device timeout. Fix PR/kern

CVS commit: src/sys/net

2020-11-02 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Nov 2 12:14:59 UTC 2020 Modified Files: src/sys/net: if_bridge.c Log Message: bridge: revert prior It's of little use. If we need to do this in the future, consider a sysctl to do it for all interfaces in the bridge and not

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 16:38:47 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): inline and rename variables in ApplyModifiersIndirect To generate a diff of this commit: cvs rdiff -u -r1.641 -r1.642

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 16:48:49 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename rval to mods in ApplyModifiersIndirect To generate a diff of this commit: cvs rdiff -u -r1.642 -r1.643 src/usr.bin/make/var.c

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 16:55:18 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): merge variables p and nested_p in ApplyModifiersIndirect When the code was still in ApplyModifiers, the variable nested_p was necessary

CVS commit: src/usr.bin/make

2020-11-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 2 17:00:33 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): format code in ApplyModifiersIndirect and ApplyModifiers To generate a diff of this commit: cvs rdiff -u -r1.644 -r1.645