Add sys scheme to allow inspection of processes. WIP: Signals.

This commit is contained in:
Jeremy Soller 2016-10-13 21:00:51 -06:00
parent 224c43f761
commit d18bf07f3e
9 changed files with 445 additions and 64 deletions

View file

@ -267,6 +267,7 @@ coreutils: \
filesystem/bin/mkdir \
filesystem/bin/mv \
filesystem/bin/printenv \
filesystem/bin/ps \
filesystem/bin/pwd \
filesystem/bin/realpath \
filesystem/bin/reset \
@ -280,7 +281,7 @@ coreutils: \
filesystem/bin/true \
filesystem/bin/wc \
filesystem/bin/yes
#filesystem/bin/free filesystem/bin/ps filesystem/bin/shutdown filesystem/bin/test
#filesystem/bin/free filesystem/bin/shutdown filesystem/bin/test
extrautils: \
filesystem/bin/calc \