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
Age
Commit message (
Expand
)
Author
2024-12-15
libc: Fix undefined behavior for non positive VLA
Anton Kling
2024-12-14
procfs: Add `stat`
Anton Kling
2024-12-14
mmu: Remove recursion in ksbrk
Anton Kling
2024-12-14
procfs: Add `self` and `id`
Anton Kling
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-12
kernel: Fix/improve cleanup of process after exit
Anton Kling
2024-12-12
signal: Remove old way of sending signals and instead use procfs
Anton Kling
2024-12-12
procfs: Add a procfs
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-12-10
kernel: Add kbnprintf
Anton Kling
2024-12-09
timer: Use strings instead of direct int64_t to communicate with userland
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-09
mmu: Make certain allocations physical and virtual mapping linear
Anton Kling
2024-12-08
vfs: Bug fix...
Anton Kling
2024-12-08
vfs: Force truncation even without permissions
Anton Kling
2024-12-08
audio: Control master volume through /dev/volume
Anton Kling
2024-12-08
kernel/libc: Add isdigit()
Anton Kling
2024-12-08
kernel: Change error reporting for exec*
Anton Kling
2024-12-02
ac97: Messy fixes to audio
Anton Kling
2024-11-30
kernel: Change math.h to use macros
Anton Kling
2024-11-30
ac97/audio: Add audio
Anton Kling
2024-11-30
vfs: Move read() to vfs.c
Anton Kling
2024-11-29
ext2: Handle "zero" blocks
Anton Kling
2024-11-28
changes
Anton Kling
2024-11-23
vfs: Support O_TRUNC
Anton Kling
2024-11-23
vfs: Add O_APPEND support + refactoring
Anton Kling
2024-11-22
vfs: Add dup()
Anton Kling
2024-11-22
vfs: Close new file descriptor if already in use when calling dup2
Anton Kling
2024-10-30
kernel: Improve error handling for OOM
Anton Kling
2024-10-30
kernel/mmu: Make sure to check for NULL.
Anton Kling
2024-10-17
kernel: Use realloc instead of malloc+free
Anton Kling
2024-10-16
kernel: Add RSOD(red screen of death)
Anton Kling
2024-10-14
kernel: small bug fixes
Anton Kling
2024-10-14
kernel: stuff
Anton Kling
2024-10-14
TCP: Don't free buffer prematurely
Anton Kling
2024-10-12
Kernel/MMU: Don't return non present pages unless creation is desired
Anton Kling
2024-10-06
Kernel/Networking: Modify outgoing packet in place
Anton Kling
2024-10-03
kernel/shm: shm_open only create if O_CREAT was supplied
Anton Kling
2024-10-03
libc: Add sendfile and queue
Anton Kling
2024-09-12
Kernel: Add support for shebangs
Anton Kling
2024-08-17
ext2: Bug fix. Incorrect assumption that `len` is not modified.
Anton Kling
2024-07-11
PCI: Fix bug not account for different bar index
Anton Kling
2024-07-08
Kernel/Net: Don't use kmalloc to create send buffers
Anton Kling
2024-07-08
kmalloc: Merge headers more often
Anton Kling
2024-07-06
Kernel: Add kmalloc scan
Anton Kling
2024-07-06
Kernel: Add queue syscall and improve TCP
Anton Kling
[next]