summaryrefslogtreecommitdiff
path: root/src/user/app/shell
AgeCommit message (Collapse)Author
2022-08-04do some simple TODOs, organize the rest; general code maintainancedzwdz
2022-08-04syscalls: add _syscall_sleep()dzwdz
2022-08-03user/shell: make the builtins handle multiple args; misc fixesdzwdz
2022-08-03user/libc: "!files"dzwdz
similar to /dev/{stdin,stdout,stderr} on Linux, except handled by the libc instead of the kernel because that's the simplest way
2022-08-03user/libc: isspace, strtoldzwdz
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