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
2020-03-09
Shell: Validate only one directory is given to cd
Shannon Booth
2020-03-09
Shell: Implement a "cd history" (cdh) builtin
Shannon Booth
2020-03-07
Shell: Fix silly stack overflow in 'cd' builtin
Andreas Kling
2020-03-07
Shell: Set up the PWD environment variable early
Andreas Kling
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-02-25
Shell: Don't pass nonsense options to waitpid()
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-22
Shell: Make some functions const
Shannon Booth
2020-02-22
Shell: Add basic tilde expansion
Shannon Booth
2020-02-15
Shell: Use SkipParentAndBaseDir flag in DirIterator
Shannon Booth
2020-02-10
Shell: Build prompt based on the PROMPT environment variable if present
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-27
Shell: If a command process is stopped, print the stop signal to stderr
Andreas Kling
2020-01-25
Shell: Don't start a new session in every new shell
Andreas Kling
2020-01-21
Shell: Disable SH_DEBUG by default and tidy up command timing logging
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-12
Shell: Fix broken debug logging about waiting on children
Andreas Kling
2020-01-11
Shell: Use pledge()
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-07
Shell: Use _exit() in the forked child if execvp() fails
Andreas Kling
2019-12-05
Shell: Cache PATH for faster tab completion
William McPherson
2019-10-30
Shell: Properly set and restore termios settings.
Drew Stratford
2019-10-20
Shell: Update termios settings to match line discipline.
Drew Stratford
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
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: 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-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-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-01
Shell: Support semicolons for separating commands
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-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
Shell: Run clang-format on everything.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
[next]