aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_syscall.c
AgeCommit message (Expand)Author
2024-04-24kernel: Add ioctl supportIan Moffett
2024-04-16kernel: vm_map: Add mmap() and munmap()Ian Moffett
2024-03-27kernel: Implement lseek()Ian Moffett
2024-03-26kernel: Add initial read() implementationIan Moffett
2024-03-26kernel: Add sys_close()Ian Moffett
2024-03-26kernel: Add initial open() implementationIan Moffett
2024-03-19kernel: syscall: Add sys_write()Ian Moffett
2024-03-16kernel,libc: syscall: Improve syscall codeIan Moffett
2024-03-16kernel: syscall: Remove syscall_args.retIan Moffett
2024-03-14kernel: Add support for syscallsIan Moffett