CVS commit: src/usr.sbin/envstat

2020-11-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 14 09:11:56 UTC 2020 Modified Files: src/usr.sbin/envstat: config.c envstat.8 envstat.c envstat.h Log Message: For raw output (-x) allow to extract individual properties like drvctl -p. E.g. # envstat -x /vcmbox0/0/cur-v

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 11:22:17 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): clean up cached_stats No functional change. To generate a diff of this commit: cvs rdiff -u -r1.205 -r1.206 src/usr.bin/make/dir.c Plea

CVS commit: src/sys/coda

2020-11-14 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Nov 14 11:41:29 UTC 2020 Modified Files: src/sys/coda: coda_vfsops.c Log Message: Respect "lktype" in all paths in coda_root(). To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/coda/coda_vfsops.c Pleas

CVS commit: src/sys/coda

2020-11-14 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Nov 14 11:42:05 UTC 2020 Modified Files: src/sys/coda: coda_vnops.c coda_vnops.h Log Message: Add coda_pathconf() always returning EINVAL. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/coda/coda_vn

CVS commit: src/sys/coda

2020-11-14 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Nov 14 11:42:56 UTC 2020 Modified Files: src/sys/coda: coda.h coda_vnops.c Log Message: Rewrite coda_readdir() to directly process the container file. Passing this operation down to the file system holding the container cann

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 11:51:58 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): remove redundant parameter from cached_stats The hash table for the cached data depends only on the passed flags, therefore the caller doe

CVS commit: src/usr.sbin/envstat

2020-11-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 14 12:36:50 UTC 2020 Modified Files: src/usr.sbin/envstat: envstat.8 envstat.c Log Message: Allow to select raw output for a single device or a list of sensors. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 12:38:06 UTC 2020 Modified Files: src/usr.bin/make: job.c job.h Log Message: make(1): rename JobState to JobStatus The status is only part of the whole state of a job. To generate a diff of this commit: cvs rdiff -u

CVS commit: [netbsd-8] src/sys/coda

2020-11-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 14 12:59:06 UTC 2020 Modified Files: src/sys/coda [netbsd-8]: coda.h coda_vnops.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1622): sys/coda/coda_vnops.c: revision 1.114 (patch)

CVS commit: [netbsd-8] src/doc

2020-11-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 14 12:59:56 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1622 To generate a diff of this commit: cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-8.3 Please note that diffs are not pub

CVS commit: [netbsd-9] src/sys/coda

2020-11-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 14 13:01:55 UTC 2020 Modified Files: src/sys/coda [netbsd-9]: coda.h coda_vnops.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1131): sys/coda/coda_vnops.c: revision 1.114 (patch)

CVS commit: [netbsd-9] src/doc

2020-11-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 14 13:03:10 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1131 To generate a diff of this commit: cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-9.2 Please note that diffs are not pub

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

2020-11-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 14 13:05:14 UTC 2020 Modified Files: src/sys/arch/riscv/riscv: trap.c Log Message: Improve dump_trapframe output layout and fix printing of s6/s7 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 13:07:39 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): replace macro DBPRINTF with JobPrintln This macro had been bad in several ways. Its name started with DB, an unnecessary abbreviation for

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

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 13:17:47 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: job-flags.exp job-flags.mk Log Message: make(1): test ignoring errors from shell commands in jobs mode To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 13:27:02 UTC 2020 Modified Files: src/usr.bin/make: job.c job.h Log Message: make(1): fix grammar: setup -> set up To generate a diff of this commit: cvs rdiff -u -r1.318 -r1.319 src/usr.bin/make/job.c cvs rdiff -u -r

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 13:45:34 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): rename JobClose to JobClosePipes, remove confusing comments The comments referred to w_status, which had been there in 1993, but not anymo

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

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 13:59:58 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-touch.exp opt-touch.mk Log Message: make(1): add test for the command line option -t To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/u

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

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 14:13:09 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-touch.exp opt-touch.mk Log Message: make(1): add test for touching a .MAKE target To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 14:16:01 UTC 2020 Modified Files: src/usr.bin/make: compat.c job.c Log Message: make(1): clean up Job_Touch Several more outdated comments were removed. To compensate for that, several new comments mark places where e

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 14:57:05 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): use symbolic names in debug output of GNodes To generate a diff of this commit: cvs rdiff -u -r1.203 -r1.204 src/usr.bin/make/make.c Pl

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 15:03:37 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): fix debug output for GNode details To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205 src/usr.bin/make/make.c Please note

CVS commit: src

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 15:35:20 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: opt-touch-jobs.exp opt-touch-jobs.mk Log Message: make(1

CVS commit: [netbsd-9] src/sys

2020-11-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 14 15:36:11 UTC 2020 Modified Files: src/sys/conf [netbsd-9]: param.c src/sys/kern [netbsd-9]: init_main.c src/sys/sys [netbsd-9]: param.h Log Message: Pull up following revision(s) (requested by fair in ti

CVS commit: [netbsd-9] src/doc

2020-11-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 14 15:38:43 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1130 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-9.2 Please note that diffs are not pub

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 15:47:36 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): use stderr for error message about failed touch Error messages belong on stderr, not stdout. Since at least 1993, stdout had been used fo

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 15:58:01 UTC 2020 Modified Files: src/usr.bin/make: job.c main.c make.h parse.c Log Message: make(1): rename DEFAULT to defaultNode In C, uppercase names are typically used for constants, and this is not a constant.

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 16:09:08 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): clean up comment above ParseDoDependencyTargetSpecial To generate a diff of this commit: cvs rdiff -u -r1.439 -r1.440 src/usr.bin/make/

CVS commit: src/usr.sbin/envstat

2020-11-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 14 16:32:53 UTC 2020 Modified Files: src/usr.sbin/envstat: envstat.8 envstat.c Log Message: Add option -n to print only the value of a sensor. If statistics are selected with -T, then also display max, min and average. Th

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 16:44:04 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): remove indentation in JobOutput To generate a diff of this commit: cvs rdiff -u -r1.323 -r1.324 src/usr.bin/make/job.c Please note that

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 17:04:01 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): clean up JobExec, JobStart, JobDoOutput The comments about temporary files for shell output are no longer relevant since the output is alw

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 17:29:41 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): use different style of accessing characters in MainParseArgs The * is preferred for iterators. Since argv[i] is not an iterator but a fi

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

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 17:33:51 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt.exp opt.mk Log Message: make(1): add tests for edge cases in parsing the command line To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 17:39:14 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): rename Main_SetVarObjdir to SetVarObjdir Only exported functions should be prefixed with the module name. To generate a diff of this co

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 17:39:59 UTC 2020 Modified Files: src/usr.bin/make: main.c make.h meta.c Log Message: make(1): remove redundant parameter from str2Lst_Append To generate a diff of this commit: cvs rdiff -u -r1.461 -r1.462 src/usr.bin

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 18:07:26 UTC 2020 Modified Files: src/usr.bin/make: main.c src/usr.bin/make/unit-tests: Makefile Log Message: make(1): use progname instead of hard-coded 'make' in warning This only affects the warning that chd

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 18:14:34 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): clean up InitDefSysIncPath Flipping the arguments to strncmp puts the subject first in the sentence. Inverting the condition makes the co

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 18:36:27 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): clean up Fatal Use the shortest possible scope between va_start and the corresponding va_end. To generate a diff of this commit: cvs rd

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

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 18:47:21 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-to-abs.exp varmod-to-abs.mk Log Message: make(1): add test for undocumented path-to-abspath mapping for :tA To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 19:24:24 UTC 2020 Modified Files: src/usr.bin/make: dir.c dir.h meta.c Log Message: make(1): remove redundant struct make_stat In the cache for stat(2) and lstat(2), only one of the two timestamps was ever used. To pr

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 19:36:31 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): inline local variable in Dir_UpdateMTime Now that the signature of cached_stats is cleaned up, the line is short enough to contain the who

CVS commit: src/share/man/man4/man4.x86

2020-11-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Nov 14 20:04:46 UTC 2020 Modified Files: src/share/man/man4/man4.x86: coretemp.4 est.4 imcsmb.4 odcm.4 powernow.4 Log Message: Add "x86" to Dt To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/ma

CVS commit: src/usr.sbin/envstat

2020-11-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Nov 14 20:07:13 UTC 2020 Modified Files: src/usr.sbin/envstat: envstat.8 Log Message: New sentence, new line. Other whitespace fixes, and some Xr fixes. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/usr.sbin

CVS commit: src/external/gpl3/gcc/dist/gcc

2020-11-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 14 21:24:03 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc: file-prefix-map.c Log Message: PR/55802: Andreas Gustafsson: Unbreak reproducible builds. For reproducible builds to work we need to have a consistent

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 21:29:44 UTC 2020 Modified Files: src/usr.bin/make: arch.c dir.c hash.c hash.h var.c Log Message: make(1): replace a few HashTable_CreateEntry with HashTable_Set Instead of HashTable_CreateEntry and HashEntry_Set, seve

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 21:55:22 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): don't modify progname in usage To generate a diff of this commit: cvs rdiff -u -r1.465 -r1.466 src/usr.bin/make/main.c Please note that

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 22:16:18 UTC 2020 Modified Files: src/usr.bin/make: main.c src/usr.bin/make/unit-tests: opt.exp Log Message: make(1): fix trailing whitespace in usage (since 2009-08-27) To generate a diff of this commit: cvs

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

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 22:17:29 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-chdir.mk Log Message: make(1): document since when the -C option is available To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 22:19:13 UTC 2020 Modified Files: src/usr.bin/make: main.c make.1 src/usr.bin/make/unit-tests: opt.exp Log Message: make(1): document the -S option This option has been available at least since 1993-03-21, and

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

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 22:39:14 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-chdir.exp opt-chdir.mk Log Message: make(1): add tests for the command line option -C To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/

CVS commit: src/usr.bin/make

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 14 23:03:09 UTC 2020 Modified Files: src/usr.bin/make: main.c src/usr.bin/make/unit-tests: varmod-to-abs.exp varmod-to-abs.mk Log Message: make(1): switch cache for realpath from GNode to HashTable An unintended s

CVS commit: src/usr.sbin/makefs

2020-11-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 15 00:18:48 UTC 2020 Modified Files: src/usr.sbin/makefs: makefs.8 src/usr.sbin/makefs/cd9660: cd9660_eltorito.c Log Message: Add "efi" as a supported boot image type and derive the platform ID for the validation

CVS commit: src/distrib/evbarm/isoimage

2020-11-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 15 00:19:17 UTC 2020 Modified Files: src/distrib/evbarm/isoimage: Makefile.cdrom Log Message: Use "efi" boot image platform ID. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/evbarm/isoimage/Ma

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2020-11-14 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Nov 15 00:54:13 UTC 2020 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: Commit the ZFS file that I forgot in this previous commit: Move the handling of PG_PAGEOUT from uvm_aio_aiodone_pa

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

2020-11-14 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun Nov 15 05:43:56 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-chdir.mk Log Message: Avoid problem with /usr/obj To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/opt-chdir.mk P

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

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 15 05:48:18 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-to-abs.exp varmod-to-abs.mk Log Message: make(1): fix test varmod-to-abs with USE_ABSOLUTE_TESTNAMES=yes When running the tests with specifying abso

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

2020-11-14 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun Nov 15 06:06:20 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt.exp opt.mk Log Message: Avoid reading unexpected makefiles To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/opt.ex

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

2020-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 15 06:19:34 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt.exp opt.mk Log Message: make(1): add test for passing MAKEFLAGS to sub-makes To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/m