summaryrefslogtreecommitdiff
path: root/src/kernel/vfs/procfs.c
AgeCommit message (Expand)Author
2023-09-03build: -Osdzwdz
2023-06-17kernel: fix procfs overflow bug, add safeguard to prevent similar onesdzwdz
2023-06-04kernel: rework /proc/ and process IDsdzwdz
2023-01-25kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/dzwdz
2023-01-25kernel: consolidate some header filesdzwdz
2023-01-25style: typedef structs, shorter namespacesdzwdz
2023-01-25kernel/virt: replace the virt_cpy api with a more foolproof onedzwdz
2023-01-24kernel/procfs: prevent reading kernel memorydzwdz
2023-01-24kernel/procfs: allow reading memory of descendantsdzwdz
2023-01-24kernel/procfs: allow interrupting processesdzwdz
2023-01-18kernel: add a root argument to process_nextdzwdz
2023-01-11kernel: return EPIPE when fs_waiting on a dead filesystemdzwdz
2023-01-06kernel: basic procfsdzwdz