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-12-08
Shell: Replace all dbg()'s with dbgln()
AnotherTest
2020-12-08
Shell: Make <return> go to a new line when the command is incomplete
AnotherTest
2020-10-26
Shell+LibLine: Move Shell::{load,save}_history() to Line::Editor
Linus Groh
2020-10-13
Style: Remove uses of NULL, substituting nullptr
Matthew L. Curry
2020-10-04
Shell: Move everything to the Shell namespace
AnotherTest
2020-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-03
Shell: Fix badly worded help string for '--format'
AnotherTest
2020-10-01
Shell: Wait for *any* child to change state when receiving a SIGCHLD
AnotherTest
2020-10-01
Shell: Sneak a way into being a session leader
AnotherTest
2020-09-30
Shell: Make 'editor' a member of Shell, and provide a LibShell
AnotherTest
2020-09-26
Shell: Add live formatting and take an option to enable it
AnotherTest
2020-09-26
Shell: Add a (very basic) formatter
AnotherTest
2020-09-19
Shell: Make a new session at start if there's no active session
AnotherTest
2020-09-14
Shell: Add support for $0,$1,...
AnotherTest
2020-09-09
Shell: Fix event loop processing and backgrounding in subshells
AnotherTest
2020-08-21
LibLine: Handle interrupts/window size changes internally
AnotherTest
2020-08-21
LibLine: Handle Ctrl-C and Ctrl-D in a way similar to other line editors
AnotherTest
2020-08-18
LibLine: Read configuration from a config file
AnotherTest
2020-08-15
Shell: Allow redirections and pipes on builtins
AnotherTest
2020-08-09
Shell: Stop a for loop upon receiving two consecutive interruptions
AnotherTest
2020-08-06
LibLine+Shell: Remove unused split_mechanism
Nico Weber
2020-08-06
Shell: Store jobs as NonnullRefPtr<Job>
Andreas Kling
2020-08-06
Shell: Mark suspended children as such when receiving a SIGCHLD
AnotherTest
2020-08-04
Shell: Give the TTY to the foreground process
AnotherTest
2020-08-04
Shell: Correct FdRedirection inheriting from two RefCounted bases
AnotherTest
2020-08-04
Shell: Add support for ARGV (and $*, $#)
AnotherTest
2020-07-30
Shell: Do not assume that wstatus is valid after wait() returns 0
AnotherTest
2020-07-13
Shell: Avoid waiting for jobs that were *just* unblocked
AnotherTest
2020-07-13
Shell: Put children in their own process groups and fix job control
AnotherTest
2020-07-09
Shell: Pledge sigaction
Tom
2020-07-09
Shell: Handle signals asynchronously
Tom
2020-07-07
Shell: Run both /etc/shellrc and ~/.shellrc on startup
Andreas Kling
2020-07-06
Shell: Keep the TTY on the same pgroup to get tty signals
AnotherTest
2020-07-06
Shell: Handle the case where the child we're waiting for doesn't exist
AnotherTest
2020-07-06
Shell: Do not treat the absence of an init script as an error
AnotherTest
2020-07-05
Shell: Build as part of Lagom as well
AnotherTest
2020-07-05
Shell: Read and evaluate an init file on start
AnotherTest
2020-07-05
Shell: Use ArgsParser for argument parsing
AnotherTest
2020-07-05
Shell: Switch to a new parser and AST
AnotherTest
2020-06-01
LibLine: Handle interrupts again
AnotherTest
2020-05-27
Shell: Avoid messing with sigaction while waiting for a child
AnotherTest
2020-05-27
LibLine: Use Core::EventLoop for outer read loop
AnotherTest
2020-05-26
Userland et al: Pledge sigaction when needed
Sergey Bugaev
2020-05-25
Shell: Refuse to be suspended with ^Z
AnotherTest
2020-05-20
LibLine: Unify completion hooks and adapt its users
AnotherTest
2020-05-17
Shell: Switch to using Core::EventLoop
AnotherTest
2020-05-17
Shell: Patch most of the builtins to use Core::ArgsParser
AnotherTest
2020-05-17
Shell: Add job control capabilities
AnotherTest
2020-05-16
Shell: Properly handle parser syntax errors
Linus Groh
2020-05-16
Shell: Use DirIterator::SkipParentAndBaseDir
Shannon Booth
[next]