summaryrefslogtreecommitdiff
path: root/src/user/app/shell/shell.c
AgeCommit message (Expand)Author
2023-02-23fix: printf related warningsdzwdz
2023-01-25style: typedef structs, shorter namespacesdzwdz
2023-01-19kernel: user interruptsdzwdz
2023-01-06kernel: basic procfsdzwdz
2023-01-06kernel: turn the NULLFS into an always present special handledzwdz
2022-12-27sh: minor usability / aesthetic improvementsdzwdz
2022-12-25user/lib: reorganize a few header filesdzwdz
2022-09-04user/shell: use perrordzwdz
2022-08-11shared/header: don't mix kinds of declarations between headersdzwdz
2022-08-08user/libc: cwddzwdz
2022-08-08user: separate tmpfs into its own executable, add `mount`dzwdz
2022-08-07user/shell: make `whitelist` work in a more sensible waydzwdz
2022-08-07user/shell: make `>>` work for executablesdzwdz
2022-08-03shared: clean up printf, %u support (amongst other things)dzwdz
2022-08-01user/shell: add a `time` builtindzwdz
2022-08-01user/shell: add a whitelist builtindzwdz
2022-07-31user/shell: use an array of function pointers for the builtinsdzwdz
2022-07-30user: stderrdzwdz
2022-07-28user/shell: redirectionsdzwdz
2022-07-27user/libc: a shitty fgets()dzwdz
2022-07-27user/shell: basic shell script supportdzwdz
2022-07-27user/shell: fix echodzwdz
2022-07-27user/shell: actual parsing, multiple argument supportdzwdz
2022-07-27user/libc: execve() supports passing argv nowdzwdz
2022-07-27user: cleanup init and the shell's codedzwdz
2022-07-26user: break out the shell and tests into separate binariesdzwdz