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-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
2024-07-06
Kernel: Fix integer overflow
Anton Kling
2024-07-06
Kernel: Fix sleep function to use uptime instead of UTC time
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-04
scheduler: Use get_uptime() since it caches the result
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-04
CMOS: Make read/write calls async
Anton Kling
2024-07-03
Kernel/Time: Improve time keeping
Anton Kling
2024-07-03
CMOS: Add basic CMOS RTC support
Anton Kling
2024-07-03
Kernel: Add simple support for timer using TSC
Anton Kling
2024-07-02
TCP: Increase the receive buffer significantly
Anton Kling
2024-07-02
ahci: Bug fix, turns out the async optimization does not work that well
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
Kernel: cleanup
Anton Kling
2024-06-30
UBSAN: Add more ubsan handlers
Anton Kling
2024-06-30
Kernel: Add clock_gettime
Anton Kling
2024-06-30
AHCI: Optimization to writes
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
AHCI: Only check command slots that exist
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
Bug fixes
Anton Kling
2024-06-28
Ext2: Support block sizes other than 1024
Anton Kling
2024-06-28
Bug fix: Fix undefined behavior of ipv4_t type.
Anton Kling
2024-06-28
Kernel: Change naming scheme for certain structs
Anton Kling
2024-06-28
Kernel: Port over libc printf to kernel
Anton Kling
2024-06-28
RTL8139: Add out of memory conditions
Anton Kling
2024-06-27
RTL8139: Masking "Transmit OK" interrupts
Anton Kling
2024-06-27
RTL8139: Nicer code
Anton Kling
2024-06-27
Kernel: poll should exit early if events already exist
Anton Kling
2024-06-27
stuff
Anton Kling
2024-06-27
TCP: Optimize checksum calculation
Anton Kling
2024-06-26
TCP: Delay ACKs to batch together packets ACKed
Anton Kling
[next]