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
/
vfs
Age
Commit message (
Expand
)
Author
2024-07-14
kernel/request: remove outdated comment in VfsReq
dzwdz
2024-07-12
kernel: don't reuse VfsReq allocations for a single process
dzwdz
2024-07-11
kernel: start cleaning up VfsRequest
dzwdz
2024-07-07
kernel/vfs: split vfs_backend_refdown into two functions
dzwdz
2024-05-11
kernel: fix null dereference when delegating an nonexistent handle
dzwdz
2024-05-11
kernel: refactor handle management out of proc.c
dzwdz
2024-03-13
kernel/malloc: slight rework (it's still bad), store more metadata
dzwdz
2024-02-23
kernel: knock off some simple vfsreq TODOs
dzwdz
2024-02-21
kernel: integrate the proc_ns_next fixes into proc_next
dzwdz
2023-09-25
kernel/procfs: `intrdown` node for sending an interrupt to all children
dzwdz
2023-09-25
kernel/intr: accept a message, allow killing processes via intrs
dzwdz
2023-09-09
kernel: build /kdev/ on the fly
dzwdz
2023-09-03
build: -Os
dzwdz
2023-06-17
kernel: fix procfs overflow bug, add safeguard to prevent similar ones
dzwdz
2023-06-04
kernel: rework /proc/ and process IDs
dzwdz
2023-01-25
kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/
dzwdz
2023-01-25
kernel: consolidate some header files
dzwdz
2023-01-25
style: typedef structs, shorter namespaces
dzwdz
2023-01-25
kernel/virt: replace the virt_cpy api with a more foolproof one
dzwdz
2023-01-24
kernel/procfs: prevent reading kernel memory
dzwdz
2023-01-24
kernel/procfs: allow reading memory of descendants
dzwdz
2023-01-24
kernel/procfs: allow interrupting processes
dzwdz
2023-01-18
kernel: add a root argument to process_next
dzwdz
2023-01-11
kernel: return EPIPE when fs_waiting on a dead filesystem
dzwdz
2023-01-06
kernel: basic procfs
dzwdz
2022-10-08
syscall/open: don't check for free handles
dzwdz
2022-10-02
syscall/open: add the full suite of READ/WRITE flags
dzwdz
2022-09-20
shared: rename ufs_request to better fit its role in userland
dzwdz
2022-09-20
user/login: segcmp
dzwdz
2022-08-28
kernel/vfs: minor vfs_request / vfs_root_register rework
dzwdz
2022-08-19
syscall/fs_wait: return a handle for each request
dzwdz
2022-08-19
kernel/proc: abstract away managing handles
dzwdz
2022-08-12
vfs: OPEN_RO flag, read-only whitelist entries
dzwdz
2022-08-08
kernel/backend: remove the kern.ready() method
dzwdz
2022-08-05
move path_simplify to shared code, move its tests to userland
dzwdz
2022-08-04
do some simple TODOs, organize the rest; general code maintainance
dzwdz
2022-08-03
kernel: reuse a single allocation for all vfs_requests of a process
dzwdz
2022-07-29
use a shared fs_normslice() function to handle offsets
dzwdz
2022-07-27
kernel/vfs: fix assert failure when creating a vfsreq to a dead mount
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-23
init: compile as an elf
dzwdz
2022-07-17
kernel/virt_cpy: error struct, better error handling
dzwdz
2022-07-16
amd64: back at the shell!
dzwdz
2022-07-16
amd64: barely boot into kernel code
dzwdz
2022-07-14
kernel/driver/serial: allow writes even with pending reads
dzwdz
2022-07-08
syscall/fs_respond: get the file id from the buf argument
dzwdz
2022-07-07
kernel: add the vfsreq_finish_short shorthand function
dzwdz
2022-07-07
kernel/vfs: delegate support in _syscall_fs_respond!
dzwdz
2022-06-29
kernel/vfs: add the OPEN_CREATE flag
dzwdz
[next]