aboutsummaryrefslogtreecommitdiff
path: root/toys/other/fallocate.c
AgeCommit message (Collapse)Author
2019-10-27Switch fallocate to new style global names.Rob Landley
2019-10-27fallocate: remove uClibc workaround to benefit macOS.Elliott Hughes
My understanding is that uClibc is dead, and the probe for fallocate would need to be made more complicated to work for macOS (where we fake posix_fallocate() in lib/portability.c).
2016-10-25Add fallocate -o.Elliott Hughes
Also improve error reporting.
2014-06-28Make fallocate depend on probe for libc support.Rob Landley
2014-06-11Enable fallocate in defconfig.Rob Landley
2013-08-09New toy: fallocateFelix Janda