Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-14 | sb/printf: Add ksbprintf | Anton Kling | |
Easier to add formatted strings to the string builder without using intermediate buffers. | |||
2024-12-12 | formatting: Use clang-format on all projects | Anton Kling | |
This commit also add braces to all `if` statements. | |||
2024-12-10 | kernel: Add string view and string builder | Anton Kling | |
This makes write/read calls that use strings to communicate much simpler and less error prone. | |||
2024-12-10 | kernel: Add kbnprintf | Anton Kling | |
Like snprintf but without null termination | |||
2024-12-09 | kernel: Add ksnprintf | Anton Kling | |
2024-06-17 | Reorganize logging code | Anton Kling | |
2024-04-15 | Bug fix and cleanup. | Anton Kling | |
2023-11-28 | Meta: Apply new clang-format rules to kernel | Anton Kling | |
2023-11-28 | Kernel: Add basic IPC and move to microkernel design. | Anton Kling | |
The IPC design is currently a WIP and is nowhere near complete | |||
2023-11-15 | VFS: Add stat | Anton Kling | |
2023-11-10 | Kernel Style: Change uint*_t -> u* | Anton Kling | |
2023-10-31 | Meta: Move kernel and userland to their own folders. | Anton Kling | |
This is to allow both the kernel and the userland to share certain header files and to make the folder structure a bit more clear. |