summaryrefslogtreecommitdiff
path: root/Shell/Job.h
AgeCommit message (Expand)Author
2021-01-12Shell: Move to Userland/Shell/Andreas Kling
2020-12-08Shell: Show termination signal if job did not exit cleanlyAnotherTest
2020-10-04Shell: Move everything to the Shell namespaceAnotherTest
2020-10-01Shell: Wait for *any* child to change state when receiving a SIGCHLDAnotherTest
2020-09-09Shell: Fix job control and backgroundingAnotherTest
2020-08-19Shell: Do not attempt to yank the TTY from background processesAnotherTest
2020-08-12Shell: Wait for the parent to deal with the PGID stuff before execvp()AnotherTest
2020-08-12Shell: Moves pipelined processes to one process groupAnotherTest
2020-08-09Shell: Stop a for loop upon receiving two consecutive interruptionsAnotherTest
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