mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-20 06:20:55 +00:00
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
75 KiB
75 KiB