Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/08/2006 22:11:48
Module Name:	src
Committed By:	dsl
Date:		Wed Mar  8 22:11:48 UTC 2006

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

Log Message:
Avoid calling JobRestartJobs() from the SIGCONT signal handler, instead
push a byte through the (now badly named) exit_pipe and call JobRestartJobs()
from the main code path when poll() wakes up.
Part of a plan to remove JobSigLock() and the zillions of system calls
it does.


To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 src/usr.bin/make/job.c

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