1. 31 Oct, 2023 3 commits
  2. 30 Oct, 2023 5 commits
  3. 29 Oct, 2023 1 commit
    • Nils Goroll's avatar
      In forkrun(), fix SIGCHLD waiting and test it · f711a1d5
      Nils Goroll authored
      Spotted by Thomas Gleixner <tglx@linutronix.de>, THANK YOU
      
      forkrun() never properly handled the case that a child exited before
      the timeout expired, because we had failed to block the signal and
      hence never received a SIGCHLD. This was overlooked because this
      functionality was never relevant (it only delayed test execution) and
      because we did not explicitly test it.
      
      Related to #31
      f711a1d5
  4. 27 Oct, 2023 1 commit
  5. 26 Oct, 2023 2 commits
  6. 24 Oct, 2023 14 commits
  7. 16 Oct, 2023 4 commits
  8. 04 Oct, 2023 1 commit
  9. 02 Oct, 2023 8 commits
  10. 30 Sep, 2023 1 commit