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
/
kernel
/
handle.h
Age
Commit message (
Expand
)
Author
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-07-26
shared: move some headers from shared/ to camellia/
dzwdz
2022-07-09
syscalls/pipe: turn into a POSIX-style api with separate rw ends
dzwdz
2022-07-08
syscall/fs_respond: get the file id from the buf argument
dzwdz
2022-07-06
kernel/pipes: read & write support
dzwdz
2022-07-05
kernel: initial partial pipe support
dzwdz
2022-05-06
kernel: remove the union in `struct handle`
dzwdz
2022-05-05
kernel: fix a few minor compiler warnings
dzwdz
2022-05-05
kernel: ps2 driver is now a separate backend
dzwdz
2022-05-04
kernel: refcount vfs_backend
dzwdz
2022-05-01
kernel/proc: `process_handle_get` for safely accepting handle ids
dzwdz
2022-05-01
kernel/proc: make handles separate refcounted objects
dzwdz
2022-04-28
kernel/proc: simplify `process_seed`
dzwdz
2021-11-02
fork2() refactor: remove the unused back handle type
dzwdz
2021-09-18
put the `handle_t` typedef in `shared/types.h`
dzwdz
2021-09-18
merge `kernel/types.h` and `init/types.h`
dzwdz
2021-09-07
implement fs_create(), front/back fs handles
dzwdz
2021-09-04
new vfs impl pt. 1: implement open()
dzwdz
2021-09-04
nuke the old handle code
dzwdz
2021-09-04
rename file descriptors to handles
dzwdz