Age | Commit message (Expand) | Author |
---|---|---|
2022-11-29 | Kernel: Add some spec links and comments to sys$posix_fallocate() | Andreas Kling |
2022-11-29 | Kernel: Make sys$posix_fallocate() fail with ENODEV on non-regular files | Andreas Kling |
2022-11-29 | Kernel: Remove unnecessary FIXME in sys$posix_fallocate() | Andreas Kling |
2022-07-15 | Kernel+LibC: Add posix_fallocate syscall | Hendiadyoin1 |