1. 02 Oct, 2019 9 commits
  2. 01 Oct, 2019 29 commits
  3. 30 Sep, 2019 2 commits
    • Albert Gil's avatar
      Rewrite test6.15: scancel signaling · af29a9da
      Albert Gil authored
      Previous version relayed in the command "time".
      It sent STOP and CONT signals and counted time elapsed.
      The problem is that defuct childern of stopped parents are not fully
      killed, and "time" keep counting time until the actual parent
      continue. So, the values were wrong.
      
      The new version uses signal handlers in a .prog and trap in the
      shell to print and check if a signal is received.
      
      NOTE: cgroups has different signaling than linuxproc and pgid.
      
      Bug 7282
      af29a9da
    • Albert Gil's avatar
      Fix for 4dfb3ad6 · b3f06e01
      Albert Gil authored
      In previous commit we have double signaling for normal steps
      when using --full.
      
      Bug 7282
      b3f06e01