Age | Commit message (Collapse) | Author | |
---|---|---|---|
30 hours | kern: filedes: Save the mode in fd_open() | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
45 hours | kern: filedesc: Add fd_open() function | Ian Moffett | |
Introduce the fd_open() function as apart of the kernel file descriptor API to open a file and get a file descriptor. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
12 days | kernel: filedesc: Allocate standard streams | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-20 | kern: syscall: Add initial write(2) stub | Ian Moffett | |
Here we add a write(2) stub and add it to the UNIX syscall interface. We also move the UNIX syscall numbers into compat/unix/syscall.h Signed-off-by: Ian Moffett <ian@osmora.org> |