index
:
Hyra
expt
main
old
stable
user
The Hyra Operating System
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_descrip.c
Age
Commit message (
Expand
)
Author
28 hours
kernel: filedesc: Ensure 'fd' is valid during r/w
Ian Moffett
6 days
kernel: vnode: Refactor definitions
Ian Moffett
2025-07-01
kernel: descrip: Return new offset in fd_seek()
Ian Moffett
2025-06-27
kernel: descrip: Validate operations against seal
Ian Moffett
2025-06-27
kernel: vfs: Add support for O_CREAT flag
Ian Moffett
2025-06-11
kernel: syscall: Add SYS_lseek
Ian Moffett
2025-06-11
kernel: filedesc: Add fd_seek() as kernel lseek()
Ian Moffett
2025-05-31
kernel: descrip: Lock filedes during r/w operation
Ian Moffett
2025-05-29
kernel: descrip: Increment fd offset per read()
Ian Moffett
2025-04-18
kernel: descrip: Fix copyin/copyout + rw operation
Ian Moffett
2025-02-22
kernel: vfs: Add support for write()
Ian Moffett
2025-02-16
project: Update copyright date to 2025
Ian Moffett
2024-11-04
kernel: descrip: Add support for fd duplication
Ian Moffett
2024-11-04
kernel: descrip: Only use copyinstr() in SYS_open
Ian Moffett
2024-09-09
kernel: vfs: Refactor fd related code
Ian Moffett