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-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
2020-08-19
Shell: Do not attempt to yank the TTY from background processes
AnotherTest
2020-08-19
Shell: Fix outdated debug log code
AnotherTest
2020-08-18
Shell: Respect the 'PROMPT_EOL_MARK' environment variable
AnotherTest
2020-08-17
Shell: Ensure that the cursor starts on a new line
AnotherTest
2020-08-15
Shell: Allow redirections and pipes on builtins
AnotherTest
2020-08-12
Shell: Wait for the parent to deal with the PGID stuff before execvp()
AnotherTest
2020-08-12
Shell: Moves pipelined processes to one process group
AnotherTest
2020-08-12
Shell: Show the job id instead of the pid when a job exits in background
AnotherTest
2020-08-10
Shell: Fix fd leak with pipes
Nico Weber
2020-08-09
Shell: Make redirections without commands apply to all future commands
AnotherTest
2020-08-07
Shell: Make Command::redirections a NonnullRefPtrVector
Andreas Kling
2020-08-06
Shell: Print job status after suspending a command
Andreas Kling
2020-08-06
Shell: Remove unnecessary ignore() in Shell::custom_event()
Andreas Kling
2020-08-06
Shell: Make Job constructors private and use a create() helper
Andreas Kling
2020-08-06
Shell: Make run_command() return a NonnullRefPtrVector<Job>
Andreas Kling
2020-08-05
Shell: Do not assume that stdin/stdout is a TTY
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: factor out updating the path cache into a function.
Mathieu PATUREL
2020-08-04
Shell: update cached_path when adding aliases
Mathieu PATUREL
2020-08-04
Shell: highlight runnable commands
Mathieu PATUREL
2020-07-26
Refactor: Change the AK::binary_search signature to use AK::Span.
asynts
2020-07-16
Shell: Add a 'for' loop
AnotherTest
2020-07-16
Shell: Parse lists serially, and flatten them only when needed
AnotherTest
2020-07-15
Shell: Explicitly declare 'environ' to make the macOS Lagom build happy
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
[next]