summaryrefslogtreecommitdiff
path: root/src/sys/fs/devfs.c
AgeCommit message (Collapse)Author
2 dayskern: devfs: Expose devfs read callbackHEADmasterdevIan Moffett
This commit makes devfs character device entries readable via its read callback. Signed-off-by: Ian Moffett <ian@osmora.org>
2 dayskern: vfs: Add chardev vnode typeIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
6 dayskern: devfs: Fix typo in VFS ops structureIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-27kern: fs: Add initial devfs implementationIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>