CVS commit: src/sys/dev/usb

2021-02-01 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Feb 2 00:27:38 UTC 2021 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: if_urtwn: Add a missing newline to an aprint_error_dev message To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 22:36:28 UTC 2021 Modified Files: src/usr.bin/make: str.c src/usr.bin/make/unit-tests: varmod-match-escape.mk Log Message: make: document necessary tests for Str_Match To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 22:21:33 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up comments in parse.c To generate a diff of this commit: cvs rdiff -u -r1.537 -r1.538 src/usr.bin/make/parse.c Please note that

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 22:16:58 UTC 2021 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: directive-include-fatal.mk Log Message: make: rename Parse_include_file to IncludeFile To generate a diff of this

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 22:06:05 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: simplify VarAssign_EvalSubst No functional change. To generate a diff of this commit: cvs rdiff -u -r1.535 -r1.536

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 21:56:03 UTC 2021 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: var-op-assign.exp varname.exp Log Message: make: replace parse error "Need an operator" with better message The previous

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 21:38:20 UTC 2021 Modified Files: src/usr.bin/make: nonints.h Log Message: make: remove outdated comment about VarEvalFlags The previous variable preserveUndefined is now the flag VARE_KEEP_UNDEF. To generate a diff

CVS commit: src/usr.bin/make/filemon

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 21:34:42 UTC 2021 Modified Files: src/usr.bin/make/filemon: filemon_ktrace.c Log Message: make: document the syscalls that are not monitored by filemon_ktrace To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 21:32:54 UTC 2021 Modified Files: src/usr.bin/make: make.h meta.c Log Message: make: clean up comments To generate a diff of this commit: cvs rdiff -u -r1.249 -r1.250 src/usr.bin/make/make.h cvs rdiff -u -r1.169

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 21:09:25 UTC 2021 Modified Files: src/usr.bin/make: job.c make.h src/usr.bin/make/filemon: filemon_dev.c Log Message: make: indent preprocessor directives consistently As seen in share/misc/style. To

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 21:04:11 UTC 2021 Modified Files: src/usr.bin/make: compat.c job.c main.c make.h Log Message: make: always use vfork, never fork Before compat.c 1.217, job.c 1.390 and main.c 1.504 from 2020-12-27, the exported make

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 20:51:17 UTC 2021 Modified Files: src/usr.bin/make: make.h Log Message: make: use bit shifts in enum constants for GNodeFlags Same as in the other enum bit sets. This makes it easier to spot the gap between bit 6 and

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 20:42:13 UTC 2021 Modified Files: src/usr.bin/make: make.c Log Message: make: remove unused return type of MakeBuildParent To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 src/usr.bin/make/make.c

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 20:40:02 UTC 2021 Modified Files: src/usr.bin/make: make.c Log Message: make: reduce indentation in MakeAddAllSrc No functional change. To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237

CVS commit: src

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 20:31:41 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: cmdline-redirect-stdin.exp

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 20:01:26 UTC 2021 Modified Files: src/usr.bin/make: main.c Log Message: make: clean up main.c To generate a diff of this commit: cvs rdiff -u -r1.524 -r1.525 src/usr.bin/make/main.c Please note that diffs are not

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 19:53:31 UTC 2021 Modified Files: src/usr.bin/make: main.c Log Message: make: simplify MakeMode To generate a diff of this commit: cvs rdiff -u -r1.523 -r1.524 src/usr.bin/make/main.c Please note that diffs are not

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 19:46:58 UTC 2021 Modified Files: src/usr.bin/make: main.c str.c util.c var.c Log Message: make: replace pre-increment with post-increment or simple addition The rest of the code already prefers post-increment if

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 19:43:07 UTC 2021 Modified Files: src/usr.bin/make: main.c Log Message: make: rename functions for parsing command line arguments The function names now match the names around them. To generate a diff of this

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 19:39:31 UTC 2021 Modified Files: src/usr.bin/make: lst.c main.c Log Message: make: clean up comments To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/usr.bin/make/lst.c cvs rdiff -u -r1.520

CVS commit: src/sys

2021-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Feb 1 19:31:34 UTC 2021 Modified Files: src/sys/arch/arm/arm: ast.c compat_13_machdep.c compat_16_machdep.c process_machdep.c sig_machdep.c syscall.c src/sys/arch/arm/arm32: fault.c

CVS commit: src/sys/arch

2021-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Feb 1 19:02:28 UTC 2021 Modified Files: src/sys/arch/arm/arm32: pmap.c src/sys/arch/m68k/m68k: pmap_motorola.c Log Message: "as appropos" -> "as appropriate" in comments To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 18:55:16 UTC 2021 Modified Files: src/usr.bin/make: job.c lst.c lst.h Log Message: make: remove unused Lst_Destroy The code in job.c that seemed to use it is inside an '#if 0' block. To generate a diff of this

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 18:46:38 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make: clean up Job_CatchOutput The switch statement was unnecessarily long since every branch needed to be terminated with a break or with a

CVS commit: src/external/gpl3/binutils/dist/ld/emulparams

2021-02-01 Thread Frederic Cambus
Module Name:src Committed By: fcambus Date: Mon Feb 1 18:36:32 UTC 2021 Modified Files: src/external/gpl3/binutils/dist/ld/emulparams: elf32lriscv.sh elf32lriscv_ilp32.sh elf32lriscv_ilp32f.sh Log Message: Fix typos in the comments of local binutils patches:

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 18:25:58 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make: rename fd-related variables in job.c In job.c 1.330 from 2020-11-28 I had renamed them because of naming collisions. At at time I

CVS commit: src/sys/arch/aarch64/aarch64

2021-02-01 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Feb 1 18:12:11 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: It is enough to make a page accessible instead of writable. same fix as r1.76 To generate a diff of this commit: cvs rdiff -u -r1.100

CVS commit: src/lib/libc/stdio

2021-02-01 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Feb 1 17:50:53 UTC 2021 Modified Files: src/lib/libc/stdio: fread.3 fread.c fwrite.c Log Message: for fread(3) and fwrite(3) check for (size * nmemb) size_t overflow, and error out with EOVERFLOW if it happens; this is

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 17:49:29 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make: clean up job.c There used to be a time when Job_Init only ran the commands of the special .BEGIN target, but that's several years ago. The

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 17:32:10 UTC 2021 Modified Files: src/usr.bin/make: hash.c Log Message: make: clean up comments in hash.c To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/usr.bin/make/hash.c Please note that diffs

CVS commit: src/usr.bin/make

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 17:26:03 UTC 2021 Modified Files: src/usr.bin/make: for.c Log Message: make(1): clean up variable names and comments in .for loop code To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140

CVS commit: src/usr.bin/make

2021-02-01 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon Feb 1 17:10:23 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: Use sig_atomic_t for caught_sigchld To generate a diff of this commit: cvs rdiff -u -r1.405 -r1.406 src/usr.bin/make/job.c Please note that diffs