Age | Commit message (Expand) | Author |
---|---|---|
2021-04-23 | Shell: Add support for jobspecs in fg/bg/disown/wait | Ali Mohammad Pur |
2021-04-23 | AK: Rename adopt() to adopt_ref() | Andreas Kling |
2021-04-23 | Shell: Fix how cd handles the path argument | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-13 | Shell: flush stderr and stdout when using builtins | jacob gw |
2021-04-13 | Shell: add `type` builtin | jacob gw |
2021-03-31 | Shell: Handle SIGCHLD after sending SIGCONT to job | AnotherTest |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-03-07 | Shell: Make the 'not' builtin return the correct exit code for functions | AnotherTest |
2021-03-07 | Shell: Skip caching PATH and history load/save when not interactive | AnotherTest |
2021-01-19 | Shell: Add a `not` builtin | AnotherTest |
2021-01-19 | Shell: Add a builtin that parses its sole argument and dumps its AST | AnotherTest |
2021-01-12 | Shell: Move to Userland/Shell/ | Andreas Kling |