summaryrefslogtreecommitdiff
path: root/kernel/queue.c
AgeCommit message (Expand)Author
2024-12-12signal: Remove old way of sending signals and instead use procfsAnton Kling
2024-07-08Kernel/Net: Don't use kmalloc to create send buffersAnton Kling
2024-07-06Kernel: Add queue syscall and improve TCPAnton Kling
2024-04-29Kernel/TCP: Increment seq number after sending SYN|ACKAnton Kling
2024-04-28Kernel: Use ringbuffer for handling incoming socket dataAnton Kling
2024-04-26Kernel/VFS: Change polling from variables to functionsAnton Kling
2024-03-26Increase support for signalsAnton Kling
2024-03-17stuffAnton Kling
2024-03-14random changes madeAnton Kling