AnotherTest
|
d0aab41628
LibLine: Read configuration from a config file
|
5 yıl önce |
AnotherTest
|
c589625418
Shell: Allow redirections and pipes on builtins
|
5 yıl önce |
AnotherTest
|
5ae2f6e9ec
Shell: Stop a for loop upon receiving two consecutive interruptions
|
5 yıl önce |
Nico Weber
|
3cc9e8ba41
LibLine+Shell: Remove unused split_mechanism
|
5 yıl önce |
Andreas Kling
|
b8440b12b7
Shell: Store jobs as NonnullRefPtr<Job>
|
5 yıl önce |
AnotherTest
|
ff01cfa08a
Shell: Mark suspended children as such when receiving a SIGCHLD
|
5 yıl önce |
AnotherTest
|
771751258e
Shell: Give the TTY to the foreground process
|
5 yıl önce |
AnotherTest
|
1d08cab9ab
Shell: Correct FdRedirection inheriting from two RefCounted bases
|
5 yıl önce |
AnotherTest
|
12af65c1c9
Shell: Add support for ARGV (and $*, $#)
|
5 yıl önce |
AnotherTest
|
4be2cb895c
Shell: Do not assume that wstatus is valid after wait() returns 0
|
5 yıl önce |
AnotherTest
|
dc62371439
Shell: Avoid waiting for jobs that were *just* unblocked
|
5 yıl önce |
AnotherTest
|
151e4d41ed
Shell: Put children in their own process groups and fix job control
|
5 yıl önce |
Tom
|
5d9ea2c787
Shell: Pledge sigaction
|
5 yıl önce |
Tom
|
6dfd503518
Shell: Handle signals asynchronously
|
5 yıl önce |
Andreas Kling
|
1bc6bb0421
Shell: Run both /etc/shellrc and ~/.shellrc on startup
|
5 yıl önce |
AnotherTest
|
5cdb0ef2e5
Shell: Keep the TTY on the same pgroup to get tty signals
|
5 yıl önce |
AnotherTest
|
dec27e5e6f
Shell: Handle the case where the child we're waiting for doesn't exist
|
5 yıl önce |
AnotherTest
|
6d17fe38a4
Shell: Do not treat the absence of an init script as an error
|
5 yıl önce |
AnotherTest
|
639c1a1737
Shell: Build as part of Lagom as well
|
5 yıl önce |
AnotherTest
|
bc3285abb0
Shell: Read and evaluate an init file on start
|
5 yıl önce |
AnotherTest
|
3d6a035d0f
Shell: Use ArgsParser for argument parsing
|
5 yıl önce |
AnotherTest
|
a4627f2439
Shell: Switch to a new parser and AST
|
5 yıl önce |
AnotherTest
|
889a8e7d0f
LibLine: Handle interrupts again
|
5 yıl önce |
AnotherTest
|
d5e9213683
Shell: Avoid messing with sigaction while waiting for a child
|
5 yıl önce |
AnotherTest
|
70a213a6ec
LibLine: Use Core::EventLoop for outer read loop
|
5 yıl önce |
Sergey Bugaev
|
4139838a93
Userland et al: Pledge sigaction when needed
|
5 yıl önce |
AnotherTest
|
42114c5784
Shell: Refuse to be suspended with ^Z
|
5 yıl önce |
AnotherTest
|
7fba21aefc
LibLine: Unify completion hooks and adapt its users
|
5 yıl önce |
AnotherTest
|
a398898c12
Shell: Switch to using Core::EventLoop
|
5 yıl önce |
AnotherTest
|
172df68666
Shell: Patch most of the builtins to use Core::ArgsParser
|
5 yıl önce |