summaryrefslogtreecommitdiff
path: root/Shell/Job.h
AgeCommit message (Expand)Author
2020-08-06Shell: Move printing job status into a Job::print_status() helperAndreas Kling
2020-08-06Shell: Make Job constructors private and use a create() helperAndreas Kling
2020-07-13Shell: Avoid waiting for jobs that were *just* unblockedAnotherTest
2020-07-13Shell: Put children in their own process groups and fix job controlAnotherTest
2020-07-05Shell: Switch to a new parser and ASTAnotherTest
2020-05-25Shell: Add the `disown' shell builtinAnotherTest
2020-05-17Shell: Switch to using Core::EventLoopAnotherTest
2020-05-17Shell: Add job control capabilitiesAnotherTest