index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Shell
/
main.cpp
Age
Commit message (
Expand
)
Author
2019-06-06
Shell: Print the name of each process whose exit status we're reporting.
Andreas Kling
2019-06-06
Shell: Check the exit status of all spawned child processes.
Andreas Kling
2019-06-04
Shell: Separate fd rewirings from redirections.
Andreas Kling
2019-05-31
Shell: Fix an error message incorrectly complaining about lstat() failure.
Andreas Kling
2019-05-30
LibC: Move wait-related stuff to <sys/wait.h>. #POSIX
Andreas Kling
2019-05-30
LibC: Add setenv().
Andreas Kling
2019-05-28
Shell: Allow * and ? wildcard expansion in arguments
Robin Burchell
2019-05-26
Shell: A '>' redirection target should be truncated.
Andreas Kling
2019-05-26
Shell: When a command is terminated by a signal, print signal description.
Andreas Kling
2019-05-26
Shell: Add append operator (>>)
Robin Burchell
2019-05-16
LibC/Shell: Add unsetenv(), and unset builtin calling it in Shell.
Robin Burchell
2019-05-16
LibC: Change putenv (and getenv) to not copy, but directly return the environ...
Robin Burchell
2019-05-13
LibC+Shell: Make system() actually work.
Andreas Kling
2019-05-10
Shell: Add "umask" builtin for reading/writing the shell's umask.
Andreas Kling
2019-05-07
Shell: Support basic line editing with left/right arrow keys.
Andreas Kling
2019-05-07
Shell: Add "history" command that shows command history.
Andreas Kling
2019-05-07
Shell: Move line editing to a separate class.
Andreas Kling
2019-05-07
Shell: Move the Shell to a separate directory and let's call it "Shell" :^)
Andreas Kling
[prev]