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 ar
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 src/usr.bin/make/f
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 a
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 '
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 less
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 -r
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 apparently
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: i
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 commen
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 commit
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 -
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
src/sys/arch/arm/
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 -r1.521
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 commit:
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 there
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 p
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 pub
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
cmdline-redirect-s
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 src/usr.bin/make
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
Pleas
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
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 va
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 generate
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 -r1.1
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 -r1
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
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
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 src/usr.bin/make/parse
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 commit
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 di
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 rd
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 src/sys/dev/usb/if_
32 matches
Mail list logo