clusterit-cvs Mailing List for ClusterIt
Brought to you by:
garbled
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(18) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(4) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(18) |
Feb
(7) |
Mar
(3) |
Apr
(11) |
May
(1) |
Jun
|
Jul
(9) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
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. |
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 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 18:52:47
|
Module Name: src Committed By: garbled Date: Wed Feb 27 18:52:39 UTC 2008 Modified Files: src/pcp: pcp.c Log Message: Apply patch from: [ 1829753 ] Overly agressive free in pcp causes segv. Freeing of memory that was never allocated causes pcp to crash after having copied the files out to remote nodes. To generate a diff of this commit: cvs rdiff -r1.30 -r1.31 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...> - 2007-07-30 18:37:12
|
Module Name: src Committed By: garbled Date: Mon Jul 30 17:05:36 UTC 2007 Modified Files: src/catman: Makefile barrier.0 barrierd.0 clustersed.0 dsh.0 dshbak.0 dvt.0 jsd.0 jsh.0 pcp.0 pdf.0 prm.0 rseq.0 run.0 rvt.0 Added Files: src/catman: dtop.0 Log Message: Regen, add dtop to makefile. To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 src/catman/Makefile src/catman/rseq.0 cvs rdiff -r1.5 -r1.6 src/catman/barrier.0 src/catman/dsh.0 src/catman/pcp.0 \ src/catman/prm.0 cvs rdiff -r1.6 -r1.7 src/catman/barrierd.0 src/catman/pdf.0 cvs rdiff -r1.2 -r1.3 src/catman/clustersed.0 src/catman/dvt.0 \ src/catman/jsd.0 src/catman/jsh.0 src/catman/rvt.0 cvs rdiff -r1.3 -r1.4 src/catman/dshbak.0 cvs rdiff -r0 -r1.1 src/catman/dtop.0 cvs rdiff -r1.4 -r1.5 src/catman/run.0 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 17:00:24
|
Module Name: src Committed By: garbled Date: Mon Jul 30 17:00:23 UTC 2007 Modified Files: src/html: clusterit.html Log Message: update the homepage slightly To generate a diff of this commit: cvs rdiff -r1.18 -r1.19 src/html/clusterit.html 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:53:46
|
Module Name: src Committed By: garbled Date: Mon Jul 30 16:53:45 UTC 2007 Modified Files: src/html/man: Makefile barrier.html barrierd.html clustersed.html dsh.html dshbak.html dvt.html jsd.html jsh.html pcp.html pdf.html prm.html rseq.html run.html rvt.html xvt.html Added Files: src/html/man: dtop.html Log Message: Update makefile for dtop and regenerate manpages To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 src/html/man/Makefile src/html/man/xvt.html cvs rdiff -r1.5 -r1.6 src/html/man/barrier.html src/html/man/barrierd.html \ src/html/man/dsh.html src/html/man/pcp.html src/html/man/pdf.html \ src/html/man/run.html cvs rdiff -r1.2 -r1.3 src/html/man/clustersed.html src/html/man/dshbak.html cvs rdiff -r0 -r1.1 src/html/man/dtop.html cvs rdiff -r1.4 -r1.5 src/html/man/dvt.html src/html/man/rvt.html cvs rdiff -r1.6 -r1.7 src/html/man/jsd.html src/html/man/jsh.html cvs rdiff -r1.3 -r1.4 src/html/man/prm.html cvs rdiff -r1.7 -r1.8 src/html/man/rseq.html 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:52:07
|
Module Name: src Committed By: garbled Date: Mon Jul 30 16:52:05 UTC 2007 Modified Files: src/common: common.c Log Message: set the version to 2.5.BETA2 To generate a diff of this commit: cvs rdiff -r1.36 -r1.37 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...> - 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...> - 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-23 19:03:21
|
Module Name: src Committed By: garbled Date: Mon Jul 23 19:03:20 UTC 2007 Modified Files: src/dtop: dtop.1 dtop.c Log Message: Fix some minor issues with command parsing, and the usage statements, and write a manpage for dtop. To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 src/dtop/dtop.1 cvs rdiff -r1.2 -r1.3 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-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-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-04-03 17:44:28
|
Module Name: src Committed By: garbled Date: Tue Apr 3 17:44:23 UTC 2007 Modified Files: src/common: common.c Log Message: Update a comment regarding freeing a buffer. To generate a diff of this commit: cvs rdiff -r1.34 -r1.35 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...> - 2007-04-02 19:08:27
|
Module Name: src Committed By: garbled Date: Mon Apr 2 19:08:26 UTC 2007 Modified Files: src/jsd: jsd.c Log Message: rsh and rshstring not freed on exit of do_bench_command(). Fixes coverity id #20 To generate a diff of this commit: cvs rdiff -r1.21 -r1.22 src/jsd/jsd.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 19:05:46
|
Module Name: src Committed By: garbled Date: Mon Apr 2 19:05:44 UTC 2007 Modified Files: src/pcp: pcp.c Log Message: Fix coveiry id #19, command not freed on exit from serial_copy(). To generate a diff of this commit: cvs rdiff -r1.26 -r1.27 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-04-02 19:03:55
|
Module Name: src Committed By: garbled Date: Mon Apr 2 19:03:53 UTC 2007 Modified Files: src/pcp: pcp.c Log Message: Fix coverity id #18. rcpstring not freed on exit. Additionally, remove a stray debugging printf. To generate a diff of this commit: cvs rdiff -r1.25 -r1.26 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-04-02 19:00:40
|
Module Name: src Committed By: garbled Date: Mon Apr 2 19:00:27 UTC 2007 Modified Files: src/pcp: pcp.c Log Message: Fix coverity ID 17. Free argz when done. To generate a diff of this commit: cvs rdiff -r1.24 -r1.25 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-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-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:45:21
|
Module Name: src Committed By: garbled Date: Mon Apr 2 18:45:15 UTC 2007 Modified Files: src/jsd: jsd.c Log Message: Fix coverity id 11. Free buf because it was returned from read_from_client(). To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 src/jsd/jsd.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:42:42
|
Module Name: src Committed By: garbled Date: Mon Apr 2 18:42:41 UTC 2007 Modified Files: src/jsd: jsd.c Log Message: Free q after using it. coverity id 10 To generate a diff of this commit: cvs rdiff -r1.19 -r1.20 src/jsd/jsd.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. |