CVS commit: src/share/man/man5

2020-11-23 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Tue Nov 24 07:46:46 UTC 2020 Modified Files: src/share/man/man5: boot.cfg.5 Log Message: Add a comment to clarify the selected drivers to disable in the example To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/arch/evbarm/fdt

2020-11-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Nov 24 06:36:36 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Simplify. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/arch/evbarm/fdt/fdt_machdep.c Please note

CVS commit: src/usr.sbin/cpuctl/arch

2020-11-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 24 00:48:39 UTC 2020 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: - Print CPUID 0x808 %ebx on Intel, too. Intel now supports WBNOINVD. - Print CPUID leaf 7 subleaf 1. To generate a diff of this

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

2020-11-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 24 00:46:28 UTC 2020 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add some definitions from the latest Intel SDM: - Add CPUID leaf 7 %edx bit 23 "KL" (Key Locker). - Add CPUID leaf 7 subleaf 1

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 23:44:03 UTC 2020 Modified Files: src/usr.bin/make: meta.c Log Message: make(1): remove redundant null check from meta_needed The result of bmake_realloc can never be NULL. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 23:41:11 UTC 2020 Modified Files: src/usr.bin/make: compat.c dir.c job.c main.c meta.c parse.c targ.c util.c var.c src/usr.bin/make/filemon: filemon_dev.c filemon_ktrace.c Log Message: make(1): use

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 23:00:36 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): indent remaining functions in dir.c with tabs To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/usr.bin/make/dir.c

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 22:57:56 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): extract ResolveMovedDepends from ResolveFullName To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220 src/usr.bin/make/dir.c

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 22:31:04 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): extract ResolveFullName from Dir_UpdateMTime To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219 src/usr.bin/make/dir.c

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 22:14:54 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): in Dir_Expand, don't re-use local variables While here, add a few remarks from a previous attempt at flattening the function. To

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 22:05:58 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): update the deactivated code in Dir_FindFile While here, reduce the scope of the variable ln. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 21:48:42 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): indent Dir_Expand with tabs instead of spaces To generate a diff of this commit: cvs rdiff -u -r1.215 -r1.216 src/usr.bin/make/dir.c

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 21:45:30 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): flatten Dir_Expand While here, leave comments in all places where unexpected edge cases might have hidden. To generate a diff of this

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 20:52:59 UTC 2020 Modified Files: src/usr.bin/make: cond.c dir.c main.c meta.c parse.c var.c Log Message: make(1): use properly typed comparisons in boolean contexts To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 20:41:20 UTC 2020 Modified Files: src/usr.bin/make: cond.c dir.c job.c make.h meta.c parse.c suff.c util.c src/usr.bin/make/filemon: filemon_ktrace.c Log Message: make(1): align end-of-line comments

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 20:21:35 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): indent dir.c using tabs instead of spaces Except for Dir_Expand and Dir_UpdateMTime, which are nested too deeply to use tabs right now.

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 20:05:31 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): indent cond.c with tabs instead of spaces To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 src/usr.bin/make/cond.c

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 19:35:10 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): indent compat.c with tabs instead of spaces To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/usr.bin/make/compat.c

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 19:27:20 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): split Compat_Make into smaller functions To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/usr.bin/make/compat.c

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 19:14:24 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): extract DebugFailedTarget from Compat_RunCommand To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 19:07:12 UTC 2020 Modified Files: src/usr.bin/make: buf.c Log Message: make(1): indent buf.c with tabs instead of spaces To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.bin/make/buf.c Please

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 19:02:54 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): indent arch.c with tabs instead of spaces To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/usr.bin/make/arch.c

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 18:24:05 UTC 2020 Modified Files: src/usr.bin/make: dir.c dir.h hash.h Log Message: make(1): migrate CachedDir.files from HashTable to HashSet To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 18:07:10 UTC 2020 Modified Files: src/usr.bin/make: hash.h suff.c Log Message: make(1): add HashSet type This makes the code for handling suffixes simpler since it doesn't need the clumsy API of HashTable_CreateEntry

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 17:59:21 UTC 2020 Modified Files: src/usr.bin/make: hash.c hash.h Log Message: make(1): use tabs for indentation in hash.h and hash.c To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

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

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 16:01:59 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile opt-debug-graph1.exp Log Message: make(1): make output of test opt-debug-graph1 consistent The output from the directory cache made the regular

CVS commit: src

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 15:00:32 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-phony.exp suff-phony.mk Log Message: make(1): test

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 14:47:12 UTC 2020 Modified Files: src/usr.bin/make: suff.c src/usr.bin/make/unit-tests: suff-transform-endless.exp suff-transform-endless.mk suff-transform-select.exp

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

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 14:13:39 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: suff-transform-endless.exp suff-transform-endless.mk suff-transform-select.exp suff-transform-select.mk Log Message: make(1): add

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 14:04:28 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): make control flow simpler in FindThem To generate a diff of this commit: cvs rdiff -u -r1.304 -r1.305 src/usr.bin/make/suff.c Please

CVS commit: src/usr.bin/make

2020-11-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 23 13:52:27 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): fix DEBUG_SRC logging in FindThem The node is also removed from the list if it is neither found in the nodes nor in the file system.

CVS commit: src

2020-11-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Nov 23 12:41:47 UTC 2020 Modified Files: src/distrib/sets/lists/base: mi src/etc/mtree: NetBSD.dist.base Log Message: Add /dev/pts as standard mountpoint for a ptyfs. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/wsfont

2020-11-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 23 12:15:39 UTC 2020 Modified Files: src/sys/dev/wsfont: wsfont.c Log Message: Sort spleen also in builtin_fonts[]. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71