Age | Commit message (Expand) | Author |
---|---|---|
2021-10-21 | init/shell: add a `shadow` command for null mounts | dzwdz |
2021-10-21 | init/shell: add a `catall` cmd - works like the old fs test | dzwdz |
2021-10-21 | init/shell: fix crash when cat is ran without arguments | dzwdz |
2021-10-15 | init: only run tests when prompted from the shell | dzwdz |
2021-10-15 | init/readline: stop reading on \n | dzwdz |
2021-10-13 | init/shell: show the current "fork depth" in the prompt | dzwdz |
2021-10-13 | init/shell: add the fork command | dzwdz |
2021-10-13 | init/shell: implement the `exit` command | dzwdz |
2021-10-10 | init: move __tty_fd to the stdlib, add the underscores to its name | dzwdz |
2021-10-10 | init/shell: implement a half-broken cat | dzwdz |
2021-10-10 | init/shell: implement the echo command | dzwdz |
2021-10-10 | init/shell: basic argument splitting | dzwdz |
2021-10-10 | init/shell: basic readline() | dzwdz |