summaryrefslogtreecommitdiff
path: root/src/sys/fs/devfs.c
AgeCommit message (Collapse)Author
2025-10-20kern: devfs: Expose devfs read callbackIan Moffett
This commit makes devfs character device entries readable via its read callback. Signed-off-by: Ian Moffett <ian@osmora.org>
2025-10-20kern: vfs: Add chardev vnode typeIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-10-17kern: 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>