| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
`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 <obache@wizdas.com>
(cherry picked from commit d349995488a13687171a67efd981e986b3b703e5)
|
|
|
|
|
|
|
|
|
| |
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 <obache@wizdas.com>
(cherry picked from commit f8424834b6a36b4d3e43e3af199e55c18fb913b8)
|
|
|
|
|
|
|
| |
Drop hardcoded definition -D_LARGEFILE64_SOURCE.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit cd36265ed3f954fef046724cf54cf0451cc6dd20)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 909bc5d0170a152ec7f8d2f97ca3468c65afc7a3)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 421c249f1ff8e75ce646b6d94c0e0a141b30f2a8)
|
| |
|
| |
|
|
Thanks to Fat-Zer.
|