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-10-16
kernel: Add RSOD(red screen of death)
Anton Kling
2024-10-16
httpd: Bug fix for not handling error code 400 properly
Anton Kling
2024-10-14
httpd: Add /index.html support and better error handling
Anton Kling
2024-10-14
ppm: Fix bounds checking
Anton Kling
2024-10-14
kernel: small bug fixes
Anton Kling
2024-10-14
kernel: stuff
Anton Kling
2024-10-14
TCP: Don't free buffer prematurely
Anton Kling
2024-10-14
libc: Copy string views to preallocated buffers
Anton Kling
2024-10-14
httpd: Add a simple http server
Anton Kling
2024-10-13
libc/sb: Refactor string builder to allow for none malloc allocations
Anton Kling
2024-10-12
Kernel/MMU: Don't return non present pages unless creation is desired
Anton Kling
2024-10-11
sh: Add parsing of newlines
Anton Kling
2024-10-09
sh: Conform to the new stringbuilder functions
Anton Kling
2024-10-09
sh: Add support for running commands in the background
Anton Kling
2024-10-09
sh: Fix incorrectly hardcoded value
Anton Kling
2024-10-06
Kernel/Networking: Modify outgoing packet in place
Anton Kling
2024-10-06
libc: Add sb_prepend_buffer
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-10-03
libc: small changes
Anton Kling
2024-10-03
libc: Add readdir_multi
Anton Kling
2024-10-03
libc: Add fdopendir()
Anton Kling
2024-10-02
test: Fix incorrect test
Anton Kling
2024-10-02
libc: Fix FILE memstream bug
Anton Kling
2024-10-02
libc: Add faster scandir function(scandir_sane).
Anton Kling
2024-09-12
Kernel: Add support for shebangs
Anton Kling
2024-09-12
sh: Load script from file
Anton Kling
2024-09-12
sh: Add support for comments
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
LibC: Optimize malloc
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
rdate: Add a very basic implementation rdate
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
[next]