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
/
Shell.cpp
Age
Commit message (
Expand
)
Author
2020-12-29
Shell: Add runtime errors and implement break/continue
AnotherTest
2020-12-29
Shell: Make for/match/functions put their variables only in the new scope
AnotherTest
2020-12-16
Shell: Don't run commands with failing redirections
Linus Groh
2020-12-15
Shell: Make Subshell actually create a subshell
AnotherTest
2020-12-10
Shell: Restore the terminal PGID before printing out job status on exit
AnotherTest
2020-12-08
Shell: Actually make shebangs work
AnotherTest
2020-12-08
Shell: Avoid recreating the event loop before exec()
AnotherTest
2020-12-08
Shell: Put background jobs into new process groups too
AnotherTest
2020-12-08
Shell: Show termination signal if job did not exit cleanly
AnotherTest
2020-12-08
Shell: Silence TCSETPGRP errors when not interactive
AnotherTest
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-11-01
Shell: Do not leak the value of ARGV in nested function calls
AnotherTest
2020-11-01
Shell: Search for variables in the last frame first
AnotherTest
2020-11-01
Shell: Store LocalFrames as NonnullOwnPtr<LocalFrame> instead
AnotherTest
2020-10-29
Shell: Wait for the rest of the members of a pipeline when one exits
AnotherTest
2020-10-29
Shell: Use kill_job() to kill jobs
AnotherTest
2020-10-29
Shell: Add redirections to the formatted command string
AnotherTest
2020-10-29
Shell: Rename {source,dest}_fd to {old,new}_fd
AnotherTest
2020-10-29
Shell: Run builtins that cannot be run in the main process in a new child
AnotherTest
2020-10-29
Shell: Drop all the jobs after killing them in stop_all_jobs()
AnotherTest
2020-10-26
Shell: Ensure that jobs going through run_tail() retain should_wait
AnotherTest
2020-10-26
Shell: Make the ENSURE_WAITID_ONCE requirements a bit less strict
AnotherTest
2020-10-26
Shell: Support HISTFILE environment variable
Linus Groh
2020-10-26
Shell+LibLine: Move Shell::{load,save}_history() to Line::Editor
Linus Groh
2020-10-25
Shell: Fix off-by-one in EOL mark printing
AnotherTest
2020-10-15
Everywhere: Add missing <AK/TemporaryChange.h> includes
Andreas Kling
2020-10-04
Shell+LibLine: Record the input offset of completions
AnotherTest
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-01
Shell: Assert that the same pid is not given to waitpid()
AnotherTest
2020-10-01
Shell: Wait for *any* child to change state when receiving a SIGCHLD
AnotherTest
2020-09-30
Shell: Make 'editor' a member of Shell, and provide a LibShell
AnotherTest
2020-09-28
Shell: Don't execute scripts interactively.
asynts
2020-09-26
Shell: Fix use-after-move in alias resolution
AnotherTest
2020-09-26
Shell: Add a (very basic) formatter
AnotherTest
2020-09-26
Shell: Use NonnullRefPtr to store non-null subnodes
AnotherTest
2020-09-19
Shell: Fix Vector OOB access in `add_entry_to_cache()'
AnotherTest
2020-09-19
Shell: Make a new session at start if there's no active session
AnotherTest
2020-09-19
Shell: Do not strip glob base path when it was explicitly requested
AnotherTest
2020-09-14
Shell: Allow builtins and functions as conditions for 'if'
AnotherTest
2020-09-14
Shell: Add support for functions
AnotherTest
2020-09-14
Shell: Add support for $0,$1,...
AnotherTest
2020-09-12
Shell: Move the first command in a pipeline to the pipeline pgid too
AnotherTest
2020-09-10
Shell: Do not reset the terminal attributes when command is run in bg
AnotherTest
2020-09-09
Shell: Fix event loop processing and backgrounding in subshells
AnotherTest
2020-09-09
Shell: Allow control structures to appear in pipe sequences
AnotherTest
2020-09-09
Shell: Announce job events at the right times
AnotherTest
2020-09-09
Shell: Fix job control and backgrounding
AnotherTest
2020-08-25
Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)
Nico Weber
[next]