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
/
procfs.c
Age
Commit message (
Expand
)
Author
2024-03-13
kernel/malloc: slight rework (it's still bad), store more metadata
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-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