Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/23/2000 05:35:47
Module Name:	basesrc
Committed By:	he
Date:		Sun Jan 23 13:35:47 UTC 2000

Modified Files:
	basesrc/usr.bin/make [netbsd-1-4]: job.c

Log Message:
Pull up revisions 1.26-1.31 (requested by christos):
  Several fixes:
   o SystemV portability
   o Avoid non-portable use of 'sh -q'
   o Job control fixes when USE_PGRP is in use
   o Fix stack overflow bugs, use snprintf (fixes PR#8259)
   o Don't bother freeing mem right before exit()
   o Be caseful when creating temporary files, to avoid
     security problem.


To generate a diff of this commit:
cvs rdiff -r1.25.2.1 -r1.25.2.2 basesrc/usr.bin/make/job.c

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