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
/
drivers
/
pit.c
Age
Commit message (
Expand
)
Author
2024-11-28
changes
Anton Kling
2024-07-06
Kernel: Add kmalloc scan
Anton Kling
2024-07-04
TCP: Allow delay for sends
Anton Kling
2024-07-04
PIT: Fix dumb bug
Anton Kling
2024-07-04
Random: Improve random seeding.
Anton Kling
2024-07-03
Kernel/Time: Improve time keeping
Anton Kling
2024-07-03
Kernel: Add simple support for timer using TSC
Anton Kling
2024-06-26
TCP: Delay ACKs to batch together packets ACKed
Anton Kling
2024-06-26
Kernel: Code cleanup
Anton Kling
2024-06-26
Networking stuff
Anton Kling
2024-06-22
Kernel stuff
Anton Kling
2024-06-17
Improve PIT timer freq
Anton Kling
2024-03-20
MMU: Fixed massive problem in assumption of RAM layout
Anton Kling
2024-02-22
Kernel: Fix undefined behavior and cleanup functions.
Anton Kling
2024-02-19
Kernel: Change timing for context switches
Anton Kling
2024-02-19
Kernel/VFS: Cleanup of file descriptor halts
Anton Kling
2024-02-17
cleanup
Anton Kling
2024-02-09
Kernel/Interrupts: Restructure how interrupts are handeled in the kernel
Anton Kling
2024-02-07
A lot of small changes
Anton Kling
2023-11-28
Meta: Apply new clang-format rules to kernel
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