summaryrefslogtreecommitdiff
path: root/kernel/lib/relist.c
AgeCommit message (Collapse)Author
2024-10-17kernel: Use realloc instead of malloc+freeAnton Kling
2024-07-06Kernel: Fix integer overflowAnton Kling
2024-06-25VFS: dup2 fixesAnton Kling
2024-06-11TCP stuffAnton Kling
2024-06-09Add UDPAnton Kling
2024-04-27Kernel: Make "relist" able to dynamically resizeAnton Kling
2024-04-27Kernel: Make file descriptor numbers reusable.Anton Kling
Instead of using the "append only" list it now uses "relist" which allows for indexes to be removed.