| Regen |
|
More...
|
about 18 years ago
|
| Update files for 2.5 release |
|
More...
|
about 18 years ago
|
| Apply patches from: [ 1842540 ] XSendEvent issues with dvt/rvt |
|
More...
|
about 18 years ago
|
| Apply patch from: [ 1829753 ] Overly agressive free in pcp causes segv. |
|
More...
|
about 18 years ago
|
| Apply patches from [ 1767814 ] wrong usage of exit causes silliness on linux. |
|
More...
|
about 18 years ago
|
| Regen, add dtop to makefile. |
|
More...
|
over 18 years ago
|
| update the homepage slightly |
|
More...
|
over 18 years ago
|
| Update makefile for dtop and regenerate manpages |
|
More...
|
over 18 years ago
|
| set the version to 2.5.BETA2 |
|
More...
|
over 18 years ago
|
| Apply patch from tracker item 1763258. |
|
More...
|
over 18 years ago
|
| Update with recent changes |
|
More...
|
over 18 years ago
|
| Fix some minor issues with command parsing, and the usage statements, and write a manpage for dtop. |
|
More...
|
over 18 years ago
|
| 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. |
|
More...
|
over 18 years ago
|
| Make it all compile on solaris and linux |
|
More...
|
over 18 years ago
|
| 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. |
|
More...
|
almost 19 years ago
|
| Update a comment regarding freeing a buffer. |
|
More...
|
almost 19 years ago
|
| rsh and rshstring not freed on exit of do_bench_command(). Fixes coverity id #20 |
|
More...
|
almost 19 years ago
|
| Fix coveiry id #19, command not freed on exit from serial_copy(). |
|
More...
|
almost 19 years ago
|
| Fix coverity id #18. rcpstring not freed on exit. Additionally, remove a stray debugging printf. |
|
More...
|
almost 19 years ago
|
| Fix coverity ID 17. Free argz when done. |
|
More...
|
almost 19 years ago
|
| Fix coverity ID 16. rsh and the contents of rsh are not freed. |
|
More...
|
almost 19 years ago
|
| Caller must free return from build_rshstring(). Fix coverity ID 15 |
|
More...
|
almost 19 years ago
|
| Fix coverity id 11. Free buf because it was returned from read_from_client(). |
|
More...
|
almost 19 years ago
|
| Free q after using it. coverity id 10 |
|
More...
|
almost 19 years ago
|
| 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. |
|
More...
|
almost 19 years ago
|
| Fix coverity ID 14, uninitialized use of j, which really turns out to be a bug in the handling of a. |
|
More...
|
almost 19 years ago
|
| Change unsigned char to char to satisfy -Wall |
|
More...
|
about 19 years ago
|
| Fix a bunch of "computed value not used" -Wall warnings. |
|
More...
|
about 19 years ago
|
| returned buffer must be freed from read_from_client. Fixes coverity id 5. |
|
More...
|
about 19 years ago
|
| 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. |
|
More...
|
about 19 years ago
|