clusterit-cvs Mailing List for ClusterIt (Page 2)
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...> - 2007-04-02 18:27:20
|
Module Name: src Committed By: garbled Date: Mon Apr 2 18:27:18 UTC 2007 Modified Files: src/common: common.c Log Message: Fix coverity ID 14, uninitialized use of j, which really turns out to be a bug in the handling of a. To generate a diff of this commit: cvs rdiff -r1.32 -r1.33 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-03-29 18:41:31
|
Module Name: src Committed By: garbled Date: Thu Mar 29 18:41:30 UTC 2007 Modified Files: src/dvt: Down.xbm Up.xbm Log Message: Change unsigned char to char to satisfy -Wall To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 src/dvt/Down.xbm src/dvt/Up.xbm 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:34:23
|
Module Name: src Committed By: garbled Date: Thu Mar 29 18:34:21 UTC 2007 Modified Files: src/common: common.c Log Message: Fix a bunch of "computed value not used" -Wall warnings. To generate a diff of this commit: cvs rdiff -r1.31 -r1.32 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-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-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-02-15 21:57:38
|
Module Name: src Committed By: garbled Date: Thu Feb 15 21:57:25 UTC 2007 Modified Files: src/pcp: pcp.c Log Message: Rewrite do_copy() to fix coverity id#4. It was leaking memory like mad. It probably doesn't matter in the long run though, as the program exited directly after. Either way, it's cleaner now. To generate a diff of this commit: cvs rdiff -r1.22 -r1.23 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-02-15 19:51:09
|
Module Name: src Committed By: garbled Date: Thu Feb 15 19:51:06 UTC 2007 Modified Files: src/dsh: rseq.c Log Message: Fix coverity id# 3. memory leak in test and set. Also, while I'm here, fix a bug that crept in that caused the seqfile to not get written propely sometimes. To generate a diff of this commit: cvs rdiff -r1.25 -r1.26 src/dsh/rseq.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-02-14 18:59:03
|
Module Name: src Committed By: garbled Date: Wed Feb 14 18:58:42 UTC 2007 Modified Files: src/common: sockcommon.c Log Message: Fix coverity id#2: Memory leak in read_from_client() To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 src/common/sockcommon.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-02-13 17:47:05
|
Module Name: src Committed By: garbled Date: Tue Feb 13 17:46:55 UTC 2007 Modified Files: src/dvt: dvt.c Log Message: Fix coverity id 1, DEADCODE. piping was a cut and paste from dsh, which was never used in dvt, remove. To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 src/dvt/dvt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Tim R. <ro...@ga...> - 2007-02-01 17:39:01
|
On 01-Feb-2007 Ivan Teliatnikov wrote: > It turns out that the /usr/X11R6/lib directory isn't part of the defaul= t > ld(1) search path, so I needed to have the flag "-L/usr/X11R6/lib" > somewhere before "-lX11" in the offending command. That is rather odd, as configure should have picked it up and added it to= the line for you. Can you send me your config.log from running configure? --- Tim Rightnour <ro...@ga...> NetBSD: Free multi-architecture OS http://www.netbsd.org/ Genecys: Open Source 3D MMORPG: http://www.genecys.org/ |
From: Ivan T. <iv...@ge...> - 2007-02-01 14:06:08
|
Hi there, Whilst trying to compile clusterit-2.4 on a debian stable machine I ran into two problems. 1. gcc -g -O2 -o dvt dvt.o common.o netbsd.o -lX11 -lnsl /usr/bin/ld: cannot find -lX11 collect2: ld returned 1 exit status make[2]: *** [dvt] Error 1 2. make[2]: Entering directory `/apps/src/clusterit/clusterit-2.4/dvt' gcc -g -O2 -o dvt dvt.o common.o netbsd.o -lX11 -lnsl /usr/bin/ld: cannot find -lX11 collect2: ld returned 1 exit status make[2]: *** [dvt] Error 1 It turns out that the /usr/X11R6/lib directory isn't part of the default ld(1) search path, so I needed to have the flag "-L/usr/X11R6/lib" somewhere before "-lX11" in the offending command. I wonder if the above information can correct this bug ( is it a bug ?) Thank you in advance. |
From: Tim R. <ga...@us...> - 2007-01-25 18:41:18
|
Module Name: src Committed By: garbled Date: Thu Jan 25 18:41:16 UTC 2007 Modified Files: src/rvt: xsetup.c Log Message: quiet a -Wall warning To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 src/rvt/xsetup.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-01-24 19:09:16
|
Module Name: src Committed By: garbled Date: Wed Jan 24 19:09:14 UTC 2007 Modified Files: src/barrier: barrier.c barrierd.c Log Message: Fix progname handling in barrier To generate a diff of this commit: cvs rdiff -r1.19 -r1.20 src/barrier/barrier.c cvs rdiff -r1.18 -r1.19 src/barrier/barrierd.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-01-24 19:02:14
|
Module Name: src Committed By: garbled Date: Wed Jan 24 19:02:10 UTC 2007 Modified Files: src/common: common.c common.h src/rvt: Makefile.am Makefile.in rvt.c rvt.h ttyinit.c xsetup.c Log Message: Update rvt to new remote command handling. Make it also use the user@node format for connecting to remote hosts. To generate a diff of this commit: cvs rdiff -r1.29 -r1.30 src/common/common.c cvs rdiff -r1.15 -r1.16 src/common/common.h cvs rdiff -r1.2 -r1.3 src/rvt/Makefile.am src/rvt/rvt.h cvs rdiff -r1.6 -r1.7 src/rvt/Makefile.in cvs rdiff -r1.5 -r1.6 src/rvt/rvt.c cvs rdiff -r1.1 -r1.2 src/rvt/ttyinit.c cvs rdiff -r1.4 -r1.5 src/rvt/xsetup.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-01-23 17:56:34
|
Module Name: src Committed By: garbled Date: Tue Jan 23 17:56:31 UTC 2007 Modified Files: src/dsh: dsh.c rseq.c run.c src/dvt: dvt.c src/jsd: jsd.c jsh.c src/pcp: pcp.c Log Message: Convert jsd/jsh over to new -g/-x and RCMD_CMD handling. Apply scientific linux patches to them. Minor formatting nit in the rest. To generate a diff of this commit: cvs rdiff -r1.34 -r1.35 src/dsh/dsh.c cvs rdiff -r1.24 -r1.25 src/dsh/rseq.c cvs rdiff -r1.19 -r1.20 src/dsh/run.c cvs rdiff -r1.12 -r1.13 src/dvt/dvt.c cvs rdiff -r1.18 -r1.19 src/jsd/jsd.c cvs rdiff -r1.15 -r1.16 src/jsd/jsh.c cvs rdiff -r1.21 -r1.22 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-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. |
From: Tim R. <ga...@us...> - 2007-01-18 18:45:50
|
Module Name: src Committed By: garbled Date: Thu Jan 18 18:45:47 UTC 2007 Modified Files: src/common: common.c Log Message: Fix sourceforge bug 1495380. -x option didn't work when there were no GROUPs present. The provided clusterfile also contained a wierd whitespace at the bottom, which confused dsh. Make the parser ignore lines completely consisting of whitespace. Additionally, correctly parse nodes with leading whitespace, or statements like: GROUP: foo To generate a diff of this commit: cvs rdiff -r1.27 -r1.28 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-01-18 18:02:41
|
Module Name: src Committed By: garbled Date: Thu Jan 18 18:02:31 UTC 2007 Modified Files: src/common: common.c src/dsh: dsh.c Log Message: Add \n to the end of the port test error message. Apply part of a patch for linux from a user: - The "dsh interactive mode" functionality is broken. There are two problems here. First, the "poll()-then-fgets()" loop in dsh.c assumes line buffered stdout from children. Under Linux, stdout from children is not line buffered so the fgets() does not consume all the stdout. I've fixed this by putting stdin and stderr in non-blocking mode and doing "poll()-then-loop-on-fgets()". Second, Linux's poll() does not return a POLLHUP event when the child's stdin is closed. My fix is to simply #ifndef linux around the close(STDIN_FILENO) in the child. To generate a diff of this commit: cvs rdiff -r1.26 -r1.27 src/common/common.c cvs rdiff -r1.32 -r1.33 src/dsh/dsh.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-01-18 17:11:18
|
Module Name: src Committed By: garbled Date: Thu Jan 18 17:11:14 UTC 2007 Modified Files: src/dvt: dvt.c Log Message: update to new command args processing update to new progname processing ANSIfy code To generate a diff of this commit: cvs rdiff -r1.11 -r1.12 src/dvt/dvt.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-01-11 20:19:27
|
Module Name: src Committed By: garbled Date: Thu Jan 11 20:19:22 UTC 2007 Modified Files: src/common: common.c src/dsh: dsh.c src/pcp: pcp.1 pcp.c Log Message: Update pcp for new g/x argument handling. Update pcp to new RCP_CMD and RCP_CMD_ARGS handling. Add test option to pcp. Clean up pcp code and get rid of some statically allocated buffer sizes. Manpage updates for above. To generate a diff of this commit: cvs rdiff -r1.25 -r1.26 src/common/common.c cvs rdiff -r1.31 -r1.32 src/dsh/dsh.c cvs rdiff -r1.16 -r1.17 src/pcp/pcp.1 cvs rdiff -r1.19 -r1.20 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-01-10 20:36:16
|
Module Name: src Committed By: garbled Date: Wed Jan 10 20:36:11 UTC 2007 Modified Files: src/common: common.c common.h src/dsh: dsh.1 dsh.c rseq.1 rseq.c run.1 run.c src/pcp: pcp.1 Log Message: Convert run to new rcmd handling, and add -t handling. Commonize the -x and -g commandline processing code to reduce divergence. Make run dsh and rseq pass -Wall. Manpage updates for run. To generate a diff of this commit: cvs rdiff -r1.24 -r1.25 src/common/common.c cvs rdiff -r1.13 -r1.14 src/common/common.h cvs rdiff -r1.20 -r1.21 src/dsh/dsh.1 cvs rdiff -r1.30 -r1.31 src/dsh/dsh.c cvs rdiff -r1.17 -r1.18 src/dsh/rseq.1 src/dsh/run.c cvs rdiff -r1.22 -r1.23 src/dsh/rseq.c cvs rdiff -r1.12 -r1.13 src/dsh/run.1 cvs rdiff -r1.15 -r1.16 src/pcp/pcp.1 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-01-10 19:11:47
|
Module Name: src Committed By: garbled Date: Wed Jan 10 19:11:44 UTC 2007 Modified Files: src/html: clusterit.html Log Message: Update webpage with sponsorship link for http://www.machonecomputing.com/ To generate a diff of this commit: cvs rdiff -r1.17 -r1.18 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-01-10 00:07:29
|
Module Name: src Committed By: garbled Date: Wed Jan 10 00:07:27 UTC 2007 Modified Files: src/dsh: dsh.c rseq.c Log Message: Cleanup setting of progname, minor usage fixes. To generate a diff of this commit: cvs rdiff -r1.29 -r1.30 src/dsh/dsh.c cvs rdiff -r1.21 -r1.22 src/dsh/rseq.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-01-09 22:00:18
|
Module Name: src Committed By: garbled Date: Tue Jan 9 22:00:15 UTC 2007 Modified Files: src/dsh: rseq.c Log Message: Fix segfault when nodeptr==NULL. To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 src/dsh/rseq.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-01-09 21:28:40
|
Module Name: src Committed By: garbled Date: Tue Jan 9 21:28:33 UTC 2007 Modified Files: src/common: common.c common.h src/dsh: dsh.1 dsh.c rseq.1 rseq.c Log Message: Commonize some more code, and convert rseq to the new RCMD_CMD handling. Add the -top options to rseq. To generate a diff of this commit: cvs rdiff -r1.23 -r1.24 src/common/common.c cvs rdiff -r1.12 -r1.13 src/common/common.h cvs rdiff -r1.19 -r1.20 src/dsh/dsh.1 src/dsh/rseq.c cvs rdiff -r1.28 -r1.29 src/dsh/dsh.c cvs rdiff -r1.16 -r1.17 src/dsh/rseq.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |