banan-os/userspace
Bananymous eb98d70a0b Shell: command execution and parsing support piped commands
There is still problems with "blocking" builtin commands (time),
return value, ...
2023-08-17 12:05:38 +03:00
..
Shell Shell: command execution and parsing support piped commands 2023-08-17 12:05:38 +03:00
cat cat: use 1025 buffer. this allows reads to be 1024 byte 2023-08-16 09:33:14 +03:00
echo Userspace: fix return values of cat and echo 2023-06-10 17:34:10 +03:00
id Userspace: Add basic id that prints {,e}{uid,gid} of the current proc 2023-06-11 22:37:00 +03:00
init Kernel: Userspace sets the foreground process and Shell handles ^C 2023-07-28 18:10:36 +03:00
ls Userspace: Add color to ls 2023-06-11 23:00:19 +03:00
stat Userspace: implement basic stat 2023-08-11 10:30:50 +03:00
tee tee: indent with tabs 2023-07-10 16:18:08 +03:00
test BuildSystem: link libraries when they change 2023-05-31 23:01:40 +03:00
touch Userspace: add basic 'touch' command 2023-07-10 16:38:15 +03:00
u8sum Userspace: u8sum fix error message 2023-06-19 10:31:23 +03:00
whoami Userspace: Add basic whoami command 2023-08-15 09:03:51 +03:00
yes BuildSystem: link libraries when they change 2023-05-31 23:01:40 +03:00
CMakeLists.txt Userspace: Add basic whoami command 2023-08-15 09:03:51 +03:00
create_program.sh Userspace: create_program creates proper cmake files again 2023-06-02 18:42:25 +03:00