summaryrefslogtreecommitdiff
path: root/src/sys/include/os/filedesc.h
AgeCommit message (Expand)Author
2025-10-18kern: filedesc: Expose fd allocation APIIan Moffett
2025-10-17kern: filedesc: Implement lseek() functionIan Moffett
2025-10-15kern: filedesc: Add close() system callIan Moffett
2025-10-15kern: vfs: Make vnode r/w operations offset awareIan Moffett
2025-10-15kern: Add SYS_read system call for file I/OIan Moffett
2025-10-07kern: filedes: Save the mode in fd_open()Ian Moffett
2025-10-06kern: filedesc: Add fd_open() functionIan Moffett
2025-09-26kernel: filedesc: Allocate standard streamsIan Moffett
2025-09-20kern: syscall: Add initial write(2) stubIan Moffett