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
Age
Commit message (
Expand
)
Author
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
minibox: Add sha1sum
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
ws: Use -Ofast LTO optimizations.
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
2024-06-26
LibC: Fix regression in printf
Anton Kling
2024-06-26
Kernel: Move all syscalls into one file
Anton Kling
2024-06-26
Kernel: Remove unused syscalls
Anton Kling
2024-06-26
Kernel: Code cleanup
Anton Kling
2024-06-26
IRC: Use a GUI instead of a terminal application
Anton Kling
2024-06-26
Libc/Kernel: Add fcntl()
Anton Kling
2024-06-26
Remove mread
Anton Kling
2024-06-26
Scheduler: Don't run switch_task() if task switch is already occuring
Anton Kling
2024-06-26
Ext2: Bug fix
Anton Kling
2024-06-26
Networking stuff
Anton Kling
2024-06-26
LibC: Fix printf formatting
Anton Kling
2024-06-26
TCP: Increment ACK for FIN and SYN
Anton Kling
2024-06-25
VFS: dup2 fixes
Anton Kling
2024-06-25
Optimize mouse driver to perform more work in kernel
Anton Kling
2024-06-24
Kernel: Purge unused/bad syscalls
Anton Kling
2024-06-23
Kernel: Fix small out of memory issues
Anton Kling
2024-06-23
LibC: Include delim in getdelim if it was seen
Anton Kling
2024-06-22
LibC: Fix bugs relating to fseek
Anton Kling
2024-06-22
Kernel: Use correct types for syscall
Anton Kling
2024-06-22
Kernel stuff
Anton Kling
2024-06-21
LibC: Add ldexp
Anton Kling
2024-06-21
Userland: Use sys/socket.h not socket.h
Anton Kling
2024-06-20
Add getaddrinfo and change other libc stuff
Anton Kling
2024-06-17
Improve PIT timer freq
Anton Kling
2024-06-17
Reorganize logging code
Anton Kling
2024-06-12
Improve TCP blocking of requests
Anton Kling
2024-06-11
TCP stuff
Anton Kling
2024-06-09
Bug fix: Avoid race condition for exited process recieving interrupts
Anton Kling
2024-06-09
Add UDP
Anton Kling
2024-05-08
ext2: Use LRU for block cache
Anton Kling
2024-05-06
kmalloc: Add debug kmalloc
Anton Kling
[next]