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
/
lib
/
fs
/
misc.c
Age
Commit message (
Expand
)
Author
2023-01-25
style: typedef structs, shorter namespaces
dzwdz
2023-01-25
user: process titles, /bin/ps
dzwdz
2022-12-25
user/lib: reorganize a few header files
dzwdz
2022-10-02
syscall/open: add the full suite of READ/WRITE flags
dzwdz
2022-10-02
user/libc: rework fs_whitelist; fix minor bugs
dzwdz
2022-09-21
user/lib: ufs_wait
dzwdz
2022-09-20
shared: rename ufs_request to better fit its role in userland
dzwdz
2022-09-20
user: s/fs_delegate/forward_open
dzwdz
2022-08-28
user/fs: implement fs_delegate, badly
dzwdz
2022-08-27
user/fs_whitelist: stop :ro from affecting unrelated paths
dzwdz
2022-08-26
shared: memmove
dzwdz
2022-08-19
syscall/fs_wait: return a handle for each request
dzwdz
2022-08-12
vfs: OPEN_RO flag, read-only whitelist entries
dzwdz
2022-08-08
fs: getsize() on directories
dzwdz
2022-08-08
user: union filesystems
dzwdz
2022-08-04
do some simple TODOs, organize the rest; general code maintainance
dzwdz
2022-08-01
user/lib: move mount_at_pred away from the header
dzwdz
2022-08-01
user/fs: fs_whitelist injects directory entries
dzwdz
2022-07-31
user/fs: make fs_dir_inject use the fs/dir lib
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-24
user: change the directory structure to prepare for multiple binaries
dzwdz