Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
1269 commits behind the upstream repository.
Brad King's avatar
Brad King authored
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 QNX
using "ps -Af" and parsing the resulting format:

  UID        PID       PPID  C STIME TTY          TIME CMD
  %*d         %d         %d  %*[^\n]\n
5f7195d1
History