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
/
sched
/
scheduler.h
Age
Commit message (
Expand
)
Author
2024-12-12
procfs: Add a procfs
Anton Kling
2024-10-14
kernel: small bug fixes
Anton Kling
2024-06-22
Kernel stuff
Anton Kling
2024-04-29
Kernel/Socket: Move sockets back to being file descriptors
Anton Kling
2024-04-27
Kernel: Make file descriptor numbers reusable.
Anton Kling
2024-04-26
Kernel: Handle userspace memory errors instead of crashing.
Anton Kling
2024-04-18
Kernel: Fix compiler warnings
Anton Kling
2024-04-15
Bug fix and cleanup.
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-26
Increase support for signals
Anton Kling
2024-03-14
random changes made
Anton Kling
2024-02-21
Kerenel: Cleanup halt checking code
Anton Kling
2024-02-21
New clang-format options
Anton Kling
2024-02-19
Kernel/VFS: Cleanup of file descriptor halts
Anton Kling
2024-02-17
cleanup
Anton Kling
2024-02-16
General cleanup
Anton Kling
2024-02-14
Kernel: Update signal handling and IPC
Anton Kling
2024-02-07
A lot of small changes
Anton Kling
2023-11-28
Kernel: Add basic IPC and move to microkernel design.
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