Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-17 | kernel: Use realloc instead of malloc+free | Anton Kling | |
2024-07-06 | Kernel: Fix integer overflow | Anton Kling | |
2024-06-25 | VFS: dup2 fixes | Anton Kling | |
2024-06-11 | TCP stuff | Anton Kling | |
2024-06-09 | Add UDP | Anton Kling | |
2024-04-27 | Kernel: Make "relist" able to dynamically resize | Anton Kling | |
2024-04-27 | Kernel: 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. |