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

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 07:46:18 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: depsrc-usebefore.exp depsrc-usebefore.mk Log Message: make(1): add test for the special source .USEBEFORE To generate a diff of this commit: cvs rdiff -u

CVS commit: src/libexec/ftpd

2020-08-22 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Aug 22 08:08:48 UTC 2020 Modified Files: src/libexec/ftpd: ftpd.conf.5 Log Message: ftpd.conf(5): remove duplicate "be" Two be or not two be. Noted by SAITOH Masanobu in private mail. To generate a diff of this commit: cvs

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

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 07:49:44 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: depsrc-use.exp depsrc-use.mk depsrc-usebefore.mk Log Message: make(1): add test for the special source .USE To generate a diff of this

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 08:01:34 UTC 2020 Modified Files: src/usr.bin/make: compat.c job.c job.h make.c suff.c Log Message: make(1): remove form feeds in the code To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120

CVS commit: src/share/misc

2020-08-22 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Aug 22 07:24:41 UTC 2020 Modified Files: src/share/misc: acronyms.comp Log Message: a theoretical computer, as referenced in at least one NetBSD commit msg To generate a diff of this commit: cvs rdiff -u -r1.310 -r1.311

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 07:26:34 UTC 2020 Modified Files: src/usr.bin/make: lst.c Log Message: make(1): rename local list functions Since the name of LstIsValid and LstNodeIsValid now matches exactly the comment, the comment is not needed

CVS commit: src

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 08:29:13 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: depsrc-usebefore-double-colon.exp

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

2020-08-22 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Aug 22 09:08:21 UTC 2020 Modified Files: src/sys/arch/mips/include: locore.h Log Message: Invert the MIPS-I non-4kB page size check. The previous check doesn't fail if both MIPS1 and MIPS3_PLUS are defined. Explictly check

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

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 09:16:08 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: sh-leading-at.exp sh-leading-at.mk Log Message: make(1): add test for suppressing the output of the command using @ To generate a diff of this commit:

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 08:40:03 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): condense the comment for Make_HandleUse The "side effects" were already mentioned in the main section. To generate a diff of this

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 09:03:53 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): remove unused return value for DirMatchFiles To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/usr.bin/make/dir.c

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 09:40:18 UTC 2020 Modified Files: src/usr.bin/make: dir.c lst.c lst.h Log Message: make(1): add Lst_Append to add an item at the end of the list The previous variant of using a special case of Lst_InsertAfter was

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 09:51:57 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): fix constness of shellArgv This is needed to build with -DCLEANUP, which apparently nobody did for the last 17 years, or at least since

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 10:07:29 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): remove constant variable The variable "local" had been TRUE for at least the last 28 years. No change in binary size, as expected.

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 11:57:18 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): make .USEBEFORE handling simpler There is no need to duplicate the list of .USEBEFORE commands, just to destroy that list immediately.

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

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 12:30:57 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: depsrc-use.exp depsrc-use.mk Log Message: make(1): add test for correct command order in .USE sources To generate a diff of this commit: cvs rdiff -u

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

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 12:42:32 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: dep-double-colon.exp dep-double-colon.mk Log Message: make(1): add test for :: in the main target To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 13:49:40 UTC 2020 Modified Files: src/usr.bin/make: lst.c Log Message: make(1): allow the inconsistency with Lst_OpenS to be discovered The -dL option is intended to find bugs in Makefiles and in make itself,

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 14:04:22 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): remove wrong comment for Dir_Init Neither the list nor the hash table modules have anything to do with opening directories. To generate

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 14:54:48 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h make.c suff.c Log Message: make(1): add strict argument checks for Lst_InsertBefore As with the other modifying operations on lists, the callers already

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 13:44:17 UTC 2020 Modified Files: src/usr.bin/make: make.c parse.c Log Message: make(1): replace two instances of Lst_AtFront with Lst_Prepend In these cases, the list is guaranteed to be valid, therefore no assertion

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 14:39:12 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c dir.c lst.c lst.h make.c parse.c suff.c Log Message: make(1): convert Lst_Enqueue and Lst_Dequeue to nonnull variants Except for once

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

2020-08-22 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Aug 22 15:25:50 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: Supress /bin/sh: in error for sh-dots To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108

CVS commit: src/sys/arch/x68k/stand/xxboot

2020-08-22 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 22 10:05:04 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: ashldi3.S Log Message: typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/stand/xxboot/ashldi3.S Please

CVS commit: src/sys/dev/nvmm/x86

2020-08-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 22 11:01:10 UTC 2020 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: nvmm-x86-vmx: fix detection of the BIOS lock If it's locked, ensure it's locked with VMX enabled. If it's not locked, then lock it

CVS commit: src/sys/dev/nvmm/x86

2020-08-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 22 10:59:05 UTC 2020 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c Log Message: nvmm-x86-svm: dedup code To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/dev/nvmm/x86/nvmm_x86_svm.c Please

CVS commit: src/sys/dev/nvmm/x86

2020-08-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 22 11:00:01 UTC 2020 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86.c Log Message: nvmm-x86: hide more CPUID flags, mostly related to perf monitors To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 11:27:02 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: sh-dots.exp sh-dots.mk Log Message: make(1): add test

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 13:28:20 UTC 2020 Modified Files: src/usr.bin/make: job.c lst.c lst.h make.c meta.c parse.c suff.c targ.c Log Message: make(1): convert remaining Lst_AtEnd to the stricter Lst_Append The general-purpose list library

CVS commit: src/sys/uvm/pmap

2020-08-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 22 13:59:16 UTC 2020 Modified Files: src/sys/uvm/pmap: pmap_segtab.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/uvm/pmap/pmap_segtab.c Please note that diffs

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 14:56:45 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h Log Message: make(1): unexport Lst_InsertBefore and Lst_InsertAfter To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/make/lst.c

CVS commit: src/sys/uvm/pmap

2020-08-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 22 15:32:36 UTC 2020 Modified Files: src/sys/uvm/pmap: pmap_segtab.c Log Message: Remove the #if defined(__mips_n64) && PAGE_SIZE == 8192 and make the check MI - all PTs are PAGE_SIZE aligned To generate a diff of this

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 15:43:32 UTC 2020 Modified Files: src/usr.bin/make: compat.c dir.c job.c lst.c lst.h make.c suff.c Log Message: make(1): require argument of Lst_Member to be non-null Since the lists don't contain null pointers, it

CVS commit: src/sys/arch/x68k/stand/xxboot

2020-08-22 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 22 10:12:29 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: ashldi3.S Log Message: Minor improvement. add/addx is faster and the size remains the same. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 11:53:18 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: depsrc-usebefore.exp depsrc-usebefore.mk Log Message: make(1): extend test for .USEBEFORE When several .USEBEFORE targets are added to another target,

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

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 12:51:11 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: dep-none.exp dep-none.mk Log Message: make(1): add test for "no target to make" To generate a

CVS commit: src/sys/uvm/pmap

2020-08-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 22 14:51:44 UTC 2020 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: Whitespace - line continutation alignment To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/uvm/pmap/pmap_tlb.c Please

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 15:17:09 UTC 2020 Modified Files: src/usr.bin/make: arch.c dir.c lst.c lst.h main.c make.c meta.c parse.c suff.c targ.c Log Message: make(1): replace Lst_Datum with non-null guaranteeing Lst_DatumS To

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 15:46:28 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): declare unused argument in Arch_TouchLib in a simpler way To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 11:35:00 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c dir.c job.c main.c make.c parse.c suff.c targ.c Log Message: make(1): replace "(void)Lst_AtEnd" with stricter "Lst_AppendS" This change

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 13:06:40 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h make.c Log Message: make(1): make Make_HandleUse simpler Since the function names now contain the text from the comments, the comments can be shortened a

CVS commit: src/sys

2020-08-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 22 15:34:52 UTC 2020 Modified Files: src/sys/arch/mips/include: pte.h src/sys/arch/powerpc/include/booke: pte.h src/sys/uvm/pmap: pmap_segtab.c Log Message: Remove pte_zero_p and simply check against 0.

CVS commit: src/usr.bin/make

2020-08-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 22 16:00:52 UTC 2020 Modified Files: src/usr.bin/make: lst.c Log Message: #include for uint8_t To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/usr.bin/make/lst.c Please note that diffs are not public

CVS commit: src

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 16:51:26 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: dep-var.exp dep-var.mk Log Message: make(1): add test

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 18:20:31 UTC 2020 Modified Files: src/usr.bin/make: make.h targ.c Log Message: make(1): restructure GNode types and documentation Having a numbered list above the type was not helpful since the numbers didn't serve

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 15:55:22 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): extract percentage calculation out of Dir_PrintDirectories To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 17:32:55 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): fix documentation of Var_Parse To generate a diff of this commit: cvs rdiff -u -r1.454 -r1.455 src/usr.bin/make/var.c Please note that

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 18:44:22 UTC 2020 Modified Files: src/usr.bin/make: make.h suff.c Log Message: make(1): convert GNode type constants to enum This allows debuggers to print symbolic names for the type flags. The names of these

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 19:53:22 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): replace segmentation fault with failed assertion To reproduce: ./make -r -C unit-tests -f sh-dots.mk -j1 Without -j1, the test

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 17:34:25 UTC 2020 Modified Files: src/usr.bin/make: dir.c lst.c main.c meta.c parse.c var.c Log Message: make(1): fix indentation To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/usr.bin/make/dir.c

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 18:47:31 UTC 2020 Modified Files: src/usr.bin/make: main.c make.h Log Message: make(1): remove unused variable jobServer To generate a diff of this commit: cvs rdiff -u -r1.309 -r1.310 src/usr.bin/make/main.c cvs

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 19:27:22 UTC 2020 Modified Files: src/usr.bin/make: make.h Log Message: make(1): remove wrong comment about possible Y2038 problem The "time" that is mentioned is not clock time but a sequence number. To generate a

CVS commit: src/usr.bin/make

2020-08-22 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Aug 22 19:30:59 UTC 2020 Modified Files: src/usr.bin/make: job.c make.1 nonints.h var.c src/usr.bin/make/unit-tests: export.exp Log Message: Add .SHELL as read-only variable The .SHELL variable represents the shellPath

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 19:57:43 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): use Lst_OpenS in Dir_SetPATH Since dirSearchPath is initialized in Dir_Init, opening the list can never fail. To generate a diff of

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 20:03:41 UTC 2020 Modified Files: src/usr.bin/make: make.c Log Message: make(1): use Lst_OpenS in make.c The fields GNode.children, parents and iParents are guaranteed to be valid lists. To generate a diff of this

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 20:31:50 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varname-empty.exp varname-empty.mk Log Message: make(1): prevent assignment to the variable with the empty name To

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 21:12:29 UTC 2020 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: varname-empty.mk Log Message: make(1): fix undefined behavior when assigning to variable "" Using a programming language

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

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 21:22:24 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile varname-empty.exp varname-empty.mk Log Message: make(1): try to set the variable named "" using the command line Before 2020-08-22,

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 22:41:42 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h make.c parse.c suff.c Log Message: make(1): make moving and copying lists simpler Instead of the two-in-one Lst_Concat, having two separate functions is

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 22:57:53 UTC 2020 Modified Files: src/usr.bin/make: dir.c lst.c lst.h make.c suff.c Log Message: make(1): replace Lst_Duplicate with Lst_CopyS Lst_Duplicate would have passed through any null pointer, which was not

CVS commit: src

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 20:23:14 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: varname-empty.exp varname-empty.mk Log Message:

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 21:42:38 UTC 2020 Modified Files: src/usr.bin/make: compat.c cond.c dir.h for.c job.c lst.c make.h parse.c suff.c var.c Log Message: make(1): clean up headers Remove redundant headers that are already

CVS commit: src

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 21:55:54 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: dir-expand-path.exp dir-expand-path.mk Log Message:

CVS commit: src/usr.bin/make

2020-08-22 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Aug 22 20:50:44 UTC 2020 Modified Files: src/usr.bin/make: Makefile src/usr.bin/make/unit-tests: Makefile Log Message: Use TEST_MAKE to run unit-tests This lets us take advantage of new features like ${.SHELL} To

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

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 21:02:56 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varname-empty.mk Log Message: make(1): try a bit harder to set the variable with the empty name There is not only the != assignment operator, but a few

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

2020-08-22 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Aug 22 21:30:52 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: bash says 'command not found' To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/usr.bin/make/unit-tests/Makefile

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 21:58:27 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): use Lst_OpenS in Arch_MemMTime The field GNode.parents is guaranteed to be a valid list. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 22:00:50 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h suff.c Log Message: make(1): make Lst_Prev stricter regarding null pointers To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/usr.bin/make

2020-08-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 22 23:06:51 UTC 2020 Modified Files: src/usr.bin/make: dir.c lst.c Log Message: make(1): migrate Lst_AtFront to Lst_PrependS This makes Lst_AtFront unused, as well as LstInsertBefore. To generate a diff of this commit:

CVS commit: src/share/man/man4

2020-08-22 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 23 03:17:00 UTC 2020 Modified Files: src/share/man/man4: ddb.4 Log Message: Use upper-case "CPU" consistently in all text except DDB command names. To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.193

CVS commit: src/sys/dev/audio

2020-08-22 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Aug 23 04:07:23 UTC 2020 Modified Files: src/sys/dev/audio: audio.c Log Message: Style fixes. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/audio/audio.c Please note that diffs are not public

CVS commit: src/share/man/man4

2020-08-22 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 23 03:23:53 UTC 2020 Modified Files: src/share/man/man4: ddb.4 Log Message: Document the MIPs "mips machine {cpu,nmi,watch,unwatch}" commands. Add commented out stubs for the mfcr and mtcr commands. To generate a diff

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

2020-08-22 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Aug 23 03:21:58 UTC 2020 Modified Files: src/sys/arch/mips/mips: db_interface.c Log Message: Add /v to show only valid TLBs. Align tlb display nicely if > 100 TLBs. Sort commands in the command dispatch function. To

CVS commit: src/sys/dev/audio

2020-08-22 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Aug 23 04:14:57 UTC 2020 Modified Files: src/sys/dev/audio: audio.c Log Message: Improve and update comments. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/dev/audio/audio.c Please note that diffs

CVS commit: src/sys/dev/audio

2020-08-22 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Aug 23 04:20:01 UTC 2020 Modified Files: src/sys/dev/audio: audio.c Log Message: Improve debug messages. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/dev/audio/audio.c Please note that diffs are not