summaryrefslogtreecommitdiff
path: root/Utility/DiskFree.hs
Commit message (Collapse)AuthorAge
* use safe FFI imports for diskfreeGravatar Joey Hess2012-07-20
| | | | | | There's a minor performance overhead to doing this, but this way I don't have to worry about a situation where statfs might block for a long time. For example, when it's on a network filesystem.
* tweakGravatar Joey Hess2012-04-18
|
* Renamed diskfree.c to avoid OSX case insensativity bug.Gravatar Joey Hess2012-04-13
|
* tweakGravatar Joey Hess2012-03-22
|
* Rewrote free disk space checking codeGravatar Joey Hess2012-03-22
Moving the portability handling into a small C library cleans up things a lot, avoiding the pain of unpacking structs from inside haskell code.