CVS commit: src/usr.bin/make

2020-10-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 1 23:52:51 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): clean up documentation of Main_ParseArgLine The previous documentation contained lots of irrelevant implementation details. To

CVS commit: src/usr.bin/make

2020-10-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 1 23:44:36 UTC 2020 Modified Files: src/usr.bin/make: main.c nonints.h parse.c Log Message: make(1): add missing const for Parse_AddIncludeDir To generate a diff of this commit: cvs rdiff -u -r1.359 -r1.360

CVS commit: src/usr.bin/make

2020-10-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 1 23:42:22 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): clean up option handling The test for argvalue == NULL for the individual options was unnecessary since that is already done in the

CVS commit: src/usr.bin/make

2020-10-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 1 23:28:01 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): format code in MainParseArgs To generate a diff of this commit: cvs rdiff -u -r1.357 -r1.358 src/usr.bin/make/main.c Please note that

CVS commit: src/usr.bin/make

2020-10-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 1 23:20:48 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract handling of the -m option into separate function To generate a diff of this commit: cvs rdiff -u -r1.356 -r1.357

CVS commit: src/usr.bin/make

2020-10-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 1 23:14:08 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract option handling for -j/-J into separate functions To generate a diff of this commit: cvs rdiff -u -r1.355 -r1.356

CVS commit: src/usr.bin/make

2020-10-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 1 23:06:56 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract MainParseArgChdir into separate function This removes the struct stat from MainParseArg. To generate a diff of this commit:

CVS commit: src/usr.bin/make

2020-10-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 1 23:02:08 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract MainParseArg into separate function That part of the code is long enough and independent enough to get its own function. Having

CVS commit: src/usr.bin/make

2020-10-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 1 22:42:00 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c cond.c dir.c job.c main.c make.c make_malloc.c Log Message: make(1): remove redundant function prototypes To generate a diff of this

CVS commit: src/external/mit/xorg/bin/xeyes

2020-10-01 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Oct 1 21:22:47 UTC 2020 Modified Files: src/external/mit/xorg/bin/xeyes: Makefile Log Message: xeyes: Enable anti-aliasing with XRENDER If you prefer the "classic" look, "xeyes +render" To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-10-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Oct 1 21:00:55 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): add note about "..." with duplicate shell commands To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160

CVS commit: src/doc

2020-10-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 1 18:34:06 UTC 2020 Modified Files: src/doc: RESPONSIBLE Log Message: Reset the entries for drochner and dsl i386 and amd64 are now maintained by core. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126

CVS commit: src/doc

2020-10-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 1 18:23:29 UTC 2020 Removed Files: src/doc: TODO.sanitizers Log Message: Remove To generate a diff of this commit: cvs rdiff -u -r1.14 -r0 src/doc/TODO.sanitizers Please note that diffs are not public domain; they are

CVS commit: src/doc

2020-10-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 1 18:21:11 UTC 2020 Removed Files: src/doc: TODO.ptrace Log Message: Drop TODO.ptrace The remaining issues are mostly tracked in the ATF ptrace tests and GDB or LLDB test-suite. To generate a diff of this commit: cvs

CVS commit: src/doc

2020-10-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 1 18:19:20 UTC 2020 Modified Files: src/doc: TODO.sanitizers Log Message: Drop TODO.sanitizers The LLVM work is merged mostly to GCC. The remaining work is not worth tracking here and is restricted mostly to fixing bugs

CVS commit: src

2020-10-01 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Oct 1 17:13:19 UTC 2020 Modified Files: src/share/man/man4: pms.4 src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Emulate scrolling when the middle button is held with TrackPoints idea stolen from various

CVS commit: src/sys/dev/pckbport

2020-10-01 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Oct 1 15:08:11 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: erect a signpost for weary travellers To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pckbport/synaptics.c

CVS commit: src/sys/dev/pckbport

2020-10-01 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Oct 1 14:33:26 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: comment was likely true in 2007 but no longer reflects the reality of hw To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/tests/net/if_tap

2020-10-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 1 13:49:18 UTC 2020 Modified Files: src/tests/net/if_tap: Makefile Log Message: Link librumpclient explicitly. Fix sun2, i.e., MKPIC=no build. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2020-10-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 1 08:27:20 UTC 2020 Modified Files: src/sys/arch/evbarm/gumstix: gumstix_machdep.c Log Message: Fix evbarmv5 build To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

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

2020-10-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 1 07:31:27 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: procfs_machdep.c Log Message: KNF (and some newlines) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/alpha/alpha

2020-10-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 1 07:21:36 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: mcclock.c Log Message: Fix build To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/alpha/alpha/mcclock.c Please note that diffs are

CVS commit: src/sys/arch/alpha/alpha

2020-10-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 1 06:59:34 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: mcclock.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/alpha/alpha/mcclock.c Please note that diffs are not

CVS commit: src/sys/arch/aarch64

2020-10-01 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Oct 1 06:40:16 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: procfs_machdep.c src/sys/arch/aarch64/include: cpu.h Log Message: fix build error with LLVM To generate a diff of this commit: cvs rdiff -u -r1.2