btop/src
zackiloco a2fa9da073 Replace statvfs64 with statvfs and define _FILE_OFFSET_BITS=64.
On my musl system statvfs64 is not exposed by default. The musl FAQ
recommends against using type64_t types, see:
https://wiki.musl-libc.org/faq.html#Q:-Do-I-need-to-define-%3Ccode%3E_LARGEFILE64_SOURCE%3C/code%3E-to-get-64bit-%3Ccode%3Eoff_t%3C/code%3E?.

Defining `_FILE_OFFSET_BITS=64` and using type_t lets type_t use the 64
bit interface, see:
https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html#index-_005fFILE_005fOFFSET_005fBITS.
2023-05-25 23:00:07 +02:00
..
freebsd fix zfs on freebsd not reporting IO 2022-12-21 21:45:25 +03:00
linux Replace statvfs64 with statvfs and define _FILE_OFFSET_BITS=64. 2023-05-25 23:00:07 +02:00
osx osx: replace getnameinfo with inet_ntop 2022-11-06 14:56:54 +01:00
btop.cpp Move #include to top level and exclude Clang from compiler version 2023-05-25 23:00:07 +02:00
btop_config.cpp Insert std:: for warning unqualified call to std::move. 2023-05-25 23:00:07 +02:00
btop_config.hpp Fix variable initialization to 'auto' for getB() 2022-10-04 12:56:14 +03:00
btop_draw.cpp amend! update cpu load average display 2023-05-24 19:51:43 -05:00
btop_draw.hpp All but two places const bool have been updated 2022-10-04 21:36:04 +03:00
btop_input.cpp Forgot to update 'auto' usage wherever necessary 2022-10-04 12:11:12 +03:00
btop_input.hpp Further Cleanup Part 2 2022-10-03 00:29:05 +03:00
btop_menu.cpp Silence "warning: unqualified call to 'std::move'" in clang. 2023-03-07 13:16:04 +01:00
btop_menu.hpp Further Cleanup Part 2 2022-10-03 00:29:05 +03:00
btop_shared.cpp All but two places const bool have been updated 2022-10-04 21:36:04 +03:00
btop_shared.hpp Fixed: Process nice value underflowing, issue #461 2022-11-06 11:32:17 +01:00
btop_theme.cpp No need for const & in bool 2022-10-04 11:47:26 +03:00
btop_theme.hpp No need for const & in bool 2022-10-04 11:47:26 +03:00
btop_tools.cpp Include <codecvt> required by Clang. 2023-05-25 23:00:07 +02:00
btop_tools.hpp Readd using namespace fmt 2023-05-21 12:11:29 +02:00