CVS commit: src/usr.bin/make

2020-08-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 31 05:56:02 UTC 2020 Modified Files: src/usr.bin/make: lst.c suff.c Log Message: make(1): fix unbalanced Lst_Open/Lst_Close in SuffFindCmds This bug had been there since the initial import of make, on 1993-03-21. It just

CVS commit: src/usr.bin/make

2020-08-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 30 21:20:06 UTC 2020 Modified Files: src/usr.bin/make: lst.c Log Message: make(1): fix comment for Lst_Destroy To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/usr.bin/make/lst.c Please note that diffs

CVS commit: src/usr.sbin/puffs/mount_9p

2020-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 30 21:12:45 UTC 2020 Modified Files: src/usr.sbin/puffs/mount_9p: Makefile Log Message: include bsd.init.mk to avoid: make: Bad conditional expression ` != "no"' in != "no"? -DINET6 : To generate a diff of this

CVS commit: src/bin/kill

2020-08-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 30 20:14:07 UTC 2020 Modified Files: src/bin/kill: kill.1 Log Message: Mark up path with Pa and use Ev for environment variable. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/bin/kill/kill.1 Please

CVS commit: src/usr.bin/make

2020-08-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 30 20:08:47 UTC 2020 Modified Files: src/usr.bin/make: compat.c Log Message: make(1): remove unreachable code from CompatRunCommand At the point where Str_Words is called, the string contains no meta-characters. This

CVS commit: src/usr.bin/make

2020-08-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 30 19:56:02 UTC 2020 Modified Files: src/usr.bin/make: compat.c for.c job.c main.c nonints.h str.c var.c Log Message: make(1): replace brk_string with Str_Words The API is much simpler, and there is less detail that is

CVS commit: src/bin/sh

2020-08-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Aug 30 19:45:05 UTC 2020 Modified Files: src/bin/sh: jobs.c Log Message: Since "struct job" gained a pgrp member some time ago now, use it instead of simply assuming that the pid of the first (leftmost) process in a pipeline is

CVS commit: src/bin/kill

2020-08-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Aug 30 19:41:39 UTC 2020 Modified Files: src/bin/kill: kill.1 Log Message: Note that negative pid args are permitted (indicating to send to the pgrp abs(pid)) and indicate that -- is (strictly) needed if the first pid arg (there

CVS commit: src/bin/kill

2020-08-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Aug 30 19:35:10 UTC 2020 Modified Files: src/bin/kill: kill.c Log Message: Every integer that fits within a pid_t is a potential "pid" arg to kill. That means we cannot use (pid_t)-1 as an error indicator, as that's a valid pid

CVS commit: src/usr.bin/make

2020-08-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 30 18:26:41 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): add debug macros to suff.c This reduces the visual space that the debugging statements need. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/alpha/alpha

2020-08-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Aug 30 16:26:56 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: prom.c Log Message: When initializing the PROM interface, check to see if we're running inside Qemu by consulting the system serial number, and quickly abort

CVS commit: src/bin/kill

2020-08-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Aug 30 16:10:40 UTC 2020 Modified Files: src/bin/kill: kill.1 kill.c Log Message: Use the POSIX specified format if POSIXLY_CORRECT is set in the environment, rather than the nicer layout that is normally used. Note this

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

2020-08-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 30 14:25:45 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: directive-ifmake.exp directive-ifmake.mk Log Message: make(1): extend test for .ifmake and .MAKEFLAGS To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2020-08-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 30 14:11:42 UTC 2020 Modified Files: src/usr.bin/make: compat.c dir.c make.c make.h suff.c targ.c Log Message: make(1): rename GNode.iParents to implicitParents The i alone was too ambiguous. It could have meant ignore,

CVS commit: src/usr.bin/make

2020-08-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 30 13:53:02 UTC 2020 Modified Files: src/usr.bin/make: job.c Log Message: make(1): remove ineffective malloc_options variable According to jemalloc(3), the variable must be called _malloc_options, with a leading

CVS commit: src/sys/arch/amd64/conf

2020-08-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 11:16:17 UTC 2020 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.577 -r1.578 src/sys/arch/amd64/conf/GENERIC Please note that

CVS commit: src/usr.bin/make

2020-08-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 30 11:15:05 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): rename Lst_Datum to LstNode_Datum To generate a diff of this

CVS commit: src/usr.bin/make

2020-08-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 30 11:12:06 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): rename Lst_Memeber to Lst_FindDatum The new name nicely aligns with Lst_Find and Lst_FindFrom.

CVS commit: src/sys/arch/pmax/conf

2020-08-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 30 07:09:02 UTC 2020 Modified Files: src/sys/arch/pmax/conf: GENERIC Log Message: Add some debug options to help find why the automated tests are failing. XXX turn off on release branch To generate a diff of this

CVS commit: src/sys/arch/pmax/conf

2020-08-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 30 07:08:13 UTC 2020 Modified Files: src/sys/arch/pmax/conf: GENERIC Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.201 -r1.202 src/sys/arch/pmax/conf/GENERIC Please note that diffs