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-12-08
audio: Control master volume through /dev/volume
Anton Kling
2024-12-08
kernel/libc: Add isdigit()
Anton Kling
2024-12-08
kernel: Change error reporting for exec*
Anton Kling
2024-12-02
ac97: Messy fixes to audio
Anton Kling
2024-12-02
minibox: Add true, false
Anton Kling
2024-11-30
audio/pcm: Add a proram to play audio files
Anton Kling
2024-11-30
kernel: Change math.h to use macros
Anton Kling
2024-11-30
ac97/audio: Add audio
Anton Kling
2024-11-30
vfs: Move read() to vfs.c
Anton Kling
2024-11-29
ext2: Handle "zero" blocks
Anton Kling
2024-11-28
add missing files
Anton Kling
2024-11-28
changes
Anton Kling
2024-11-24
sh: Remove sh and use the "minibox" version instead
Anton Kling
2024-11-24
libc: fclose should always close the associated file descriptor
Anton Kling
2024-11-23
vfs: Support O_TRUNC
Anton Kling
2024-11-23
vfs: Add O_APPEND support + refactoring
Anton Kling
2024-11-23
libc: Add append to f(d)open and other fixes
Anton Kling
2024-11-22
libc: Fix bugs in strto(u)l(l)
Anton Kling
2024-11-22
libc: Add RC_ERRNO to more syscalls
Anton Kling
2024-11-22
vfs: Add dup()
Anton Kling
2024-11-22
libc: Add case for strtol(l) where base is 0
Anton Kling
2024-11-22
vfs: Close new file descriptor if already in use when calling dup2
Anton Kling
2024-10-30
kernel: Improve error handling for OOM
Anton Kling
2024-10-30
kernel/mmu: Make sure to check for NULL.
Anton Kling
2024-10-17
kernel: Use realloc instead of malloc+free
Anton Kling
2024-10-17
httpd: Bug fix close unused file descriptor
Anton Kling
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
[next]