Andreas Kling
|
8f45a259fc
ByteBuffer: Remove pointer() in favor of data()
|
il y a 5 ans |
Andreas Kling
|
8d550c174e
LibCore: Convert CFile to ObjectPtr
|
il y a 5 ans |
Andreas Kling
|
3596522d23
Shell: Add a "time" builtin to show how long a command took to run
|
il y a 5 ans |
Jesse Buhagiar
|
2976e889e9
Shell: Fixed `pushd` and `popd`
|
il y a 5 ans |
Jesse Buhagiar
|
ecdaf991c6
Shell: Added `pushd`, `popd` and `dirs` builtins
|
il y a 5 ans |
Andreas Kling
|
b7bedab28a
Shell: Support extremely naive shell script execution
|
il y a 5 ans |
Tim Morgan
|
af6948afe0
Shell: fix crash when using `cd -` and OLDPWD is null
|
il y a 5 ans |
Tim Morgan
|
093961d2d9
Shell: Remember previous working dir
|
il y a 5 ans |
MinusGix
|
8920ece8f6
Shell: Add support for special parameter that returns PID
|
il y a 5 ans |
MinusGix
|
91a609d945
Shell: Add support for special parameter that expands to return-code of last program executed
|
il y a 5 ans |
MinusGix
|
2bd181a14b
Shell: Add support for getting environment variable values
|
il y a 5 ans |
Andreas Kling
|
f4042903b9
Shell: Okay I keep messing up this history file code.. actually fix it!
|
il y a 5 ans |
Andreas Kling
|
0b1981ddae
Shell: Oops, don't exit() when ~/.history does not exist
|
il y a 5 ans |
Andreas Kling
|
ce837d157f
Shell: Don't open ~/.history for writing on startup
|
il y a 5 ans |
Conrad Pankoff
|
6bb6176762
Shell: Support semicolons for separating commands
|
il y a 6 ans |
Andreas Kling
|
3363426a6b
Shell: Put failed command exit statuses in the debug output instead.
|
il y a 6 ans |
Andreas Kling
|
7c3b2e0728
Shell: Simply print "cmd: Command not found." for ENOENT on execution.
|
il y a 6 ans |
Andreas Kling
|
253e391bfc
Shell: Implement support for terminal clearing with ^L.
|
il y a 6 ans |
Andreas Kling
|
3073ea7d84
Kernel: Add support for the WSTOPPED flag to the waitpid() syscall.
|
il y a 6 ans |
Andreas Kling
|
aa2cfed6b0
Shell: Remove some unused code.
|
il y a 6 ans |
Andreas Kling
|
fc4022d173
Shell: Handle SIGWINCH to get a nice behavior when resizing.
|
il y a 6 ans |
Andreas Kling
|
0e75aba7c3
StringView: Rename characters() to characters_without_null_termination().
|
il y a 6 ans |
CallumAttryde
|
e38c3bce15
add ~/.history file for Shell, stores entire command log and loads recent commands into history buffer
|
il y a 6 ans |
Sergey Bugaev
|
802612f665
Shell: Implement more advanced globbing.
|
il y a 6 ans |
Andreas Kling
|
f7ede145b4
Shell: Run clang-format on everything.
|
il y a 6 ans |
Andreas Kling
|
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
|
il y a 6 ans |
Andreas Kling
|
ecb72dd991
Shell: Print the name of each process whose exit status we're reporting.
|
il y a 6 ans |
Andreas Kling
|
036d808e96
Shell: Check the exit status of all spawned child processes.
|
il y a 6 ans |
Andreas Kling
|
848044b74c
Shell: Separate fd rewirings from redirections.
|
il y a 6 ans |
Andreas Kling
|
6b585f9dd7
Shell: Fix an error message incorrectly complaining about lstat() failure.
|
il y a 6 ans |