Skip to content
Snippets Groups Projects
  1. Dec 17, 2008
    • Michael Hanselmann's avatar
      utils.KillProcess: Use waitpid() to wait for child processes · 7167159a
      Michael Hanselmann authored
      Sometimes the proc filesystem doesn't reflect the current status of
      a process. By calling waitpid(), we make sure to get the current
      information, at least for child processes. The timeout is still
      kept for child processes to make sure the proc filesystem is updated.
      
      Reviewed-by: iustinp
      7167159a
  2. Dec 16, 2008
  3. Dec 15, 2008
  4. Dec 14, 2008
  5. Dec 12, 2008
  6. Dec 11, 2008
    • Iustin Pop's avatar
      Fix epydoc format warnings · c41eea6e
      Iustin Pop authored
      This patch should fix all outstanding epydoc parsing errors; as such, we
      switch epydoc into verbose mode so that any new errors will be visible.
      
      Reviewed-by: imsnah
      c41eea6e
Loading