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
Age
Commit message (
Expand
)
Author
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-16
Shell: Add a "time" builtin to show how long a command took to run
Andreas Kling
2019-09-15
Shell: Tab completion for programs in PATH
willmcpherson2
2019-09-15
Shell: Fixed `pushd` and `popd`
Jesse Buhagiar
2019-09-15
Shell: Added `pushd`, `popd` and `dirs` builtins
Jesse Buhagiar
2019-09-14
Shell: Support extremely naive shell script execution
Andreas Kling
2019-09-14
Shell: Add POSIX-compliant character escaping
Aaron Malpas
2019-09-13
Shell: fix crash when using `cd -` and OLDPWD is null
Tim Morgan
2019-09-13
Shell: Remember previous working dir
Tim Morgan
2019-09-10
Shell: Add support for special parameter that returns PID
MinusGix
2019-09-10
Shell: Add support for special parameter that expands to return-code of last ...
MinusGix
2019-09-10
Shell: Add support for getting environment variable values
MinusGix
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-04
Shell: Okay I keep messing up this history file code.. actually fix it!
Andreas Kling
2019-09-04
Shell: Oops, don't exit() when ~/.history does not exist
Andreas Kling
2019-09-04
Shell: Don't open ~/.history for writing on startup
Andreas Kling
2019-09-02
Shell: Added support for ctr-e/a.
marprok
2019-09-01
Shell: Support semicolons for separating commands
Conrad Pankoff
2019-08-18
Shell: Support forward delete
Conrad Pankoff
2019-07-25
Shell: Put failed command exit statuses in the debug output instead.
Andreas Kling
2019-07-25
Shell: Simply print "cmd: Command not found." for ENOENT on execution.
Andreas Kling
2019-07-19
Shell: Implement support for terminal clearing with ^L.
Andreas Kling
2019-07-14
Kernel: Add support for the WSTOPPED flag to the waitpid() syscall.
Andreas Kling
2019-07-09
Shell: Remove some unused code.
Andreas Kling
2019-07-08
Shell: Handle SIGWINCH to get a nice behavior when resizing.
Andreas Kling
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-23
add ~/.history file for Shell, stores entire command log and loads recent com...
CallumAttryde
2019-06-14
Shell: Implement more advanced globbing.
Sergey Bugaev
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
Shell: Run clang-format on everything.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
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
Add clang-format file
Robin Burchell
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-15
Kernel: Add a beep() syscall that beeps the PC speaker.
Andreas Kling
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
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: Make ^W and ^U work when cursor is not at the end of the line.
Andreas Kling
[next]