index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
user
/
app
/
init
/
driver
Age
Commit message (
Expand
)
Author
2023-07-19
user /keyboard: handle open()s instantly even if waiting for kb
dzwdz
2023-07-08
user/keyboard: check open() path
dzwdz
2023-02-23
build: don't -Isrc/ in user code
dzwdz
2023-01-25
style: typedef structs, shorter namespaces
dzwdz
2023-01-19
kernel: user interrupts
dzwdz
2022-12-27
user/termcook: ignore arrows/tab
dzwdz
2022-12-25
user/lib: reorganize a few header files
dzwdz
2022-09-20
shared: rename ufs_request to better fit its role in userland
dzwdz
2022-08-29
user/termcook: make C-c kill the running process
dzwdz
2022-08-28
user/lua: prepare libc headers
dzwdz
2022-08-23
shared/ring: rename ring_size to ring_used, add ring_avail
dzwdz
2022-08-19
syscall/fs_wait: return a handle for each request
dzwdz
2022-08-14
user/libc: ctype.h
dzwdz
2022-08-13
user: add /initctl for shutting the system down in a cleaner way
dzwdz
2022-08-08
user: separate tmpfs into its own executable, add `mount`
dzwdz
2022-08-07
driver/ps2: prepare for mouse support
dzwdz
2022-08-07
user/tmpfs: expand files on the fly
dzwdz
2022-08-05
add _syscall_getsize
dzwdz
2022-08-04
do some simple TODOs, organize the rest; general code maintainance
dzwdz
2022-08-02
user: separate ansiterm/vterm out into its own binary
dzwdz
2022-08-02
user/ansiterm: only write() the part of the framebuffer that changed
dzwdz
2022-08-01
fix some sign comparision warnings
dzwdz
2022-08-01
user: make ansiterm use the framebuffer instead of vga text mode
dzwdz
2022-07-30
user/fs: create a shared library for handling directory reads
dzwdz
2022-07-29
syscall/write: WRITE_TRUNCATE
dzwdz
2022-07-29
syscall: up the max argument count to 5; make write accept flags
dzwdz
2022-07-29
use a shared fs_normslice() function to handle offsets
dzwdz
2022-07-26
user/libc: exit()
dzwdz
2022-07-26
user: move the POSIX-y stuff to the proper header files
dzwdz
2022-07-26
shared: move some headers from shared/ to camellia/
dzwdz
2022-07-26
tools: add tools/sort_includes.rb
dzwdz
2022-07-26
user: mount the initrd and /kdev in user_bootstrap
dzwdz
2022-07-24
user: change the directory structure to prepare for multiple binaries
dzwdz