summaryrefslogtreecommitdiff
path: root/src/user/app/shell/builtins.c
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-11vfs: support for removing filesdzwdz
2022-08-08user/libc: cwddzwdz
2022-08-08user: union filesystemsdzwdz
2022-08-07user/shell: make `whitelist` work in a more sensible waydzwdz
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-07-31user/shell: use an array of function pointers for the builtinsdzwdz
2022-07-30user: stderrdzwdz
2022-07-27user: cleanup init and the shell's codedzwdz