Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-14 | procfs: Add `stat` | Anton Kling | |
2024-12-14 | procfs: Add `self` and `id` | Anton Kling | |
2024-12-14 | sb: Allow input to be "ignored" | Anton Kling | |
This removes edge cases from read calls and makes bugs harder to introduce. | |||
2024-12-12 | signal: Remove old way of sending signals and instead use procfs | Anton Kling | |
2024-12-12 | procfs: Add a procfs | Anton 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` |