CVS commit: src/sys/compat/netbsd32

2020-11-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 8 07:30:09 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_core.c Log Message: Fix typo; s/__LP64/_LP64/ To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/compat/netbsd32/netbsd32_core.c

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 02:56:43 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): split ReadMakefiles into separate functions This keeps the indentation of the code small. It also reduces the possible confusion about

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 02:37:22 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): inline strncmp in Parse_IsVar The usual compilers don't do this themselves. To generate a diff of this commit: cvs rdiff -u -r1.432

CVS commit: src/distrib/sets/lists/tests

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 02:33:18 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi Log Message: make(1): add newly added test to file list To generate a diff of this commit: cvs rdiff -u -r1.962 -r1.963

CVS commit: src/usr.bin/make/unit-tests

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 02:31:24 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: deptgt-makeflags.exp deptgt-makeflags.mk Log Message: make(1): add more tests for parsing .MAKEFLAGS lines To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 02:05:34 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): fix unrealistic memory leak in Main_ParseArgLine It's unlikely that anyone ever defines an environment variable named ".MAKE" and then

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 01:56:54 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): add remarks for missing command line options in MAKEFLAGS To generate a diff of this commit: cvs rdiff -u -r1.440 -r1.441

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 01:52:24 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): parse the internal option -J strictly To generate a diff of this commit: cvs rdiff -u -r1.439 -r1.440 src/usr.bin/make/main.c Please

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 01:43:58 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): merge duplicate code in is_relpath To generate a diff of this commit: cvs rdiff -u -r1.438 -r1.439 src/usr.bin/make/main.c Please note

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 01:40:01 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): clean up overview comment in main.c To generate a diff of this commit: cvs rdiff -u -r1.437 -r1.438 src/usr.bin/make/main.c Please

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 01:39:24 UTC 2020 Modified Files: src/usr.bin/make: main.c make.h Log Message: make(1): fix type mismatch between int and PrintVarsMode To generate a diff of this commit: cvs rdiff -u -r1.436 -r1.437

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 01:29:26 UTC 2020 Modified Files: src/usr.bin/make: lst.c Log Message: make(1): rename list node to ln That's the name that is used for list nodes outside lst.c, and there is no reason to use a different name in the

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 01:16:04 UTC 2020 Modified Files: src/usr.bin/make: job.c job.h Log Message: make(1): remove unused JOB_IGNDOTS It had been used in 1993 at least, don't know when it was finally removed. To generate a diff of this

CVS commit: src/usr.sbin/syslogd

2020-11-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Nov 8 01:12:46 UTC 2020 Modified Files: src/usr.sbin/syslogd: syslogd.c Log Message: syslogd: in die(), don't call die() again recursively. Particularly not for something as immaterial as close failing. PR 55795 To

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 01:07:00 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): format source code in JobStart and JobDoOutput To generate a diff of this commit: cvs rdiff -u -r1.312 -r1.313 src/usr.bin/make/job.c

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 01:00:25 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): fix indentation in JobExec To generate a diff of this commit: cvs rdiff -u -r1.311 -r1.312 src/usr.bin/make/job.c Please note that

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 00:54:06 UTC 2020 Modified Files: src/usr.bin/make: job.c src/usr.bin/make/unit-tests: opt-debug-jobs.exp Log Message: make(1): clean up debug output for running jobs There is no remote anymore, therefore

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 00:28:52 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename Src.children to numChildren There are several other types that have a field named 'children' that is a list. To avoid confusion,

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 8 00:26:06 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): clean up local variable names in suffix handling The file suff.c defines both Src and Suff, which makes the variable name s ambiguous.

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 23:41:39 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): replace strstr in ParseMaybeSubMake with optimized code This code is called for each command that is parsed. Calling strstr with 4

CVS commit: src/usr.bin/make/unit-tests

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 23:25:06 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: gnode-submake.exp gnode-submake.mk Log Message: make(1): add test for OP_SUBMAKE To generate a

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 22:29:58 UTC 2020 Modified Files: src/usr.bin/make: util.c Log Message: make(1): clean up spacing in fallback implementation of vsnprintf To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 22:28:24 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix type mismatch between int and VarExportFlags To generate a diff of this commit: cvs rdiff -u -r1.674 -r1.675 src/usr.bin/make/var.c

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 22:26:42 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): remove redundant empty lines from parse.c To generate a diff of this commit: cvs rdiff -u -r1.430 -r1.431 src/usr.bin/make/parse.c

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 22:25:20 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): clean up parse.c The generated code stays exactly the same. The only changes will be the line numbers of assertions. To preserve

CVS commit: src/sys/modules/compat_netbsd32

2020-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 7 21:42:32 UTC 2020 Modified Files: src/sys/modules/compat_netbsd32: Makefile Log Message: fix arm test To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/modules/compat_netbsd32/Makefile Please

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 21:40:08 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): remove trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.435 -r1.436 src/usr.bin/make/main.c Please note that

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 21:31:08 UTC 2020 Modified Files: src/usr.bin/make: nonints.h var.c Log Message: make(1): fix type mismatch between int and VarSetFlags To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 21:26:44 UTC 2020 Modified Files: src/usr.bin/make: meta.c Log Message: make(1): fix inconsistent indentation after #ifdef Combining #ifdef with regular if-then-else calls for trouble. To generate a diff of this

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 21:24:33 UTC 2020 Modified Files: src/usr.bin/make: job.c job.h Log Message: make(1): fix type of Job.suspended To generate a diff of this commit: cvs rdiff -u -r1.309 -r1.310 src/usr.bin/make/job.c cvs rdiff -u

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 21:22:37 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): clean up Make_OODate and Make_Run To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 src/usr.bin/make/make.c Please note

CVS commit: xsrc/external/mit/libdrm/dist

2020-11-07 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Nov 7 21:20:46 UTC 2020 Added Files: xsrc/external/mit/libdrm/dist: configure Log Message: add minimal 'configure' script that finds the versions, and doesn't end up with an empty version in the .pc file. pointed out by

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 21:04:44 UTC 2020 Modified Files: src/usr.bin/make: for.c Log Message: make(1): clean up Buf_AddEscaped in .for loops All this dance of determining the needed escape characters before iterating, saving them upfront,

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 20:45:21 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): use proper enum constant instead of 0 for CachedStatsFlags To generate a diff of this commit: cvs rdiff -u -r1.197 -r1.198

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 20:39:56 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): clean up CondParser_Comparison To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/usr.bin/make/cond.c Please note

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 20:35:04 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): reword condition in CondParser_String The parentheses were confusing for human readers. The compiler doesn't really care about the

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 20:14:15 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): fix type mismatch between Boolean and Token Even though the C boolean and Token are encoded the same, the code should still distinguish

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 20:11:32 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): fix type mismatch in If_Eval No practical consequences since TOK_FALSE == 0 and TOK_TRUE == 1. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 20:03:56 UTC 2020 Modified Files: src/usr.bin/make: job.c job.h Log Message: make(1): clean up JobStart Initialize the fields in declaration order. Initialize Job.flags in a single assignment. To generate a diff of

CVS commit: src

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 20:01:17 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: job-flags.exp job-flags.mk Log Message: make(1): add

CVS commit: src/external/mit/xorg/lib/libepoxy

2020-11-07 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Nov 7 18:12:16 UTC 2020 Modified Files: src/external/mit/xorg/lib/libepoxy: Makefile Log Message: libepoxy: Only require egl on ports with egl support. Reported by martin. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/syslogd

2020-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 7 17:46:57 UTC 2020 Modified Files: src/usr.sbin/syslogd: syslogd.c Log Message: make the buffer fit any 32 bit number. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/usr.sbin/syslogd/syslogd.c

CVS commit: src/usr.sbin/syslogd

2020-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 7 16:16:33 UTC 2020 Modified Files: src/usr.sbin/syslogd: syslogd.c Log Message: PR/55794: Jan Schaumann: Eliminate unchecked malloc To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134

CVS commit: src/sys/arch/riscv/include

2020-11-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 7 14:48:46 UTC 2020 Modified Files: src/sys/arch/riscv/include: vmparam.h Log Message: Use lower case for hex constants To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/riscv/include/vmparam.h

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 14:40:51 UTC 2020 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-func-defined.exp cond-func-defined.mk Log Message: make(1): add test for parse error in function defined() To

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 14:37:31 UTC 2020 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-func-empty.exp cond-func-empty.mk Log Message: make(1): add test for parse error in condition using empty() To

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 14:32:13 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): clean up Compat_Make To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/usr.bin/make/compat.c Please note that

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 14:27:16 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): clean up Compat_RunCommand To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/usr.bin/make/compat.c Please note

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 14:18:26 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): replace switch with if-else chain in Compat_RunCommand To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 14:11:58 UTC 2020 Modified Files: src/usr.bin/make: buf.c buf.h cond.c dir.c for.c main.c var.c Log Message: make(1): make API of Buf_Init simpler In most cases, the caller doesn't want to specify the exact number of

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 14:04:49 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): clean up Arch_LibOODate To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/usr.bin/make/arch.c Please note that diffs

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 13:53:13 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): fix indentation in JobPrintCommand To generate a diff of this commit: cvs rdiff -u -r1.307 -r1.308 src/usr.bin/make/job.c Please note

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 13:43:39 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): document duplicate code in arch.c To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/usr.bin/make/arch.c Please note

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 13:39:41 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): fix function names in archive debug output To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/usr.bin/make/arch.c

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 13:34:46 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): fix out-of-bounds pointer in ArchStatMember (since 1993-03-21) To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 13:29:38 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): reduce indentation in ArchStatMember To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/usr.bin/make/arch.c Please

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 13:24:06 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): replace hashed with cached in comments The hash table is just an implementation detail, not worth to be mentioned in comments. To

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 13:21:57 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): fix access to undefined memory (since 1994-03-18) This bug was added in arch.c 1.6, "Do extended-name archives". To generate a diff of

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 13:17:04 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): clean up ArchStatMember Whether an archive entry is hashed or not is completely irrelevant. The interesting thing is whether it ends up

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 13:13:19 UTC 2020 Modified Files: src/usr.bin/make: nonints.h Log Message: make(1): document the relation between VARE_ASSIGN and preserveUndefined To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 13:09:13 UTC 2020 Modified Files: src/usr.bin/make: arch.c src/usr.bin/make/unit-tests: varname.exp Log Message: make(1): properly handle errors for malformed archive target names Error messages don't belong

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 13:03:58 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): rename local variable in Arch_ParseArchive To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/usr.bin/make/arch.c

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 12:58:55 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): rename parameter of ArchSVR4Entry It cannot be made a const string, so rather document it clearly that the string is modified. To

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 12:54:44 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): remove unused macro definitions from arch.c These definitions have originally been added in arch.c 1.27 on 1998-05-21. Even back then

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 12:47:16 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): fix archive handling It's no wonder that nobody is using the archive handling of make. The archives created by GNU binutils cannot be

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 12:34:49 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): extract ArchiveMember_HasName from ArchFindMember Comparing a string to a space-padded string is complicated enough to be extracted to a

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 11:36:49 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): clean up comments in arch.c To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/usr.bin/make/arch.c Please note that

CVS commit: src/sys/arch/riscv/include

2020-11-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 7 10:48:17 UTC 2020 Modified Files: src/sys/arch/riscv/include: reg.h Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/riscv/include/reg.h Please note that diffs are not

CVS commit: src/sys/arch/riscv/include

2020-11-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 7 10:47:35 UTC 2020 Modified Files: src/sys/arch/riscv/include: reg.h Log Message: Indent and annotate FP registers much like the general registers To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 10:44:53 UTC 2020 Modified Files: src/usr.bin/make: job.c make.h parse.c str.c suff.c Log Message: make(1): add pp_skip_hspace to skip horizontal whitespace during parsing To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/riscv/include

2020-11-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 7 10:43:47 UTC 2020 Modified Files: src/sys/arch/riscv/include: reg.h Log Message: Note if a register is Caller / Callee saved To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/include/reg.h

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 10:25:28 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): document InitDefSysIncPath To generate a diff of this commit: cvs rdiff -u -r1.433 -r1.434 src/usr.bin/make/main.c Please note that

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 10:23:20 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): omit redundant bitwise or in Compat_Make To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/usr.bin/make/compat.c

CVS commit: src/usr.bin/make

2020-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 7 10:16:19 UTC 2020 Modified Files: src/usr.bin/make: arch.c buf.c compat.c cond.c dir.c for.c job.c main.c make.c meta.c nonints.h parse.c str.c var.c Log Message: make(1): clean up code stylistically *

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

2020-11-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 7 08:48:11 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: pmapboot.c Log Message: Fix the use of the contiguous bit by checking the output address as well. To generate a diff of this commit: cvs rdiff -u -r1.10

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

2020-11-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 7 08:33:50 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: In pmap_devmap_bootstrap only set pmap_devmap_bootstrap_done if there is an entry and ALL of the entries have been done. The entry

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

2020-11-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 7 08:28:15 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Print the devmap we're using in the debug output To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78