Files
RedBear-OS/tests/expected/bins_dynamic
Josh Megnauth 8e5937ca25 Implement posix_fallocate
`posix_fallocate` ensures that a byte range in a file is allocated so
that subsequent writes don't fail. Unlike ftruncate, posix_fallocate
does not shrink files.

The Linux syscall fallocate is similar to posix_fallocate except with
far more control over how byte ranges are allocated (e.g. it supports
file holes and other features). This MR doesn't implement fallocate as
it requires syscall and redoxfs support.

Finally, I changed the flags for flock from usize to c_int. That matches
what we have in libc and also avoids some silly, needless type casting.
2025-11-28 19:49:21 -05:00
..
2025-09-17 08:24:48 -04:00
2025-11-28 19:49:21 -05:00
2025-10-21 14:47:39 -04:00
2024-12-28 22:46:45 +00:00
2025-09-21 10:04:11 -04:00
2025-03-29 19:29:20 +00:00
2025-09-18 01:27:55 +00:00
2024-11-26 19:51:06 +11:00
2024-11-26 19:51:06 +11:00
2024-11-26 19:51:06 +11:00
2024-12-24 20:51:53 +11:00
2024-12-24 20:51:53 +11:00
2025-04-18 12:34:45 +00:00
2025-04-18 12:34:45 +00:00
2024-11-26 19:51:06 +11:00