banan-os/userspace
Bananymous adb14ba373 Kernel: Userspace signal handlers are now called one at a time
I added a syscall for telling the kernel when signal execution has
finished. We should send a random hash or id to the signal trampoline
that we would include in the syscall, so validity of signal exit can
be confirmed.
2023-07-23 13:34:53 +03:00
..
Shell Kernel: Userspace signal handlers are now called one at a time 2023-07-23 13:34:53 +03:00
cat Userspace: fix return values of cat and echo 2023-06-10 17:34:10 +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 Init: Use the new pwd.h api for user parsing 2023-07-13 12:01:41 +03:00
ls Userspace: Add color to ls 2023-06-11 23:00:19 +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
yes BuildSystem: link libraries when they change 2023-05-31 23:01:40 +03:00
CMakeLists.txt Userspace: add basic 'touch' command 2023-07-10 16:38:15 +03:00
create_program.sh Userspace: create_program creates proper cmake files again 2023-06-02 18:42:25 +03:00