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
2020-08-15
Shell: Add some tests for builtin redirection
AnotherTest
2020-08-15
Shell: Allow redirections and pipes on builtins
AnotherTest
2020-08-14
Shell: Restore input offset when failing to parse a redirection
AnotherTest
2020-08-14
Shell: Start writing a man page
AnotherTest
2020-08-13
Shell: Add test for 37d5e3e0df6 / #3073
Nico Weber
2020-08-12
Shell: Add create() factory function for PathRedirection
Andreas Kling
2020-08-12
Shell: Fix another FdRedirection reference leak
Andreas Kling
2020-08-12
Shell: Wait for the parent to deal with the PGID stuff before execvp()
AnotherTest
2020-08-12
Shell: Do not assume that the job has exited after unblock in fg
AnotherTest
2020-08-12
Shell: Eliminate possible use-after-free in builtin_fg()
AnotherTest
2020-08-12
Shell: Eliminate reference leak in AST::Execute::run()
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-10
Shell: Cancel a running for loop upon receiving any non-SIGINT signal
AnotherTest
2020-08-09
Shell: Make redirections without commands apply to all future commands
AnotherTest
2020-08-09
Shell: Stop a for loop upon receiving two consecutive interruptions
AnotherTest
2020-08-07
Shell: Make Command::redirections a NonnullRefPtrVector
Andreas Kling
2020-08-07
Shell: Make VariableDeclarations::Variable store NonnullRefPtrs
Andreas Kling
2020-08-07
Shell: Make resolve_without_cast() return NonnullRefPtr<Value>
Andreas Kling
2020-08-07
Shell: Store ListValue's values in a NonnullRefPtrVector<Value>
Andreas Kling
2020-08-07
Shell: Add some obvious move() calls in AST constructors
Andreas Kling
2020-08-06
LibLine+Shell: Remove unused split_mechanism
Nico Weber
2020-08-06
Shell: Make "fg" set the TTY PGID before SIGCONT'ing the job
Andreas Kling
2020-08-06
Shell: Print job status after suspending a command
Andreas Kling
2020-08-06
Shell: Move printing job status into a Job::print_status() helper
Andreas Kling
2020-08-06
Shell: Remove unnecessary ignore() in Shell::custom_event()
Andreas Kling
2020-08-06
Shell: Store jobs as NonnullRefPtr<Job>
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-06
Shell: Mark suspended children as such when receiving a SIGCHLD
AnotherTest
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: Use NonnullRefPtr to simplify some things in the parser/AST
Andreas Kling
2020-08-04
Shell: Correct FdRedirection inheriting from two RefCounted bases
AnotherTest
2020-08-04
Shell: Add support for ARGV (and $*, $#)
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-30
Shell: Tweak tests to use 'echo -n' when newlines are significant
AnotherTest
2020-07-30
Shell: Add tests for '&&' and '||' parsing and evaluation
AnotherTest
2020-07-30
Shell: Fix parse mistake in '&&' not being recursive
AnotherTest
2020-07-30
Shell: Do not assume that wstatus is valid after wait() returns 0
AnotherTest
2020-07-27
Shell: Ignore leading semicolons
AnotherTest
2020-07-26
Refactor: Change the AK::binary_search signature to use AK::Span.
asynts
2020-07-25
Shell: Don't crash when autocompleting a non-bare word
Ben Wiederhake
2020-07-17
Shell: Mark ForLoop as would_execute
AnotherTest
2020-07-16
Shell: Add a test for loops
AnotherTest
2020-07-16
Shell: Add a 'for' loop
AnotherTest
2020-07-16
Shell: Parse lists serially, and flatten them only when needed
AnotherTest
[next]