summaryrefslogtreecommitdiff
path: root/src/user/app/shell
AgeCommit message (Expand)Author
2023-08-13libc: replace fork2_n_mount with mount_atdzwdz
2023-08-10user/fs: no longer inject MOUNT_ATs by defaultdzwdz
2023-08-06libc: fs_dirinject2 for injecting multiple pathsdzwdz
2023-07-19user /keyboard: handle open()s instantly even if waiting for kbdzwdz
2023-06-10kernel: implement getpid, getppiddzwdz
2023-06-04kernel: rework /proc/ and process IDsdzwdz
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-10-04user/libc: camellia_open, takes cwd into accountdzwdz
2022-10-02syscall/open: add the full suite of READ/WRITE flagsdzwdz
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