Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
Source project has a limited visibility.
  • Brad King's avatar
    5f7195d1
    KWSys: Use "ps -Af" for process list on QNX · 5f7195d1
    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
    KWSys: Use "ps -Af" for process list on QNX
    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