aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_syscall.c
AgeCommit message (Expand)Author
2024-08-21kernel: vfs: Add sys_close()Ian Moffett
2024-07-22kernel: vfs_syscalls: Add sys_read()Ian Moffett
2024-07-22kernel: vfs_syscalls: Add sys_open()Ian Moffett
2024-07-04kernel/amd64: Add syscall support + SYS_exitIan Moffett
2024-06-24Clean out for exptIan Moffett
2024-05-19kernel: Add reboot() and reboot syscallIan Moffett
2024-04-27kernel: vfs: Implement sys_mount()Kaimakan71
2024-04-26kernel: Add support for execv()Ian Moffett
2024-04-26kernel: sched: Move sys_exit() from kern_syscall.cIan Moffett
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