summaryrefslogtreecommitdiff
path: root/Shell
AgeCommit message (Expand)Author
2019-05-16LibC/Shell: Add unsetenv(), and unset builtin calling it in Shell.Robin Burchell
2019-05-16LibC: Change putenv (and getenv) to not copy, but directly return the environ...Robin Burchell
2019-05-15Kernel: Add a beep() syscall that beeps the PC speaker.Andreas Kling
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-05-13LibC+Shell: Make system() actually work.Andreas Kling
2019-05-10Shell: Add "umask" builtin for reading/writing the shell's umask.Andreas Kling
2019-05-07Shell: Make ^W and ^U work when cursor is not at the end of the line.Andreas Kling
2019-05-07Shell: Support home/end keys for line editing.Andreas Kling
2019-05-07Shell: Support basic line editing with left/right arrow keys.Andreas Kling
2019-05-07Shell: Ignore tab key for now.Andreas Kling
2019-05-07Shell: Allow browsing history with up/down arrow keys.Andreas Kling
2019-05-07Shell: Add "history" command that shows command history.Andreas Kling
2019-05-07Shell: Move line editing to a separate class.Andreas Kling
2019-05-07Shell: Move the Shell to a separate directory and let's call it "Shell" :^)Andreas Kling