summaryrefslogtreecommitdiff
path: root/src/user/app/shell
AgeCommit message (Expand)Author
2022-09-04user/shell: use perrordzwdz
2022-09-03user/whitelist: when a command isn't given, default to a shelldzwdz
2022-09-03user: implement a basic mkdirdzwdz
2022-08-28user/libc: unlink()dzwdz
2022-08-20user/ethdump: turn into a file serverdzwdz
2022-08-19user/libc: fextflags, add nonbuffering mode for freaddzwdz
2022-08-14user/hexdump: cli arguments, large file support, collapsingdzwdz
2022-08-14user/libc: ctype.hdzwdz
2022-08-11shared/header: don't mix kinds of declarations between headersdzwdz
2022-08-11vfs: support for removing filesdzwdz
2022-08-08user/libc: cwddzwdz
2022-08-08user: union filesystemsdzwdz
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-05add _syscall_getsizedzwdz
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
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