Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: reduce amount of static data | Ron Yorston | 2018-03-04 | 1 | -20/+26 |
| | | | | | | | It appears that uninitialised static variables are placed in the data section rather than bss, increasing the size of the binary. Rewrite some code to reduce the amount of static data. | ||||
* | win32: silence some compiler warnings | Ron Yorston | 2015-07-15 | 1 | -6/+8 |
| | |||||
* | win32: attempt to get filesystem type for mntent | Ron Yorston | 2014-10-06 | 1 | -1/+8 |
| | |||||
* | Fix some compiler warnings | Ron Yorston | 2014-03-13 | 1 | -2/+3 |
| | |||||
* | df: limited implementation for WIN32 | Ron Yorston | 2013-04-03 | 1 | -0/+59 |