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.c
Age
Commit message (
Expand
)
Author
2024-03-13
kernel/malloc: slight rework (it's still bad), store more metadata
dzwdz
2023-01-25
kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/
dzwdz
2023-01-25
style: typedef structs, shorter namespaces
dzwdz
2023-01-11
kernel: return EPIPE when fs_waiting on a dead filesystem
dzwdz
2022-08-19
syscall/fs_wait: return a handle for each request
dzwdz
2022-08-19
kernel: kzalloc
dzwdz
2022-08-04
do some simple TODOs, organize the rest; general code maintainance
dzwdz
2022-07-09
syscalls/pipe: turn into a POSIX-style api with separate rw ends
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/vfs: rename the vfsreq funcs, merge vfsreq_finish & vfsreq_cancel
dzwdz
2022-05-04
kernel: refcount vfs_backend
dzwdz
2022-05-02
kernel/vfs: pass `close()` calls to fs handlers
dzwdz
2022-05-01
kernel/proc: make handles separate refcounted objects
dzwdz
2021-09-04
nuke the old handle code
dzwdz
2021-09-04
rename file descriptors to handles
dzwdz