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

2020-11-24 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed Nov 25 05:18:39 UTC 2020 Modified Files: src/sys/arch/arm/imx/fdt: imx_ccm_div.c Log Message: `best_diff' should be kept to a positive number To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.bin/make

2020-11-24 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Wed Nov 25 00:50:44 UTC 2020 Modified Files: src/usr.bin/make: main.c make.1 src/usr.bin/make/unit-tests: Makefile opt-debug-graph1.exp suff-main-several.exp suff-transform-debug.exp Log Message: Add .MAKE.UID

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

2020-11-24 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Wed Nov 25 00:32:18 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: access(2) does not work for root, so skip objdir-writable To generate a diff of this commit: cvs rdiff -u -r1.224 -r1.225

CVS commit: src/sys/arch/arm

2020-11-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Nov 24 23:31:56 UTC 2020 Modified Files: src/sys/arch/arm/cortex: gicv3.c gicv3.h src/sys/arch/arm/fdt: gicv3_fdt.c Log Message: Improve detection of NS vs S views of priorities. For PMR, write a 0 to bit7 and see

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 23:13:09 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): indent some functions in make.c with tabs instead of spaces To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 22:58:54 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): remove void pointers from MakeBuildParent To generate a diff of this commit: cvs rdiff -u -r1.215 -r1.216 src/usr.bin/make/make.c

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 22:55:24 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): inline Lst_ForEachUntil in Make_Update To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 src/usr.bin/make/make.c Please

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 22:50:38 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): remove void pointers from MakeBuildChild To generate a diff of this commit: cvs rdiff -u -r1.213 -r1.214 src/usr.bin/make/make.c

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 22:45:24 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): inline Lst_ForEachUntil in MakeStartJobs To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/usr.bin/make/make.c

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 22:32:18 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): inline Lst_ForEachUntil in MakeBuildChild This prepares for removing the void pointers from the function signature. To generate a diff

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 21:42:28 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename local variable in ApplyModifier_Assign To generate a diff of this commit: cvs rdiff -u -r1.695 -r1.696 src/usr.bin/make/var.c

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 20:17:17 UTC 2020 Modified Files: src/usr.bin/make: make.h Log Message: make(1): indent make.h with tabs instead of spaces To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219 src/usr.bin/make/make.h

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 19:52:06 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): fix indentation for short expressions in main.c To generate a diff of this commit: cvs rdiff -u -r1.478 -r1.479 src/usr.bin/make/main.c

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 19:46:29 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h Log Message: make(1): indent list functions with tabs instead of spaces To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 19:33:13 UTC 2020 Modified Files: src/usr.bin/make: make.c make.h Log Message: make(1): add high-level API for GNode.made Having an enum whose constants must be ordered in a certain way may be unexpected to casual

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 19:04:42 UTC 2020 Modified Files: src/usr.bin/make: compat.c src/usr.bin/make/unit-tests: deptgt-begin-fail-indirect.exp Log Message: make(1): fix error handling for .BEGIN dependency in -k mode To generate a

CVS commit: src

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 19:02:59 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: deptgt-begin-fail-indirect.exp

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 18:17:45 UTC 2020 Modified Files: src/usr.bin/make: compat.c job.c make.h src/usr.bin/make/unit-tests: deptgt-end-fail-indirect.exp Log Message: make(1): fix error handling for dependency of .END in -k mode

CVS commit: src

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 17:59:42 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile deptgt-end-fail.mk Added Files: src/usr.bin/make/unit-tests: deptgt-end-fail-indirect.exp

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 17:42:31 UTC 2020 Modified Files: src/usr.bin/make: compat.c make.h Log Message: make(1): document the enum GNodeMade Given only the state names and their individual documentation, it is hard to see the full picture.

CVS commit: src/sys/fs/ptyfs

2020-11-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 24 16:38:31 UTC 2020 Modified Files: src/sys/fs/ptyfs: ptyfs_vnops.c Log Message: PR/55821: tar can not extract base.tgz anymore (./dev/pts and mounted ptyfs) Allow chown/chmod at the root of ptyfs. To generate a diff

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 16:28:44 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): move documentation about the result of Compat_Make To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189

CVS commit: src/sys/sys

2020-11-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 24 16:17:04 UTC 2020 Modified Files: src/sys/sys: device.h param.h Log Message: PR/55816: Martin Husemann: widen cfunit to 24 bits so that it fits the largest minor number which is 20 bits. Welcome to 2x2x19. To

CVS commit: src/usr.bin/make

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 15:59:18 UTC 2020 Modified Files: src/usr.bin/make: compat.c src/usr.bin/make/unit-tests: deptgt-end-fail.exp Log Message: make(1): fix missing "Stop." after failed .END node in -k mode To generate a diff of

CVS commit: src

2020-11-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 24 15:36:51 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: deptgt-end-fail.exp deptgt-end-fail.mk Log Message: