1
I Use This!
Inactive

Commits : Listings

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