Thread: [ClusterIt-CVS] CVS commit: src (Page 2)
Brought to you by:
garbled
|
From: Tim R. <ga...@us...> - 2007-02-15 22:09:10
|
Module Name: src Committed By: garbled Date: Thu Feb 15 22:09:09 UTC 2007 Modified Files: src/common: common.c src/pcp: pcp.c Log Message: Fix coverity id #8. Free rcp when I'm done with it, and at the same time, make sure cmd[0] in parse_rcmd() is allways a malloc'd string so it can safely be freed. To generate a diff of this commit: cvs rdiff -r1.30 -r1.31 src/common/common.c cvs rdiff -r1.23 -r1.24 src/pcp/pcp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2007-03-29 18:23:17
|
Module Name: src Committed By: garbled Date: Thu Mar 29 18:23:11 UTC 2007 Modified Files: src/common: sockcommon.c src/jsd: jsh.c Log Message: returned buffer must be freed from read_from_client. Fixes coverity id 5. To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 src/common/sockcommon.c cvs rdiff -r1.16 -r1.17 src/jsd/jsh.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2007-04-02 18:39:14
|
Module Name: src Committed By: garbled Date: Mon Apr 2 18:38:53 UTC 2007 Modified Files: src/dsh: dsh.c rseq.c run.c src/jsd: jsh.c Log Message: Fix coverity id 5. Sometimes we use command as it was malloc'd and sometimes we replace it with the return of fgets(). In the latter case, free command first, and free it when we are done. To generate a diff of this commit: cvs rdiff -r1.35 -r1.36 src/dsh/dsh.c cvs rdiff -r1.26 -r1.27 src/dsh/rseq.c cvs rdiff -r1.20 -r1.21 src/dsh/run.c cvs rdiff -r1.17 -r1.18 src/jsd/jsh.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2007-04-02 18:49:09
|
Module Name: src Committed By: garbled Date: Mon Apr 2 18:49:08 UTC 2007 Modified Files: src/common: common.c src/dsh: dsh.c rseq.c run.c src/jsd: jsh.c Log Message: Caller must free return from build_rshstring(). Fix coverity ID 15 To generate a diff of this commit: cvs rdiff -r1.33 -r1.34 src/common/common.c cvs rdiff -r1.36 -r1.37 src/dsh/dsh.c cvs rdiff -r1.27 -r1.28 src/dsh/rseq.c cvs rdiff -r1.21 -r1.22 src/dsh/run.c cvs rdiff -r1.18 -r1.19 src/jsd/jsh.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2007-04-02 18:57:08
|
Module Name: src Committed By: garbled Date: Mon Apr 2 18:57:05 UTC 2007 Modified Files: src/dsh: dsh.c rseq.c run.c src/jsd: jsh.c Log Message: Fix coverity ID 16. rsh and the contents of rsh are not freed. To generate a diff of this commit: cvs rdiff -r1.37 -r1.38 src/dsh/dsh.c cvs rdiff -r1.28 -r1.29 src/dsh/rseq.c cvs rdiff -r1.22 -r1.23 src/dsh/run.c cvs rdiff -r1.19 -r1.20 src/jsd/jsh.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2007-05-22 08:52:15
|
Module Name: src
Committed By: garbled
Date: Tue May 22 08:52:13 UTC 2007
Modified Files:
src: Makefile.am Makefile.in config.h.in configure configure.ac
src/barrier: Makefile.in
src/common: netbsd.c
src/dsh: Makefile.in
src/dvt: Makefile.in
src/jsd: Makefile.in
src/pcp: Makefile.in
src/rvt: Makefile.in
src/tools: Makefile.in
Added Files:
src/dtop: Makefile.am Makefile.in dtop.1 dtop.c
Log Message:
Add dtop, a distributed version of top. This program can be used
similarly to top, to check for hog processes across an entire cluster, or
to simply view the loadavg/memory usage across multiple nodes.
The program in it's current state is mostly functional. The manpage has
not yet been written. Still some fine tuning and debugging left to do.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/Makefile.am
cvs rdiff -r1.5 -r1.6 src/Makefile.in
cvs rdiff -r1.4 -r1.5 src/config.h.in src/configure.ac
cvs rdiff -r1.6 -r1.7 src/configure
cvs rdiff -r1.6 -r1.7 src/barrier/Makefile.in
cvs rdiff -r1.3 -r1.4 src/common/netbsd.c
cvs rdiff -r1.6 -r1.7 src/dsh/Makefile.in
cvs rdiff -r0 -r1.1 src/dtop/Makefile.am src/dtop/Makefile.in src/dtop/dtop.1 \
src/dtop/dtop.c
cvs rdiff -r1.5 -r1.6 src/dvt/Makefile.in
cvs rdiff -r1.5 -r1.6 src/jsd/Makefile.in
cvs rdiff -r1.5 -r1.6 src/pcp/Makefile.in
cvs rdiff -r1.7 -r1.8 src/rvt/Makefile.in
cvs rdiff -r1.7 -r1.8 src/tools/Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|
From: Tim R. <ga...@us...> - 2007-07-02 17:30:31
|
Module Name: src Committed By: garbled Date: Mon Jul 2 17:30:28 UTC 2007 Modified Files: src/common: common.h netbsd.c src/dtop: dtop.c Log Message: Make it all compile on solaris and linux To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 src/common/common.h cvs rdiff -r1.4 -r1.5 src/common/netbsd.c cvs rdiff -r1.1 -r1.2 src/dtop/dtop.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2007-07-03 18:33:38
|
Module Name: src Committed By: garbled Date: Tue Jul 3 18:33:37 UTC 2007 Modified Files: src/dsh: dsh.c src/dvt: dvt.c src/pcp: pcp.1 pcp.c Log Message: Per a bug report from Will Maier, when running as non-root, the error from dsh about not being able to run setrlimit is rather cryptic. Enhance. Implement pcp -b, or reverse pcp. This will allow you to gether files from remote machines, rather than populate files to remote machines. This is useful for backups, or gathering information about machines. To generate a diff of this commit: cvs rdiff -r1.38 -r1.39 src/dsh/dsh.c cvs rdiff -r1.14 -r1.15 src/dvt/dvt.c cvs rdiff -r1.17 -r1.18 src/pcp/pcp.1 cvs rdiff -r1.27 -r1.28 src/pcp/pcp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2007-07-23 19:37:20
|
Module Name: src Committed By: garbled Date: Mon Jul 23 19:37:18 UTC 2007 Modified Files: src: CHANGES Log Message: Update with recent changes To generate a diff of this commit: cvs rdiff -r1.18 -r1.19 src/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2007-07-30 16:49:08
|
Module Name: src Committed By: garbled Date: Mon Jul 30 16:49:06 UTC 2007 Modified Files: src/common: common.c src/dsh: dsh.c rseq.c run.c src/dtop: dtop.c src/jsd: jsh.c src/pcp: pcp.c Log Message: Apply patch from tracker item 1763258. 1) missing sys/stat.h in pcp caused compile failure. 2) SIGALRM on linux has some rather odd little quirks. It would seem if you set SA_RESTART, and then call connect, when the alarm goes off, it just goes back to waiting forever for the connect to die on it's own anyway. Additionaly, to shut off SA_RESTART, you have to do it twice. 3) I think pipe functionality on linux is completely broken. fgets on stdout while stderr had data pending would never return NULL (for EOF) and therefore would block forever. Switching fgets for fgetline didn't help, so ended up having to call fgets once per poll loop rather than in a while loop. With these fixes, dsh seems to work well on linux. Applied the fix to all the other binaries too. To generate a diff of this commit: cvs rdiff -r1.35 -r1.36 src/common/common.c cvs rdiff -r1.39 -r1.40 src/dsh/dsh.c cvs rdiff -r1.29 -r1.30 src/dsh/rseq.c cvs rdiff -r1.23 -r1.24 src/dsh/run.c cvs rdiff -r1.3 -r1.4 src/dtop/dtop.c cvs rdiff -r1.20 -r1.21 src/jsd/jsh.c cvs rdiff -r1.28 -r1.29 src/pcp/pcp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2008-02-27 18:50:36
|
Module Name: src Committed By: garbled Date: Wed Feb 27 18:50:34 UTC 2008 Modified Files: src/dsh: dsh.c src/dtop: dtop.c src/pcp: pcp.c Log Message: Apply patches from [ 1767814 ] wrong usage of exit causes silliness on linux. _exit should be used instead of exit to prevent linux duplicating output when dumped to a pipe. To generate a diff of this commit: cvs rdiff -r1.40 -r1.41 src/dsh/dsh.c cvs rdiff -r1.4 -r1.5 src/dtop/dtop.c cvs rdiff -r1.29 -r1.30 src/pcp/pcp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2008-02-27 18:54:37
|
Module Name: src Committed By: garbled Date: Wed Feb 27 18:54:35 UTC 2008 Modified Files: src/dvt: dvt.c src/rvt: command.c Log Message: Apply patches from: [ 1842540 ] XSendEvent issues with dvt/rvt There seems to have been some kind of change in how XSendEvent sends events to a window, making rvt/dvt no longer able to cut and paste. Additionally, somewhere along the line the scrollbar and up/down arrows on dvt seem to have been broken. This patch fixes all of the above. To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 src/dvt/dvt.c cvs rdiff -r1.2 -r1.3 src/rvt/command.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2008-02-27 19:35:48
|
Module Name: src Committed By: garbled Date: Wed Feb 27 19:35:46 UTC 2008 Modified Files: src: CHANGES README clusterit.spec configure.ac src/common: common.c Log Message: Update files for 2.5 release To generate a diff of this commit: cvs rdiff -r1.19 -r1.20 src/CHANGES cvs rdiff -r1.10 -r1.11 src/README cvs rdiff -r1.6 -r1.7 src/clusterit.spec cvs rdiff -r1.5 -r1.6 src/configure.ac cvs rdiff -r1.37 -r1.38 src/common/common.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2008-02-27 19:36:45
|
Module Name: src Committed By: garbled Date: Wed Feb 27 19:36:42 UTC 2008 Modified Files: src: Makefile.in configure src/barrier: Makefile.in src/dsh: Makefile.in src/dtop: Makefile.in src/dvt: Makefile.in src/jsd: Makefile.in src/pcp: Makefile.in src/rvt: Makefile.in src/tools: Makefile.in Log Message: Regen To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 src/Makefile.in cvs rdiff -r1.7 -r1.8 src/configure cvs rdiff -r1.7 -r1.8 src/barrier/Makefile.in cvs rdiff -r1.7 -r1.8 src/dsh/Makefile.in cvs rdiff -r1.1 -r1.2 src/dtop/Makefile.in cvs rdiff -r1.6 -r1.7 src/dvt/Makefile.in cvs rdiff -r1.6 -r1.7 src/jsd/Makefile.in cvs rdiff -r1.6 -r1.7 src/pcp/Makefile.in cvs rdiff -r1.8 -r1.9 src/rvt/Makefile.in cvs rdiff -r1.8 -r1.9 src/tools/Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |