summaryrefslogtreecommitdiff
path: root/src/kernel/handleset.c
AgeCommit message (Collapse)Author
2024-05-11kernel: DUP_RDONLY and DUP_WRONLYdzwdz
I probably should've tested DUP_WRONLY too, now that I think about it. TODO?
2024-05-11kernel: remove HANDLE_NULLFSdzwdz
It was a dumb hack that wasn't even necessary - an error when mounting should shadow over the mountpoint anyways.
2024-05-11kernel: refactor handle management out of proc.cdzwdz