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 that
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 -
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 that
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
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 th
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
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 commit
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 di
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 referenced
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 gener
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 tha
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 hardware
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:
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 -
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 Fil
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 src/sys/dev/usb/usbnet.
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 -r
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
o
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 src/usr.sbin
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 d
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 gener
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
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 src/usr.bin/make/mai
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 d
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
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 c
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 t
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
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 chara
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
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 -r1.19
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
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:
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
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 type
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 am
36 matches
Mail list logo