summaryrefslogtreecommitdiff
path: root/Userland/sh.cpp
AgeCommit message (Expand)Author
2018-10-28Add basic symlink support.Andreas Kling
2018-10-28Add /proc/mm and a /bin/mm utility that just dumps it.Andreas Kling
2018-10-28Canonicalize the path used by sh.Andreas Kling
2018-10-28Give the shell a nice, colorful prompt.Andreas Kling
2018-10-27Implement waitpid() support for getting the waitee's exit code.Andreas Kling
2018-10-26Properly null-terminate the argv list created by sh.Andreas Kling
2018-10-26Implement sys$chdir() and teach sh+ls to cd around and browse different dirs.Andreas Kling
2018-10-26Implement argc/argv support for spawned tasks.Andreas Kling
2018-10-25Implement errno in LibC.Andreas Kling
2018-10-24Add a simplified waitpid() so that sh can wait on spawned commands.Andreas Kling
2018-10-23Minor userland tweaks.Andreas Kling
2018-10-23Assume commands are binaries in /bin for now.Andreas Kling
2018-10-23Lots of hacking:Andreas Kling