index
:
sbos.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
lib
Age
Commit message (
Expand
)
Author
2024-12-14
sb/printf: Add ksbprintf
Anton Kling
2024-12-14
sb: Allow input to be "ignored"
Anton Kling
2024-12-12
formatting: Use clang-format on all projects
Anton Kling
2024-12-11
kernel: Add more sv functions and change interfaces
Anton Kling
2024-12-10
kernel: Add string view and string builder
Anton Kling
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-29
Kernel/Socket: Move sockets back to being file descriptors
Anton Kling
2024-04-28
Kernel: Use ringbuffer for handling incoming socket data
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
2024-04-25
Kernel: Add a ringbuffer
Anton Kling
2024-04-16
Kernel: Improve "out of memory" error handling
Anton Kling
2024-04-02
Kernel: Use "struct list" to handle file descriptors instead of a fixed sized...
Anton Kling
2024-04-02
Kernel: Fix some memory leaks
Anton Kling
2024-03-14
random changes made
Anton Kling
2024-02-28
TCP/UDP: Start rewrite of network sockets
Anton Kling
2024-02-21
Kernel: Remove all inline assembly.
Anton Kling
2024-02-21
New clang-format options
Anton Kling
2024-02-16
General cleanup
Anton Kling