Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: define statvfs as statfs | Ron Yorston | 2017-11-03 | 1 | -1/+1 |
| | | | | | | df now uses statvfs instead of statfs. Support this by pretending that statfs *is* statvfs. Not really true but good enough for the present purpose. | ||||
* | win32: improve implementation of statfs | Ron Yorston | 2015-11-01 | 1 | -12/+12 |
| | | | | The WIN32 calls should be passed the root directory of the filesystem. | ||||
* | Extend WIN32 statfs to include type, fsid and namelen | Ron Yorston | 2014-01-06 | 1 | -3/+33 |
| | |||||
* | df: limited implementation for WIN32 | Ron Yorston | 2013-04-03 | 1 | -0/+50 |