Andreas Kling
|
1b9f4c7c40
Shell: Fix broken debug logging about waiting on children
|
5 лет назад |
Andreas Kling
|
1934a1ec0b
Shell: Use pledge()
|
5 лет назад |
Andreas Kling
|
6f4c380d95
AK: Use size_t for the length of strings
|
5 лет назад |
Andreas Kling
|
cd55f76727
Shell: Use _exit() in the forked child if execvp() fails
|
5 лет назад |
William McPherson
|
aa8b40dce6
Shell: Cache PATH for faster tab completion
|
5 лет назад |
Drew Stratford
|
058c8337df
Shell: Properly set and restore termios settings.
|
5 лет назад |
Drew Stratford
|
58f67c1ccb
Shell: Update termios settings to match line discipline.
|
5 лет назад |
Andreas Kling
|
8f45a259fc
ByteBuffer: Remove pointer() in favor of data()
|
5 лет назад |
Andreas Kling
|
8d550c174e
LibCore: Convert CFile to ObjectPtr
|
5 лет назад |
Andreas Kling
|
3596522d23
Shell: Add a "time" builtin to show how long a command took to run
|
5 лет назад |
Jesse Buhagiar
|
2976e889e9
Shell: Fixed `pushd` and `popd`
|
5 лет назад |
Jesse Buhagiar
|
ecdaf991c6
Shell: Added `pushd`, `popd` and `dirs` builtins
|
5 лет назад |
Andreas Kling
|
b7bedab28a
Shell: Support extremely naive shell script execution
|
5 лет назад |
Tim Morgan
|
af6948afe0
Shell: fix crash when using `cd -` and OLDPWD is null
|
5 лет назад |
Tim Morgan
|
093961d2d9
Shell: Remember previous working dir
|
5 лет назад |
MinusGix
|
8920ece8f6
Shell: Add support for special parameter that returns PID
|
5 лет назад |
MinusGix
|
91a609d945
Shell: Add support for special parameter that expands to return-code of last program executed
|
5 лет назад |
MinusGix
|
2bd181a14b
Shell: Add support for getting environment variable values
|
5 лет назад |
Andreas Kling
|
f4042903b9
Shell: Okay I keep messing up this history file code.. actually fix it!
|
5 лет назад |
Andreas Kling
|
0b1981ddae
Shell: Oops, don't exit() when ~/.history does not exist
|
5 лет назад |
Andreas Kling
|
ce837d157f
Shell: Don't open ~/.history for writing on startup
|
5 лет назад |
Conrad Pankoff
|
6bb6176762
Shell: Support semicolons for separating commands
|
6 лет назад |
Andreas Kling
|
3363426a6b
Shell: Put failed command exit statuses in the debug output instead.
|
6 лет назад |
Andreas Kling
|
7c3b2e0728
Shell: Simply print "cmd: Command not found." for ENOENT on execution.
|
6 лет назад |
Andreas Kling
|
253e391bfc
Shell: Implement support for terminal clearing with ^L.
|
6 лет назад |
Andreas Kling
|
3073ea7d84
Kernel: Add support for the WSTOPPED flag to the waitpid() syscall.
|
6 лет назад |
Andreas Kling
|
aa2cfed6b0
Shell: Remove some unused code.
|
6 лет назад |
Andreas Kling
|
fc4022d173
Shell: Handle SIGWINCH to get a nice behavior when resizing.
|
6 лет назад |
Andreas Kling
|
0e75aba7c3
StringView: Rename characters() to characters_without_null_termination().
|
6 лет назад |
CallumAttryde
|
e38c3bce15
add ~/.history file for Shell, stores entire command log and loads recent commands into history buffer
|
6 лет назад |