Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable diskfree on kfreebsd, using statvfs. | Joey Hess | 2012-06-17 |
| | | | | | | Could not reproduce the build failure I had seen related to this, but the numbers were wrong with statfs64. Probably pulling from the wrong place in the structure. statvfs seems to work.. | ||
* | tweak | Joey Hess | 2012-04-18 |
| | |||
* | clear errno after successful call | Joey Hess | 2012-04-18 |
| | | | | | | | | When preparing the debian stable backport, I am seeing a call to statvfs() succeed, but also set errno to 2 (ENOENT). Not sure why this happens; I am in a schroot when it does happen, or perhaps stable's libc is a little broken and sets errno incorrectly. Anyway, it should be perfectly fine to clear errno after the successful call, rather than before it. | ||
* | Renamed diskfree.c to avoid OSX case insensativity bug. | Joey Hess | 2012-04-13 |