Age | Commit message (Collapse) | Author | |
---|---|---|---|
30 hours | kernel: descrip: Add support for fd duplicationmainexpt | Ian Moffett | |
Sometimes we may need to duplicate a file descriptor and create a new fdno that refers to the same vnode. The fd_dup() function enables us to do this when needed. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
30 hours | kernel: descrip: Only use copyinstr() in SYS_open | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-09-09 | kernel: vfs: Refactor fd related code | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |