CVS commit: src/tests/sbin/ifconfig

2020-07-26 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Mon Jul 27 06:52:48 UTC 2020

Modified Files:
src/tests/sbin/ifconfig: t_repeated_updown.sh

Log Message:
Instead of just skipping interfaces that are "up", skip the whole
repeated_updown test case unless explicitly enabled with "atf-run -v
run_unsafe=yes".  Gratuitously configuring interfaces "up" is no more
safe than gratuitously configuring them "down"; for example, it could
lead to accidentally connecting to an insecure network or diverting
traffic from the desired route.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/sbin/ifconfig/t_repeated_updown.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/byacc/bin

2020-07-26 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Jul 27 00:34:56 UTC 2020

Modified Files:
src/external/bsd/byacc/bin: yacc.1

Log Message:
Improve PostScript output.

Some highlights in no particular order:

%destructor was somehow lost from the list that follows, it should be
part of it.

Use .Ic for yacc directives when they are defined, .Ql otherwise.

Use explicit .Sq Li (instead of .Ql) in description of %destructor to
make sure the result is consistently quoted.  It more readable that
way.

Use .Va and .Vt where appropriate.

C preprocessor directives are marked up with .No (a nop), so that it's
easy to switch them to something else if need be.  For now just use
them as plain words.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/byacc/bin/yacc.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/byacc/bin

2020-07-26 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sun Jul 26 23:18:06 UTC 2020

Modified Files:
src/external/bsd/byacc/bin: yacc.1

Log Message:
Fix markup errors.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/byacc/bin/yacc.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 23:03:54 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): make test for dynamic variable name more specific

Since all the string literals have either 7 or 8 characters, there is no
need to call strcmp for shorter or longer variable names.


To generate a diff of this commit:
cvs rdiff -u -r1.335 -r1.336 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 22:43:17 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): extract code for dynamic variable names out of Var_Parse


To generate a diff of this commit:
cvs rdiff -u -r1.334 -r1.335 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/config

2020-07-26 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sun Jul 26 22:40:52 UTC 2020

Modified Files:
src/usr.bin/config: gram.y

Log Message:
Add debug output for ENDDEFS.

This makes it more clear in the debug output where config switched
from definitions to selections.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/usr.bin/config/gram.y

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/config

2020-07-26 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sun Jul 26 22:25:47 UTC 2020

Modified Files:
src/usr.bin/config: scan.l

Log Message:
Don't print the location of the include directive twice.

cfgdbg() already prints the current file and line number, so don't
print the same information ourselves in the message too.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/config/scan.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 22:19:12 UTC 2020

Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: varparse-dynamic.exp

Log Message:
make(1): fix off-by-one error in Var_Parse for dynamic variables


To generate a diff of this commit:
cvs rdiff -u -r1.333 -r1.334 src/usr.bin/make/var.c
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/varparse-dynamic.exp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 22:15:36 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: varparse-dynamic.exp varparse-dynamic.mk

Log Message:
make(1): add test for off-by-one error in Var_Parse


To generate a diff of this commit:
cvs rdiff -u -r1.877 -r1.878 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.65 -r1.66 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.bin/make/unit-tests/varparse-dynamic.exp \
src/usr.bin/make/unit-tests/varparse-dynamic.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2020-07-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jul 26 21:47:16 UTC 2020

Modified Files:
src/share/man/man4: wwanc.4

Log Message:
Minor wording improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/wwanc.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 21:46:10 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: varmisc.exp varmisc.mk

Log Message:
make(1): add coverage test for dynamic = TRUE in Var_Parse


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/make/unit-tests/varmisc.exp
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/make/unit-tests/varmisc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 21:31:11 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): rename VarEvalFlags variables to eflags

This way, they cannot be confused with other flags, and any mismatch of
mixing eflags with constants other than VARE_* is immediately apparent.


To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2020-07-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jul 26 21:28:33 UTC 2020

Modified Files:
src/sys/kern: vfs_subr.c

Log Message:
use the right printing function


To generate a diff of this commit:
cvs rdiff -u -r1.488 -r1.489 src/sys/kern/vfs_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 21:19:43 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): rename local variable in Var_Parse


To generate a diff of this commit:
cvs rdiff -u -r1.331 -r1.332 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 21:09:49 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: varmisc.exp varmisc.mk

Log Message:
make(1): add test for unclosed variables


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/make/unit-tests/varmisc.exp
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/make/unit-tests/varmisc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 20:30:42 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: varmisc.exp varmisc.mk

Log Message:
make(1): add test for expanding dynamic variables


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/varmisc.exp
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/make/unit-tests/varmisc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 20:21:31 UTC 2020

Modified Files:
src/usr.bin/make: arch.c cond.c nonints.h suff.c var.c

Log Message:
make(1): make return value of Var_Parse constant

This return value is not supposed to be modified since it can be a string
literal.  The modifiable part is returned via freePtr, but only for
freeing, not for actually modifying anything.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/usr.bin/make/arch.c
cvs rdiff -u -r1.81 -r1.82 src/usr.bin/make/cond.c
cvs rdiff -u -r1.85 -r1.86 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.89 -r1.90 src/usr.bin/make/suff.c
cvs rdiff -u -r1.330 -r1.331 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 20:04:57 UTC 2020

Modified Files:
src/usr.bin/make: Makefile

Log Message:
make(1): explicitly add dependencies on headers

This prevents partial builds after changing a header.  The declared
dependencies are more than strictly necessary, but that's still better
than having inconsistent partial builds because too few dependencies are
declared.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/usr.bin/make/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 19:55:24 UTC 2020

Modified Files:
src/usr.bin/make: nonints.h var.c

Log Message:
make(1): revert making Var_Parse return a const string

The dependencies between the C files and nonints.h are not declared
properly, which resulted in a successful partial build, but a full "make
clean && make" failed.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.329 -r1.330 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 19:44:04 UTC 2020

Modified Files:
src/usr.bin/make: nonints.h var.c

Log Message:
make(1): mark result of Var_Parse as const

Var_Parse can return either a string literal or an allocated string.  The
former must not be modified by the caller.  If the string is allocated,
it is returned in freePtr as well, but only for freeing it after use.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.328 -r1.329 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 19:36:24 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): reduce scope and rename local variable in Var_Parse


To generate a diff of this commit:
cvs rdiff -u -r1.327 -r1.328 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 19:16:18 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): eliminate another local variable in Var_Parse


To generate a diff of this commit:
cvs rdiff -u -r1.326 -r1.327 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 19:13:43 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): split local variable into two in Var_Parse


To generate a diff of this commit:
cvs rdiff -u -r1.325 -r1.326 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 19:11:06 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): split local variable into two

Reusing a const char * parameter to store a char * and later free that
string was not a good idea. It made the pretty long code of Var_Parse
more difficult to understand.


To generate a diff of this commit:
cvs rdiff -u -r1.324 -r1.325 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/common

2020-07-26 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Jul 26 18:53:50 UTC 2020

Modified Files:
src/distrib/notes/common: postinstall

Log Message:
replace KDE with a desktop that's actually current in pkgsrc


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/distrib/notes/common/postinstall

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 18:47:02 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): reorder arguments of ParseModifierPart

First the input parameters, then additional data, then special arguments.


To generate a diff of this commit:
cvs rdiff -u -r1.323 -r1.324 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jul 26 18:11:43 UTC 2020

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
extattr.3 is obsolete


To generate a diff of this commit:
cvs rdiff -u -r1.2340 -r1.2341 src/distrib/sets/lists/comp/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 18:11:12 UTC 2020

Modified Files:
src/usr.bin/make: nonints.h var.c

Log Message:
make(1): merge VARE_NOSUBST into VARE_WANTRES

The flag VARE_NOSUBST is only a few days old. It had grown out of the
VARP_NOSUBST and VAR_NOSUBST flags, not knowing at that time that it
meant the exact opposite of VARE_WANTRES.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.322 -r1.323 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/posix1e

2020-07-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jul 26 18:10:01 UTC 2020

Modified Files:
src/lib/libc/posix1e: Makefile.inc
Removed Files:
src/lib/libc/posix1e: extattr.3

Log Message:
this file contained the same information as extattr_namespace_to_string.3
and somewhat incorrect too.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/posix1e/Makefile.inc
cvs rdiff -u -r1.3 -r0 src/lib/libc/posix1e/extattr.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 17:44:54 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): remove wrong comment from VarOrder


To generate a diff of this commit:
cvs rdiff -u -r1.321 -r1.322 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 17:23:00 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): reorder code in ParseModifierPart to be more readable


To generate a diff of this commit:
cvs rdiff -u -r1.320 -r1.321 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 17:21:28 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): in ParseModifierPart, only update length on success


To generate a diff of this commit:
cvs rdiff -u -r1.319 -r1.320 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2020-07-26 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Jul 26 17:12:41 UTC 2020

Modified Files:
src/sys/dev/pci: xmm7360.c

Log Message:
fix attribution - I was confused what was the correct final version


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/xmm7360.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 17:10:56 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): remove wrong comment for VarUniq

VarUniq is not about sorting the words.


To generate a diff of this commit:
cvs rdiff -u -r1.318 -r1.319 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 17:09:23 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): save a few bytes and cycles by comparing against 0

The comparison against ac - 1 could have been optimized by the compilers
as well, but both GCC 5 and Clang produce smaller code for the comparison
against 0.


To generate a diff of this commit:
cvs rdiff -u -r1.317 -r1.318 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 16:59:09 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): remove unnecessary block scope


To generate a diff of this commit:
cvs rdiff -u -r1.316 -r1.317 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 16:51:53 UTC 2020

Modified Files:
src/usr.bin/make: str.c

Log Message:
make(1): document the circumstances in which brk_string returns NULL


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/usr.bin/make/str.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2020-07-26 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Jul 26 15:57:03 UTC 2020

Modified Files:
src/share/man/man4: wwanc.4

Log Message:
finish sentence


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/wwanc.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2020-07-26 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Jul 26 15:56:30 UTC 2020

Modified Files:
src/share/man/man4: wwanc.4

Log Message:
add note that the network initialization script needs the device nodes
to be created


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/wwanc.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 15:53:01 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): avoid memory allocation for oneBigWord in modifiers


To generate a diff of this commit:
cvs rdiff -u -r1.315 -r1.316 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libexecinfo

2020-07-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jul 26 15:53:05 UTC 2020

Modified Files:
src/lib/libexecinfo: unwind.c

Log Message:
If Unwind_Backtrace is broken, ctx.n will still contain ~0, and we will
return that which poor behavior for the user, so return 0 instead.
We could document ~0 to be an error, but that would deviate from the
Linux behavior which is not desirable. Noted by Poul-Henning Kamp


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libexecinfo/unwind.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc

2020-07-26 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Jul 26 15:47:27 UTC 2020

Modified Files:
src/etc: MAKEDEV.tmpl
src/etc/etc.amd64: MAKEDEV.conf

Log Message:
add support for wwanc(4) device nodes (xmm[0-9])


To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 src/etc/MAKEDEV.tmpl
cvs rdiff -u -r1.29 -r1.30 src/etc/etc.amd64/MAKEDEV.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/robots

2020-07-26 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Jul 26 15:38:22 UTC 2020

Modified Files:
src/games/robots: main.c rnd_pos.c

Log Message:
robots: Use arc4random_uniform for better uniform distribution


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/games/robots/main.c
cvs rdiff -u -r1.10 -r1.11 src/games/robots/rnd_pos.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 15:37:44 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): help the compiler to find common subexpressions


To generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 15:26:27 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): add convenience functions for adding to a SepBuf


To generate a diff of this commit:
cvs rdiff -u -r1.313 -r1.314 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/random

2020-07-26 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Jul 26 15:24:00 UTC 2020

Modified Files:
src/games/random: random.c

Log Message:
random(6): Use arc4random_uniform to simplify code


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/games/random/random.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2020-07-26 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Jul 26 15:14:23 UTC 2020

Modified Files:
src/doc: CHANGES

Log Message:
note new Intel XMM7360 driver


To generate a diff of this commit:
cvs rdiff -u -r1.2719 -r1.2720 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/fortune/strfile

2020-07-26 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Jul 26 15:14:09 UTC 2020

Modified Files:
src/games/fortune/strfile: strfile.c

Log Message:
Revert arc4random usage for now

this is a host tool and needs to be portable

future plans: add arc4random to libnbcompat


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/games/fortune/strfile/strfile.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2020-07-26 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Jul 26 15:13:10 UTC 2020

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: wwanc.4

Log Message:
add rudimentary wwanc(4) manpage


To generate a diff of this commit:
cvs rdiff -u -r1.1696 -r1.1697 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.705 -r1.706 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/wwanc.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 15:09:10 UTC 2020

Modified Files:
src/usr.bin/make: buf.c buf.h var.c

Log Message:
make(1): add Buffer functions for common tasks

Adding a string or a substring to a buffer are common tasks when handling
variables.  There is no need to spell out the strlen call or the pointer
subtraction at every call site.

Subtracting pointers results in a ptrdiff_t, which would have to be
converted to an int in each case for WARNS=6. Having this conversion in a
single place keeps the code clean.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/make/buf.c
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/make/buf.h
cvs rdiff -u -r1.312 -r1.313 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2020-07-26 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Jul 26 14:51:19 UTC 2020

Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/conf: majors
src/sys/dev/pci: files.pci
Added Files:
src/sys/dev/pci: xmm7360.c

Log Message:
Add driver for Intel XMM7360 LTE modem, based upon Linux driver available
at https://github.com/xmm7360/xmm7360-pci

This version works on Linux, OpenBSD, and NetBSD.

OpenBSD port written for genua GmbH

Modem requires python script from the master site to initialize the network,
it will be added to pkgsrc shortly


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.94 -r1.95 src/sys/conf/majors
cvs rdiff -u -r1.429 -r1.430 src/sys/dev/pci/files.pci
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/xmm7360.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 14:39:46 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk

Log Message:
make(1): add tests for :!...! parse errors


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/moderrs.exp
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/moderrs.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Jul 26 14:22:22 UTC 2020

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
Another /usr/libdata/usr/tests/sys/crypto/chacha set list entry.

(Why do we need this here _and_ in debug/mi?)


To generate a diff of this commit:
cvs rdiff -u -r1.876 -r1.877 src/distrib/sets/lists/tests/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 14:16:45 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk

Log Message:
make(1): add test for missing input validation in :[123] modifier


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/moderrs.exp
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/moderrs.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/sys/crypto/aes

2020-07-26 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Jul 26 14:01:14 UTC 2020

Modified Files:
src/tests/sys/crypto/aes: t_aes.c

Log Message:
Sort includes.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/sys/crypto/aes/t_aes.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 13:39:30 UTC 2020

Modified Files:
src/usr.bin/make: buf.c buf.h var.c

Log Message:
make(1): add Buf_AddInt to make the calling code simpler


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/make/buf.c
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/make/buf.h
cvs rdiff -u -r1.311 -r1.312 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 13:09:53 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: modmisc.mk

Log Message:
make(1): add basic tests for the :S modifier


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/make/unit-tests/modmisc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/sys/crypto/aes

2020-07-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 26 12:43:27 UTC 2020

Modified Files:
src/tests/sys/crypto/aes: t_aes.c

Log Message:
Add missing include to fix the build on architectures w/o any special
accelerated AES implementation.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/sys/crypto/aes/t_aes.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 12:27:09 UTC 2020

Modified Files:
src/usr.bin/make: var.c

Log Message:
make(1): make code in the :S modifier simpler

This code path is covered by the "sequences of letters" in modmisc.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.310 -r1.311 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 12:19:37 UTC 2020

Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: modmisc.mk

Log Message:
make(1): fix bug in :S modifier from 2020-07-19


To generate a diff of this commit:
cvs rdiff -u -r1.309 -r1.310 src/usr.bin/make/var.c
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/make/unit-tests/modmisc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 12:18:12 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: modmisc.mk

Log Message:
make(1): demonstrate bug in the :S modifier with the 1 modifier

The bug has been introduced in var.c r1.268 on 2020-07-19.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/make/unit-tests/modmisc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 11:39:56 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk

Log Message:
make(1): use consistent test names in modmisc.mk


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/make/unit-tests/modmisc.exp
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/make/unit-tests/modmisc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 11:19:04 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: sysv.exp sysv.mk

Log Message:
make(1): add test for prefix mismatch in SysV substitution


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/sysv.exp \
src/usr.bin/make/unit-tests/sysv.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 11:10:29 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: Makefile varmisc.exp varmisc.mk

Log Message:
make(1): add test for appending and exporting a variable


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/varmisc.exp
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/make/unit-tests/varmisc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/doc

2020-07-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 26 11:09:19 UTC 2020

Modified Files:
src/doc [netbsd-9]: CHANGES-9.1

Log Message:
Tickets #1023 - #1030


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-9.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/distrib/notes/evbarm

2020-07-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 26 11:07:56 UTC 2020

Modified Files:
src/distrib/notes/evbarm [netbsd-9]: contents hardware

Log Message:
Pull up following revision(s) (requested by nia in ticket #1030):

distrib/notes/evbarm/hardware: revision 1.15
distrib/notes/evbarm/contents: revision 1.11

Fix location of device trees

more 9.0 hardware


To generate a diff of this commit:
cvs rdiff -u -r1.4.4.3 -r1.4.4.4 src/distrib/notes/evbarm/contents
cvs rdiff -u -r1.10.66.1 -r1.10.66.2 src/distrib/notes/evbarm/hardware

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/common

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 11:05:39 UTC 2020

Modified Files:
src/distrib/notes/common: main

Log Message:
Remove Arm OABI -> EABI change notice


To generate a diff of this commit:
cvs rdiff -u -r1.562 -r1.563 src/distrib/notes/common/main

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/distrib/notes/evbarm

2020-07-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 26 11:05:57 UTC 2020

Modified Files:
src/distrib/notes/evbarm [netbsd-9]: upgrade

Log Message:
Pull up following revision(s) (requested by nia in ticket #1029):

distrib/notes/evbarm/upgrade: revision 1.3
distrib/notes/evbarm/upgrade: revision 1.4
distrib/notes/evbarm/upgrade: revision 1.5

Initial evbarm upgrade instructions - need work

clarify

upgrades to upgrade instructions


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.50.1 src/distrib/notes/evbarm/upgrade

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 11:00:28 UTC 2020

Modified Files:
src/distrib/notes/evbarm: contents hardware install prep xfer

Log Message:
ARM -> Arm


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/distrib/notes/evbarm/contents
cvs rdiff -u -r1.22 -r1.23 src/distrib/notes/evbarm/hardware
cvs rdiff -u -r1.14 -r1.15 src/distrib/notes/evbarm/install
cvs rdiff -u -r1.12 -r1.13 src/distrib/notes/evbarm/prep
cvs rdiff -u -r1.5 -r1.6 src/distrib/notes/evbarm/xfer

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src

2020-07-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 26 10:59:48 UTC 2020

Modified Files:
src/external/mit/xorg/server/xorg-server.old/hw/xnest [netbsd-9]:
Makefile
src/external/mit/xorg/server/xorg-server/hw/xnest [netbsd-9]: Makefile
src/share/mk [netbsd-9]: bsd.x11.mk

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1028):

share/mk/bsd.x11.mk: revision 1.135
external/mit/xorg/server/xorg-server/hw/xnest/Makefile: revision 1.22
external/mit/xorg/server/xorg-server.old/hw/xnest/Makefile: revision 1.4

Fix typos in ${X11INCS.DIX} include paths. PR/55500
Remove extra "-I" for ${X11INCS.DIX} macro.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.12.1 \
src/external/mit/xorg/server/xorg-server.old/hw/xnest/Makefile
cvs rdiff -u -r1.21 -r1.21.2.1 \
src/external/mit/xorg/server/xorg-server/hw/xnest/Makefile
cvs rdiff -u -r1.132 -r1.132.2.1 src/share/mk/bsd.x11.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 10:59:56 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: varmisc.mk

Log Message:
make(1): add tests for appending to a variable


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/make/unit-tests/varmisc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:58:59 UTC 2020

Modified Files:
src/distrib/notes/evbarm: xfer

Log Message:
Remove duplicate word


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/notes/evbarm/xfer

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:58:27 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
List all supported Amlogic SoCs


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/evbarm/hardware

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:50:27 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
Clarify SBSA support


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/notes/evbarm/hardware

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k

2020-07-26 Thread Martin Husemann
Module Name:xsrc
Committed By:   martin
Date:   Sun Jul 26 10:49:52 UTC 2020

Modified Files:
xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k [netbsd-9]:
x68kInit.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1026):

external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kInit.c: revision 
1.3

Use AllocDevicePair() to initialize input devices in InitInput().

This should have been done on the initial X11R7'fied imoprt as
upstream xnest did:
 
https://cgit.freedesktop.org/xorg/xserver/commit?id=32ce5c83a504d2cafd2b19ed628b40032ef347b3

Tested and no visible regression on XM6i.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.4.1 \
xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kInit.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:52:17 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
ThunderX is covered by SBBR+SBSA


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/distrib/notes/evbarm/hardware

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] xsrc/external/mit

2020-07-26 Thread Martin Husemann
Module Name:xsrc
Committed By:   martin
Date:   Sun Jul 26 10:56:19 UTC 2020

Modified Files:
xsrc/external/mit/xorg-server.old/dist/fb [netbsd-9]: fb.h fbcmap_mi.c
fbscreen.c
xsrc/external/mit/xorg-server/dist/fb [netbsd-9]: fb.h fbcmap_mi.c
fbscreen.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1027):

external/mit/xorg-server/dist/fb/fbcmap_mi.c: revision 1.2
external/mit/xorg-server.old/dist/fb/fbscreen.c: revision 1.2
external/mit/xorg-server.old/dist/fb/fb.h: revision 1.2
external/mit/xorg-server/dist/fb/fb.h: revision 1.2
external/mit/xorg-server/dist/fb/fbscreen.c: revision 1.2
external/mit/xorg-server.old/dist/fb/fbcmap_mi.c: revision 1.2

Fix 1bpp Xservers on "whitePixel=0, blackPixel=1" VRAMs.

- Don't override pScreen->blackPixel and pScreen->whitePixel
  (set in MD server Init functions per -filpPixels option)
  on 1bpp servers in merged fbSetupScreen() (merged one
  from cfbSetupScrenn and mfbSetupScreen() in old xsrc/xfree)
- Pull mfbCreateColormap() function from old xsrc/xfree tree
  and use it on 1bpp servers

Required by forthcoming X11R7'fied ancient Xsun and XsunMono servers:
 https://mail-index.netbsd.org/port-sun3/2020/07/17/msg000157.html

Without these fixes, mouse pointers and twm window titlebar etc. are
rendered inverted.

Pull 1bpp server fixes from xorg-server.old:
https://mail-index.netbsd.org/source-changes/2020/07/18/msg119488.html

Confirmed on luna68k 1bpp Xorg 1.20 server using xf86-video-wsfb
with "-flipPixels" option.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.4.1 \
xsrc/external/mit/xorg-server.old/dist/fb/fb.h \
xsrc/external/mit/xorg-server.old/dist/fb/fbcmap_mi.c \
xsrc/external/mit/xorg-server.old/dist/fb/fbscreen.c
cvs rdiff -u -r1.1.1.6 -r1.1.1.6.2.1 \
xsrc/external/mit/xorg-server/dist/fb/fb.h \
xsrc/external/mit/xorg-server/dist/fb/fbscreen.c
cvs rdiff -u -r1.1.1.5 -r1.1.1.5.4.1 \
xsrc/external/mit/xorg-server/dist/fb/fbcmap_mi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:55:36 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
Add i.MX8MQ


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/notes/evbarm/hardware

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:51:57 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
Add BCM2711


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/notes/evbarm/hardware

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/evbarm

2020-07-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jul 26 10:49:05 UTC 2020

Modified Files:
src/distrib/notes/evbarm: hardware

Log Message:
Note support for TI AM335x SoC


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/notes/evbarm/hardware

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 10:48:21 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: varmisc.exp varmisc.mk

Log Message:
make(1): add test for .MAKE.SAVE_DOLLARS


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/varmisc.exp
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/make/unit-tests/varmisc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/sys/dev/wsfb

2020-07-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 26 10:47:25 UTC 2020

Modified Files:
src/sys/dev/wsfb [netbsd-9]: genfb.c

Log Message:
Pull up following revision(s) (requested by jdolecek in ticket #1025):

sys/dev/wsfb/genfb.c: revision 1.73

reduce stack usage in genfb_calc_hsize()


To generate a diff of this commit:
cvs rdiff -u -r1.67.2.2 -r1.67.2.3 src/sys/dev/wsfb/genfb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/sys/dev/pci

2020-07-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 26 10:46:14 UTC 2020

Modified Files:
src/sys/dev/pci [netbsd-9]: pci_subr.c

Log Message:
Pull up following revision(s) (requested by jdolecek in ticket #1024):

sys/dev/pci/pci_subr.c: revision 1.224

change pci_conf_print() to allocate memory for the regs dynamically
instead of on-stack


To generate a diff of this commit:
cvs rdiff -u -r1.215.2.3 -r1.215.2.4 src/sys/dev/pci/pci_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/external/apache2/mDNSResponder/dist

2020-07-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 26 10:44:29 UTC 2020

Modified Files:
src/external/apache2/mDNSResponder/dist/mDNSPosix [netbsd-9]:
PosixDaemon.c mDNSPosix.c
src/external/apache2/mDNSResponder/dist/mDNSShared [netbsd-9]:
PlatformCommon.c

Log Message:
Pull up following revision(s) (requested by roy in ticket #1023):

external/apache2/mDNSResponder/dist/mDNSShared/PlatformCommon.c: 
revision 1.6
external/apache2/mDNSResponder/dist/mDNSPosix/mDNSPosix.c: revision 1.17
external/apache2/mDNSResponder/dist/mDNSPosix/PosixDaemon.c: revision 
1.13
external/apache2/mDNSResponder/dist/mDNSPosix/PosixDaemon.c: revision 
1.14

mdnsd: Treat EADDRNOTAVAIL as a transient error

mdnsd: starting and stopping are informational messages

mdnsd: Make the unable to parse resolv.conf message informative


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.4.1 \
src/external/apache2/mDNSResponder/dist/mDNSPosix/PosixDaemon.c
cvs rdiff -u -r1.16 -r1.16.2.1 \
src/external/apache2/mDNSResponder/dist/mDNSPosix/mDNSPosix.c
cvs rdiff -u -r1.5 -r1.5.4.1 \
src/external/apache2/mDNSResponder/dist/mDNSShared/PlatformCommon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 10:11:04 UTC 2020

Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: moderrs.exp

Log Message:
make(1): fix missing error message about missing @ delimiter

This had been broken since 2020-07-03, during a "refactoring".


To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 src/usr.bin/make/var.c
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/moderrs.exp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 10:04:06 UTC 2020

Modified Files:
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk

Log Message:
make(1): add test about missing delimiters in :@ modifier

These error conditions have been broken since var.c 1.236 on 2020-07-03.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/moderrs.exp \
src/usr.bin/make/unit-tests/moderrs.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/misc

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 09:22:15 UTC 2020

Modified Files:
src/share/misc: style

Log Message:
style: fix typo about enum constants being capitalized


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/share/misc/style

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 09:22:43 UTC 2020

Modified Files:
src/share/mk: bsd.README

Log Message:
share/mk/bsd.README: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.410 -r1.411 src/share/mk/bsd.README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 09:17:24 UTC 2020

Modified Files:
src: build.sh
src/tools/make: buildmake.sh.in

Log Message:
make(1): remove references to the removed lst.lib


To generate a diff of this commit:
cvs rdiff -u -r1.342 -r1.343 src/build.sh
cvs rdiff -u -r1.15 -r1.16 src/tools/make/buildmake.sh.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin

2020-07-26 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Jul 26 08:20:23 UTC 2020

Modified Files:
src/sbin/mount: pathadj.c
src/sbin/mount_ados: Makefile mount_ados.c
src/sbin/mount_autofs: Makefile mount_autofs.c
src/sbin/mount_fdesc: Makefile mount_fdesc.c
src/sbin/mount_filecore: Makefile mount_filecore.c
src/sbin/mount_kernfs: Makefile mount_kernfs.c
src/sbin/mount_null: Makefile mount_null.c
src/sbin/mount_overlay: Makefile mount_overlay.c
src/sbin/mount_procfs: Makefile mount_procfs.c
src/sbin/mount_ptyfs: Makefile mount_ptyfs.c
src/sbin/mount_umap: Makefile mount_umap.c
src/sbin/mount_union: Makefile mount_union.c

Log Message:
Refactor remaining mount_* commands to use the common pathadj()
function for resolving paths.

Make pathadj() no longer warn about symlinks. Symlinks in /dev are
regularly used in several places like LVM . The warning was also
only visible when calling a mount_* command directly as mount(8)
itself would resolve the path witout warning before passing it to
a mount_* command.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/mount/pathadj.c
cvs rdiff -u -r1.13 -r1.14 src/sbin/mount_ados/Makefile
cvs rdiff -u -r1.29 -r1.30 src/sbin/mount_ados/mount_ados.c
cvs rdiff -u -r1.2 -r1.3 src/sbin/mount_autofs/Makefile
cvs rdiff -u -r1.4 -r1.5 src/sbin/mount_autofs/mount_autofs.c
cvs rdiff -u -r1.13 -r1.14 src/sbin/mount_fdesc/Makefile
cvs rdiff -u -r1.26 -r1.27 src/sbin/mount_fdesc/mount_fdesc.c
cvs rdiff -u -r1.8 -r1.9 src/sbin/mount_filecore/Makefile
cvs rdiff -u -r1.20 -r1.21 src/sbin/mount_filecore/mount_filecore.c
cvs rdiff -u -r1.13 -r1.14 src/sbin/mount_kernfs/Makefile
cvs rdiff -u -r1.25 -r1.26 src/sbin/mount_kernfs/mount_kernfs.c
cvs rdiff -u -r1.12 -r1.13 src/sbin/mount_null/Makefile
cvs rdiff -u -r1.20 -r1.21 src/sbin/mount_null/mount_null.c
cvs rdiff -u -r1.5 -r1.6 src/sbin/mount_overlay/Makefile
cvs rdiff -u -r1.13 -r1.14 src/sbin/mount_overlay/mount_overlay.c
cvs rdiff -u -r1.14 -r1.15 src/sbin/mount_procfs/Makefile
cvs rdiff -u -r1.24 -r1.25 src/sbin/mount_procfs/mount_procfs.c
cvs rdiff -u -r1.5 -r1.6 src/sbin/mount_ptyfs/Makefile
cvs rdiff -u -r1.17 -r1.18 src/sbin/mount_ptyfs/mount_ptyfs.c
cvs rdiff -u -r1.11 -r1.12 src/sbin/mount_umap/Makefile
cvs rdiff -u -r1.26 -r1.27 src/sbin/mount_umap/mount_umap.c
cvs rdiff -u -r1.14 -r1.15 src/sbin/mount_union/Makefile
cvs rdiff -u -r1.22 -r1.23 src/sbin/mount_union/mount_union.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Sun Jul 26 08:08:41 UTC 2020

Modified Files:
src/sys/arch/mips/include: asm.h bswap.h bus_dma_defs.h
bus_space_defs.h bus_space_funcs.h cache.h cache_ls2.h
cache_mipsNN.h cache_octeon.h cache_r4k.h cache_r5900.h cache_r5k.h
cachectl.h cdefs.h cpu.h cpu_counter.h cpuregs.h db_machdep.h
ecoff_machdep.h fenv.h float.h frame.h ieeefp.h int_const.h
int_fmtio.h int_limits.h int_mwgwtypes.h intr.h isa_machdep.h
kcore.h kdbparam.h limits.h locore.h math.h mcontext.h mips1_pte.h
mips3_pte.h mipsNN.h mips_opcode.h mips_param.h netbsd32_machdep.h
pci_machdep.h pmap.h proc.h profile.h pte.h ptrace.h r3900regs.h
reg.h regdef.h regnum.h reloc.h setjmp.h sljit_machdep.h sysarch.h
vmparam.h wchar_limits.h wired_map.h

Log Message:
#define
Nuke trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/mips/include/asm.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/include/bswap.h \
src/sys/arch/mips/include/bus_dma_defs.h \
src/sys/arch/mips/include/cache_octeon.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/include/bus_space_defs.h \
src/sys/arch/mips/include/cache_ls2.h src/sys/arch/mips/include/kcore.h \
src/sys/arch/mips/include/wchar_limits.h \
src/sys/arch/mips/include/wired_map.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/include/bus_space_funcs.h \
src/sys/arch/mips/include/sljit_machdep.h
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/mips/include/cache.h
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/include/cache_mipsNN.h \
src/sys/arch/mips/include/cache_r5k.h \
src/sys/arch/mips/include/cpu_counter.h src/sys/arch/mips/include/fenv.h \
src/sys/arch/mips/include/int_const.h \
src/sys/arch/mips/include/netbsd32_machdep.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/mips/include/cache_r4k.h
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/mips/include/cache_r5900.h \
src/sys/arch/mips/include/frame.h src/sys/arch/mips/include/int_limits.h \
src/sys/arch/mips/include/reloc.h src/sys/arch/mips/include/setjmp.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mips/include/cachectl.h \
src/sys/arch/mips/include/ieeefp.h src/sys/arch/mips/include/intr.h \
src/sys/arch/mips/include/sysarch.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mips/include/cdefs.h
cvs rdiff -u -r1.128 -r1.129 src/sys/arch/mips/include/cpu.h
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/mips/include/cpuregs.h
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/mips/include/db_machdep.h
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/mips/include/ecoff_machdep.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/mips/include/float.h \
src/sys/arch/mips/include/ptrace.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/include/int_fmtio.h \
src/sys/arch/mips/include/int_mwgwtypes.h
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mips/include/isa_machdep.h \
src/sys/arch/mips/include/kdbparam.h src/sys/arch/mips/include/mipsNN.h \
src/sys/arch/mips/include/pci_machdep.h
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/mips/include/limits.h
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/mips/include/locore.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/include/math.h \
src/sys/arch/mips/include/r3900regs.h
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/mips/include/mcontext.h
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/mips/include/mips1_pte.h
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/mips/include/mips3_pte.h
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/mips/include/mips_opcode.h \
src/sys/arch/mips/include/profile.h
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/mips/include/mips_param.h
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/mips/include/pmap.h
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/mips/include/proc.h
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/mips/include/pte.h
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/mips/include/reg.h
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/mips/include/regdef.h
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/mips/include/regnum.h
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/mips/include/vmparam.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/mips

2020-07-26 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Sun Jul 26 07:57:06 UTC 2020

Modified Files:
src/sys/arch/mips/mips: db_interface.c

Log Message:
Rework "machine cp0" command and support macros to use CP0 reg defines
instead of magic numbers for CP0 regs with a select number.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/arch/mips/mips/db_interface.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Sun Jul 26 07:52:08 UTC 2020

Modified Files:
src/sys/arch/mips/include: cpuregs.h

Log Message:
Add CP0 Config Registers 6 and 7.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/mips/include/cpuregs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/rmi

2020-07-26 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Sun Jul 26 07:48:07 UTC 2020

Modified Files:
src/sys/arch/mips/rmi: rmixl_spl.S rmixl_subr.S

Log Message:
Use EIMR/EIRR regs definitions from 


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/rmi/rmixl_spl.S
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/rmi/rmixl_subr.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/mips

2020-07-26 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Sun Jul 26 07:47:27 UTC 2020

Modified Files:
src/sys/arch/mips/mips: locore_octeon.S

Log Message:
Adjust for new CP0 reg names, comment out most of the Cavium CP0
specific functions that are unused.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/mips/mips/locore_octeon.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips

2020-07-26 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Sun Jul 26 07:46:21 UTC 2020

Modified Files:
src/sys/arch/mips/cavium/dev: octeon_corereg.h
src/sys/arch/mips/include: cpuregs.h

Log Message:
Remove mostly duplicate MIPS spec CP0 regs from octeon_corereg.h, move
the Cavium specific CP0 regs to  as done for other core
specific regs.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/cavium/dev/octeon_corereg.h
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/mips/include/cpuregs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xorg-server/dist/hw/sun

2020-07-26 Thread Izumi Tsutsui
Module Name:xsrc
Committed By:   tsutsui
Date:   Sun Jul 26 07:35:37 UTC 2020

Modified Files:
xsrc/external/mit/xorg-server/dist/hw/sun: sunFbs.c

Log Message:
Explicitly initialize origColormapValid for readability.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xorg-server/dist/hw/sun/sunFbs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Ryo Shimizu
Module Name:src
Committed By:   ryo
Date:   Sun Jul 26 07:26:52 UTC 2020

Modified Files:
src/sys/arch/aarch64/aarch64: trap.c

Log Message:
add support swp,swpb instruction emulation


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/aarch64/aarch64/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2020-07-26 Thread Ryo Shimizu
Module Name:src
Committed By:   ryo
Date:   Sun Jul 26 07:25:38 UTC 2020

Modified Files:
src/sys/arch/aarch64/aarch64: trap.c

Log Message:
- add support conditionally execution for A32 instruction emulation
- separated the processing of ARM and THUMB emul clearly. do not confuse the 
Thumb-32bit instruction with the ARM instruction.
- use far_el1 instead of tf_pc to return correct fault address when instruction 
emulation


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/aarch64/aarch64/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2020-07-26 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Jul 26 07:24:27 UTC 2020

Modified Files:
src/usr.bin/make: lst.c

Log Message:
make(1): replace macros with functions


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/lst.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



  1   2   >