diff options
author | Brad King <brad.king@kitware.com> | 2009-12-01 13:37:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-12-01 13:37:14 (GMT) |
commit | 1a5f209e625b18c2f23b90f5e123447909a23e1a (patch) | |
tree | 8b0ac0713fbe8c0ec342dce2751e9943d71d5d69 /.gitattributes | |
parent | be36c14bea37e47ead0f6789f8f7a969e51f8829 (diff) | |
download | CMake-1a5f209e625b18c2f23b90f5e123447909a23e1a.zip CMake-1a5f209e625b18c2f23b90f5e123447909a23e1a.tar.gz CMake-1a5f209e625b18c2f23b90f5e123447909a23e1a.tar.bz2 |
KWSys: List processes with "ps -ef" on OpenSolaris
In order to kill process trees we need to list all processes to find
those whose parent we are killing. We implement process listing on
OpenSolaris by using "ps -ef" and parsing the resulting format:
UID PID PPID C STIME TTY TIME CMD
%*s %d %d %*[^\n]\n
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions