summaryrefslogtreecommitdiff
path: root/src/kernel/handle.h
AgeCommit message (Expand)Author
2022-07-26shared: move some headers from shared/ to camellia/dzwdz
2022-07-09syscalls/pipe: turn into a POSIX-style api with separate rw endsdzwdz
2022-07-08syscall/fs_respond: get the file id from the buf argumentdzwdz
2022-07-06kernel/pipes: read & write supportdzwdz
2022-07-05kernel: initial partial pipe supportdzwdz
2022-05-06kernel: remove the union in `struct handle`dzwdz
2022-05-05kernel: fix a few minor compiler warningsdzwdz
2022-05-05kernel: ps2 driver is now a separate backenddzwdz
2022-05-04kernel: refcount vfs_backenddzwdz
2022-05-01kernel/proc: `process_handle_get` for safely accepting handle idsdzwdz
2022-05-01kernel/proc: make handles separate refcounted objectsdzwdz
2022-04-28kernel/proc: simplify `process_seed`dzwdz
2021-11-02fork2() refactor: remove the unused back handle typedzwdz
2021-09-18put the `handle_t` typedef in `shared/types.h`dzwdz
2021-09-18merge `kernel/types.h` and `init/types.h`dzwdz
2021-09-07implement fs_create(), front/back fs handlesdzwdz
2021-09-04new vfs impl pt. 1: implement open()dzwdz
2021-09-04nuke the old handle codedzwdz
2021-09-04rename file descriptors to handlesdzwdz