summaryrefslogtreecommitdiff
path: root/Userland/Shell/Builtin.cpp
AgeCommit message (Expand)Author
2021-05-07Shell: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-02Shell: Replace fprintf(stderr) => warnln()Ali Mohammad Pur
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-23Shell: Add a 'kill' builtin that wraps the system's ownAli Mohammad Pur
2021-04-23Shell: Add support for jobspecs in fg/bg/disown/waitAli Mohammad Pur
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-23Shell: Fix how cd handles the path argumentGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Shell: flush stderr and stdout when using builtinsjacob gw
2021-04-13Shell: add `type` builtinjacob gw
2021-03-31Shell: Handle SIGCHLD after sending SIGCONT to jobAnotherTest
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-07Shell: Make the 'not' builtin return the correct exit code for functionsAnotherTest
2021-03-07Shell: Skip caching PATH and history load/save when not interactiveAnotherTest
2021-01-19Shell: Add a `not` builtinAnotherTest
2021-01-19Shell: Add a builtin that parses its sole argument and dumps its ASTAnotherTest
2021-01-12Shell: Move to Userland/Shell/Andreas Kling