[ClusterIt-CVS] CVS commit: src
Brought to you by:
garbled
|
From: Tim R. <ga...@us...> - 2007-01-22 18:48:18
|
Module Name: src Committed By: garbled Date: Mon Jan 22 18:48:16 UTC 2007 Modified Files: src/common: common.c common.h src/dsh: dsh.c rseq.c run.c src/pcp: pcp.c Log Message: Rework the signal handling per the patch from scientific linux. Rather than set up a SIGALRM handler in the parent and rely on it getting passed down to the child (in the case of dsh), we set the handler in test_node(). This cleans up the code in a few of the programs that only had handler code in order to listen to this one signal. Also fix the fgets on linux problem in rseq, run and pcp. Other programs still have to be updated for these (and other) changes. Still working through them all. To generate a diff of this commit: cvs rdiff -r1.28 -r1.29 src/common/common.c cvs rdiff -r1.14 -r1.15 src/common/common.h cvs rdiff -r1.33 -r1.34 src/dsh/dsh.c cvs rdiff -r1.23 -r1.24 src/dsh/rseq.c cvs rdiff -r1.18 -r1.19 src/dsh/run.c cvs rdiff -r1.20 -r1.21 src/pcp/pcp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |