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
/
fs
Age
Commit message (
Expand
)
Author
2024-12-14
procfs: Add `stat`
Anton Kling
2024-12-14
procfs: Add `self` and `id`
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
signal: Remove old way of sending signals and instead use procfs
Anton Kling
2024-12-12
procfs: Add a procfs
Anton Kling
2024-12-09
kernel: Add a way to parse numbers from C strings
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-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-14
kernel: stuff
Anton Kling
2024-10-03
kernel/shm: shm_open only create if O_CREAT was supplied
Anton Kling
2024-08-17
ext2: Bug fix. Incorrect assumption that `len` is not modified.
Anton Kling
2024-07-08
Kernel/Net: Don't use kmalloc to create send buffers
Anton Kling
2024-07-06
Bug fix: Fix use after free when closing a pipe
Anton Kling
2024-07-05
TCP: Add back support for listening on a socket
Anton Kling
2024-07-03
Kernel/Time: Improve time keeping
Anton Kling
2024-07-01
Bug fix: avoid use after free
Anton Kling
2024-07-01
VFS: Move towards unifying vfs_inode_t and vfs_fd_t
Anton Kling
2024-06-30
ahci/ext2: small fixes
Anton Kling
2024-06-30
ext2: Optimize block writes
Anton Kling
2024-06-30
ext2: Get multiple blocks in one function call
Anton Kling
2024-06-30
ext2: Refactor and optimize free block/inode lookup
Anton Kling
2024-06-30
ext2: Performance improvements to block write
Anton Kling
2024-06-29
Ext2: Large file support and stylistic changes
Anton Kling
2024-06-29
Ext2: Bug fix
Anton Kling
2024-06-28
Ext2: Support block sizes other than 1024
Anton Kling
2024-06-26
Kernel: Code cleanup
Anton Kling
2024-06-26
Libc/Kernel: Add fcntl()
Anton Kling
2024-06-26
Remove mread
Anton Kling
2024-06-26
Ext2: Bug fix
Anton Kling
2024-06-25
VFS: dup2 fixes
Anton Kling
2024-06-22
Kernel stuff
Anton Kling
2024-06-17
Reorganize logging code
Anton Kling
2024-06-09
Add UDP
Anton Kling
2024-05-08
ext2: Use LRU for block cache
Anton Kling
2024-05-04
Bug: Ext2: Properly check bounds before doing reads.
Anton Kling
2024-04-29
Kernel/Socket: Move sockets back to being file descriptors
Anton Kling
2024-04-27
Kernel: Ensure new kernel tables geet allocated for all current page directories
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-26
Kernel/VFS: Change polling from variables to functions
Anton Kling
2024-04-26
Kernel: clang format fixes
Anton Kling
[next]