Age | Commit message (Expand) | Author |
---|---|---|
2024-12-12 | formatting: Use clang-format on all projects | Anton Kling |
2024-12-12 | signal: Remove old way of sending signals and instead use procfs | Anton Kling |
2024-07-01 | LibC: Change how kill() works | Anton Kling |
2024-04-02 | Kernel: Fix some memory leaks | Anton Kling |
2023-10-30 | Kernel/LibC: Add signals and support for custom signal handlers to processes. | Anton Kling |