serenity/Shell
AnotherTest ce61cad933 Shell: Never assign equal job ids to two different jobs
Since the last job need not have an ID of size()-1, we need to find the
max job id and give that+1 out
2020-05-27 11:13:02 +02:00
..
CMakeLists.txt Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Execution.h Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Job.h Shell: Add the `disown' shell builtin 2020-05-25 00:08:32 +02:00
main.cpp Shell: Avoid messing with sigaction while waiting for a child 2020-05-27 11:13:02 +02:00
Parser.cpp Shell: Parse and correctly evaluate 'command &' and 'command &&' 2020-05-25 00:08:32 +02:00
Parser.h Shell: Parse and correctly evaluate 'command &' and 'command &&' 2020-05-25 00:08:32 +02:00
Shell.cpp Shell: Never assign equal job ids to two different jobs 2020-05-27 11:13:02 +02:00
Shell.h Shell: Never assign equal job ids to two different jobs 2020-05-27 11:13:02 +02:00