summaryrefslogtreecommitdiff
path: root/kernel/queue.c
AgeCommit message (Collapse)Author
2024-04-28Kernel: Use ringbuffer for handling incoming socket dataAnton Kling
2024-04-26Kernel/VFS: Change polling from variables to functionsAnton Kling
Instead of having to store state in variables functions are called to check the object directly.
2024-03-26Increase support for signalsAnton Kling
2024-03-17stuffAnton Kling
2024-03-14random changes madeAnton Kling