summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/fallocate.cpp
AgeCommit message (Expand)Author
2022-11-29Kernel: Add some spec links and comments to sys$posix_fallocate()Andreas Kling
2022-11-29Kernel: Make sys$posix_fallocate() fail with ENODEV on non-regular filesAndreas Kling
2022-11-29Kernel: Remove unnecessary FIXME in sys$posix_fallocate()Andreas Kling
2022-07-15Kernel+LibC: Add posix_fallocate syscallHendiadyoin1