Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change and simplify `statvfs` conditions in FileSystemStats | OBATA Akio | 2019-05-04 | 1 | -0/+6 |
| | | | | | | | | | | | `getfsstat` v.s. `getvfsstat` condition is different than `statfs` v.s. `statvfs`, so split each condition and simplify. For `get(v)fsstat` side, changed to check and use `getmntinfo`, because it is better than `get(v)fsstat` with fixed buffer size, and easier than improve it with dynamic buffer allocation. Signed-off-by: OBATA Akio <[email protected]> | ||||
* | Fix NetBSD APM support | OBATA Akio | 2019-04-16 | 1 | -0/+6 |
| | | | | | | | | NetBSD APM is supported other than i386 too, emulate API, so change to detect with MI support header. Additionally, catch up support codes to others. Signed-off-by: OBATA Akio <[email protected]> | ||||
* | Fix detection whether the system is big endian | Slávek Banko | 2017-02-03 | 1 | -0/+5 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Finish renaming knewstuff | Slávek Banko | 2014-09-27 | 1 | -1/+1 |
| | |||||
* | Fix FTBFS due to STRLCAT definition conflict | Francois Andriot | 2013-05-08 | 1 | -0/+1 |
| | |||||
* | Fix cmake build: FTBFS with CMake older than 2.8.1 | Slávek Banko | 2012-12-08 | 1 | -1/+1 |
| | |||||
* | Initial conversion to cmake. | Darrell Anderson | 2012-11-10 | 1 | -0/+92 |
Thanks to Fat-Zer. |