summaryrefslogtreecommitdiff
path: root/kernel/includes/signal.h
AgeCommit message (Collapse)Author
2024-04-26Kernel: Handle userspace memory errors instead of crashing.Anton Kling
The kernel should kill the process if it has memory issues.
2024-03-26Increase support for signalsAnton Kling
2023-11-15VFS: Add statAnton Kling
2023-10-31Meta: Move kernel and userland to their own folders.Anton Kling
This is to allow both the kernel and the userland to share certain header files and to make the folder structure a bit more clear.