summaryrefslogtreecommitdiff
path: root/kernel/syscalls/lseek.c
AgeCommit message (Collapse)Author
2024-06-26Kernel: Move all syscalls into one fileAnton Kling
2024-06-22Kernel: Use correct types for syscallAnton Kling
The previous type was a 64 bit which causes problems for the syscall calling interface.
2024-04-29Kernel/IRC: Add setsockopt and move IRC client to use new socket interfaceAnton Kling