| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | catch some potentially bad args to the process.kill method | Adrian Likins | 2007-09-25 | 1 | -2/+11 |
| | | | | | | We don't want empty args to end up killing the calling process, aka, funcd, so we filter those out. | ||||
| * | Be a bit more paranoid about sub processes. Before | Adrian Likins | 2007-09-25 | 1 | -3/+6 |
| | | | | | | | | | we could just send "aux; some_arbitrary_command_here" and "some_arbitrary_command_here" would get executed. Also, for some reason, if we send process.kill just one argument, it kills funcd dead. I'm not sure why currently | ||||
| * | pyflakes cleanups | Adrian Likins | 2007-09-24 | 1 | -1/+0 |
| | | | | | | | | mostly just removing unused modules change "from codes import *" to "import codes" in a couple places and updated accordingly | ||||
| * | Package the subprocess module so that we can use it on EL4. | Michael DeHaan | 2007-09-24 | 1 | -4/+4 |
| | | |||||
| * | Remove header from ps output | Michael DeHaan | 2007-09-24 | 1 | -1/+1 |
| | | |||||
| * | Added kill and pkill to the process module | Michael DeHaan | 2007-09-21 | 1 | -1/+12 |
| | | |||||
| * | Process module. Accepts flags to PS, returns nicely formatted tabular output. | Michael DeHaan | 2007-09-21 | 1 | -0/+57 |
