summaryrefslogtreecommitdiff
path: root/kernel/lib
AgeCommit message (Expand)Author
2024-12-14sb/printf: Add ksbprintfAnton Kling
2024-12-14sb: Allow input to be "ignored"Anton Kling
2024-12-12formatting: Use clang-format on all projectsAnton Kling
2024-12-11kernel: Add more sv functions and change interfacesAnton Kling
2024-12-10kernel: Add string view and string builderAnton Kling
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-29Kernel/Socket: Move sockets back to being file descriptorsAnton Kling
2024-04-28Kernel: Use ringbuffer for handling incoming socket dataAnton Kling
2024-04-27Kernel: Make "relist" able to dynamically resizeAnton Kling
2024-04-27Kernel: Make file descriptor numbers reusable.Anton Kling
2024-04-25Kernel: Add a ringbufferAnton Kling
2024-04-16Kernel: Improve "out of memory" error handlingAnton Kling
2024-04-02Kernel: Use "struct list" to handle file descriptors instead of a fixed sized...Anton Kling
2024-04-02Kernel: Fix some memory leaksAnton Kling
2024-03-14random changes madeAnton Kling
2024-02-28TCP/UDP: Start rewrite of network socketsAnton Kling
2024-02-21Kernel: Remove all inline assembly.Anton Kling
2024-02-21New clang-format optionsAnton Kling
2024-02-16General cleanupAnton Kling