summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/lseek.cpp
AgeCommit message (Expand)Author
2021-03-19Kernel: Make FileDescription::seek() return KResultOr<off_t>Andreas Kling
2021-03-17LibC+Kernel: Switch off_t to 64 bitsJean-Baptiste Boric
2021-03-01Kernel: Make all syscall functions return KResultOr<T>Andreas Kling
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling