CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Oct 28 03:21:25 UTC 2020 Modified Files: src/usr.bin/make: main.c make.h parse.c Log Message: make(1): rename defIncPath to defSysIncPath There are two variables, parseIncPath and sysIncPath, which made the name defIncPath

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Oct 28 03:12:54 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): merge curFile into includes This makes GetActuallyIncludingFile simpler since it no longer needs the special case for curFile. The

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Oct 28 02:43:16 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h Log Message: make(1): inline Vector_Get It is simple enough that it neither bloats the code nor warrants the extra function call. To generate a diff of

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Oct 28 01:58:37 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): rename predecessor to order_pred The new name aligns nicely with the GNode field of the same name. To generate a diff of this commit:

CVS commit: src/sys/dev/usb

2020-10-27 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 28 01:51:45 UTC 2020 Modified Files: src/sys/dev/usb: usbnet.h Log Message: s/USENET/USBNET/ in another place i just happened to find by typo-ing "UBS" as "USE". To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Oct 28 01:51:36 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): sort ParseSpecial alphabetically To generate a diff of this commit: cvs rdiff -u -r1.405 -r1.406 src/usr.bin/make/parse.c Please note

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Oct 28 01:47:11 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): remove unused, undocumented .NOEXPORT To generate a diff of this commit: cvs rdiff -u -r1.404 -r1.405 src/usr.bin/make/parse.c Please

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Oct 28 01:43:01 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): rename ParseSpecial enum values consistently The previous naming scheme was inconsistent in that dotError started with a lowercase

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Oct 28 00:44:39 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): rename some fields of struct IFile The initial "P_" of these field names didn't match anything else. The documentation was missing the

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Oct 28 00:38:38 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): clean up API comment in parse.c To generate a diff of this commit: cvs rdiff -u -r1.401 -r1.402 src/usr.bin/make/parse.c Please note

CVS commit: src/sys/dev/i2c

2020-10-27 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Tue Oct 27 20:13:21 UTC 2020 Modified Files: src/sys/dev/i2c: pcagpio.c Log Message: Add additional debugging output. Track more chip state in the softc and check the chip state via a timer. This allows us to easily observe changes

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 19:16:46 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract InitMaxJobs from main To generate a diff of this commit: cvs rdiff -u -r1.407 -r1.408 src/usr.bin/make/main.c Please note that

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 18:16:20 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract InitObjdir from main To generate a diff of this commit: cvs rdiff -u -r1.406 -r1.407 src/usr.bin/make/main.c Please note that

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 18:12:15 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): make InitVarMake simpler and document its intention To generate a diff of this commit: cvs rdiff -u -r1.405 -r1.406

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 17:36:17 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract InitVarMake from main To generate a diff of this commit: cvs rdiff -u -r1.404 -r1.405 src/usr.bin/make/main.c Please note that

CVS commit: src/usr.sbin/mopd

2020-10-27 Thread David Brownlee
Module Name:src Committed By: abs Date: Tue Oct 27 17:16:25 UTC 2020 Modified Files: src/usr.sbin/mopd/common: file.c src/usr.sbin/mopd/mopcopy: mopcopy.c Log Message: Update mopd for 4k VAX page size and support 1k page a.out binaries >From dreamlayers To

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 17:09:09 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract InitRandom from main To generate a diff of this commit: cvs rdiff -u -r1.403 -r1.404 src/usr.bin/make/main.c Please note that

CVS commit: src/usr.sbin/mopd/common

2020-10-27 Thread David Brownlee
Module Name:src Committed By: abs Date: Tue Oct 27 17:07:14 UTC 2020 Modified Files: src/usr.sbin/mopd/common: pf-linux2.c Log Message: Fix Linux pfInit() parameter order for mopd >From dreamlayers To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.sbin/sysinst

2020-10-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 27 15:28:01 UTC 2020 Modified Files: src/usr.sbin/sysinst: menus.mi msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl util.c Log Message: When we did not magically find any CD medium with sets, offer a manual

CVS commit: src/sys/dev

2020-10-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 27 13:50:57 UTC 2020 Modified Files: src/sys/dev/acpi: xhci_acpi.c src/sys/dev/pci: xhci_pci.c Log Message: Report HW DMA capability and if the DMA tag limits it. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2020-10-27 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 27 13:46:34 UTC 2020 Modified Files: src/sys/dev/usb: usbnet.h Log Message: s/UBS/USB/ in a macro and its use. pointed out by nisimura@. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src

2020-10-27 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Oct 27 13:42:23 UTC 2020 Modified Files: src/distrib/sets/lists/xbase: shl.mi src/distrib/sets/lists/xcomp: mi shl.mi src/distrib/sets/lists/xdebug: mi shl.mi src/external/mit/xorg/lib: Makefile Removed

CVS commit: src/tests/lib/libcurses

2020-10-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 27 11:01:22 UTC 2020 Modified Files: src/tests/lib/libcurses: t_curses.sh Log Message: Use the relative paths in the installed version, not the (different) source pathes. To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2020-10-27 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Oct 27 08:57:11 UTC 2020 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile src/share/man/man4/man4.x86: Makefile src/sys/arch/evbarm/conf: GENERIC64 src/sys/arch/x86/conf:

CVS commit: src/tests/lib/libc/sys

2020-10-27 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Tue Oct 27 08:32:36 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_x86_wait.h Log Message: Add tests for AVX-512 registers (zmm0..zmm31, k0..7) Thanks to David Seifert for providing a VM on an AVX-512 capable

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 08:05:20 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract ReadMakefiles from main To generate a diff of this commit: cvs rdiff -u -r1.402 -r1.403 src/usr.bin/make/main.c Please note

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 08:00:20 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract CleanUp from main This makes it a bit easier to spot the main task of the main function, which is the runTargets call. To

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 07:51:43 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): free the variable names given on the command line These are not aliased anywhere. The opts.makefiles on the other hand may be

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 07:44:43 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract InitVpath from main To generate a diff of this commit: cvs rdiff -u -r1.399 -r1.400 src/usr.bin/make/main.c Please note that

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 07:38:08 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): use constant string for Var_Subst The times where Var_Subst needed a modifiable string are long gone. To generate a diff of this

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 07:34:36 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract ReadBuiltinRules from main To generate a diff of this commit: cvs rdiff -u -r1.397 -r1.398 src/usr.bin/make/main.c Please note

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 07:28:34 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract InitDefIncPath from main To generate a diff of this commit: cvs rdiff -u -r1.396 -r1.397 src/usr.bin/make/main.c Please note

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 07:16:27 UTC 2020 Modified Files: src/usr.bin/make: main.c var.c Log Message: make(1): initialize all CmdOpts fiels To generate a diff of this commit: cvs rdiff -u -r1.395 -r1.396 src/usr.bin/make/main.c cvs rdiff -u

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 07:13:03 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract CmdOpts_Init from main To generate a diff of this commit: cvs rdiff -u -r1.394 -r1.395 src/usr.bin/make/main.c Please note

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 07:03:55 UTC 2020 Modified Files: src/usr.bin/make: main.c make.h Log Message: make(1): move debugVflag to CmdOpts To generate a diff of this commit: cvs rdiff -u -r1.393 -r1.394 src/usr.bin/make/main.c cvs rdiff -u

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 06:59:20 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): extract UnlimitFiles from main To generate a diff of this commit: cvs rdiff -u -r1.392 -r1.393 src/usr.bin/make/main.c Please note

CVS commit: src/usr.bin/make

2020-10-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 27 06:55:19 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): rewrap and reword the large comment for directory caching Hashing the directories is not a problem at all, it's the caching that makes

CVS commit: src/share/man/man5

2020-10-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 27 06:33:38 UTC 2020 Modified Files: src/share/man/man5: mk.conf.5 Log Message: Document MKKDEBUG. Thanks martin for letting me know. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81