CVS commit: src/usr.bin/make

2021-06-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jun 11 12:23:00 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: improve function names for parsing conditions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 src/us

CVS commit: src/sys/kern

2021-06-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 11 12:54:23 UTC 2021 Modified Files: src/sys/kern: kern_exec.c Log Message: Fix the order of handling of posix_spawn attributes and file actions. The standard is explicit about it and it matters if e.g. RESETIDS is used as

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

2021-06-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jun 11 13:01:28 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: varmod-ifelse.exp varmod-ifelse.mk Log Message: tests/make: demonstrate handling of '+' and '*' in modifier ':?' It doesn't make sense that these two chara

CVS commit: src/usr.bin/make

2021-06-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jun 11 13:09:11 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: move parsing of function calls out of CondParser_LeafToken The grammar above the parsing code says that a Leaf has nothing to do with functi

CVS commit: src/usr.bin/make

2021-06-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jun 11 14:37:51 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: rename If_Eval to EvalBare No functional change. To generate a diff of this commit: cvs rdiff -u -r1.264 -r1.265 src/usr.bin/make/cond.c

CVS commit: src/usr.bin/make

2021-06-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jun 11 14:42:52 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: clean up function names and documentation for conditions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.265 -r1

CVS commit: src/usr.bin/make

2021-06-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jun 11 14:52:03 UTC 2021 Modified Files: src/usr.bin/make: cond.c Log Message: make: inline strcmp when parsing conditions GCC 10 does not do that even though it could easily. No functional change. To generate a diff of th

CVS commit: src/sbin

2021-06-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jun 11 18:47:56 UTC 2021 Modified Files: src/sbin/ping: ping.c src/sbin/ping6: ping6.c Log Message: ping, ping6: fix comment about ID field Since ping.c 1.76 and ping6.c 1.58 from 2004-04-22, the ID field contains ran

CVS commit: src/sys/kern

2021-06-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jun 11 23:41:47 UTC 2021 Modified Files: src/sys/kern: kern_module.c Log Message: Remove extraneous '\n' from debug message. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/kern/kern_module.c Pleas

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

2021-06-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 12 00:04:46 UTC 2021 Modified Files: src/sys/arch/arm/rockchip: rk_tsadc.c Log Message: fix comment to talk about correct units (kelvin, not seconds). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/ar