summaryrefslogtreecommitdiff
path: root/kernel/fs/procfs.c
AgeCommit message (Collapse)Author
2024-12-14procfs: Add `stat`Anton Kling
2024-12-14procfs: Add `self` and `id`Anton Kling
2024-12-14sb: Allow input to be "ignored"Anton Kling
This removes edge cases from read calls and makes bugs harder to introduce.
2024-12-12signal: Remove old way of sending signals and instead use procfsAnton Kling
2024-12-12procfs: Add a procfsAnton Kling
Userland can now interface with processes by writing/reading from `/proc/<pid>/<entry>` It can send signals, for example `echo 15 > /proc/1/signal`