summaryrefslogtreecommitdiffhomepage
path: root/src/StatFS.hsc
AgeCommit message (Collapse)Author
2014-05-03Fix: referencing the correct header in StatFsJose Antonio Ortega Ruiz
2012-07-28Fixes for DiskU, which was exploding on recent LinuxJose Antonio Ortega Ruiz
We're using now the recommended statvfs interface, instead of the obsolete statfs64. Moreover, we compute correctly the used space.
2012-07-19Nit in StatFSJose Antonio Ortega Ruiz
2012-03-19Disk usage monitor tweakJose Antonio Ortega Ruiz
Computing used space from total and available (rather than free) space.
2012-03-19Quirk in StatFS (CLong -> CULong)Jose Antonio Ortega Ruiz
As per Joey Hess advice in http://code.google.com/p/xmobar/issues/detail?id=28#c15
2011-12-24Compilation in DragonFly fixed (#67)Jose Antonio Ortega Ruiz
2011-11-03Compilation errors in OpenBSD fixedJose Antonio Ortega Ruiz
Hat tip Ivo van der Sangen.
2011-01-06Fix for compilation on OS X (issue 28)Jose Antonio Ortega Ruiz
2011-01-03WhitespaceJose Antonio Ortega Ruiz
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz