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
/
libc
Age
Commit message (
Expand
)
Author
2024-12-15
libc: Fix undefined behavior for non positive VLA
Anton Kling
2024-12-14
sb/printf: Add ksbprintf
Anton Kling
2024-12-12
formatting: Use clang-format on all projects
Anton Kling
2024-12-10
kernel: Add string view and string builder
Anton Kling
2024-12-10
kernel: Add kbnprintf
Anton Kling
2024-12-09
kernel: Add a way to parse numbers from C strings
Anton Kling
2024-12-09
kernel: Add ksnprintf
Anton Kling
2024-12-08
kernel/libc: Add isdigit()
Anton Kling
2024-10-16
kernel: Add RSOD(red screen of death)
Anton Kling
2024-06-28
Bug fixes
Anton Kling
2024-06-28
Kernel: Port over libc printf to kernel
Anton Kling
2024-06-26
Kernel: Code cleanup
Anton Kling
2024-06-17
Reorganize logging code
Anton Kling
2024-06-09
Add UDP
Anton Kling
2024-04-15
Bug fix and cleanup.
Anton Kling
2024-03-14
random changes made
Anton Kling
2024-02-21
Kernel: Remove all inline assembly.
Anton Kling
2024-02-21
New clang-format options
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
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