htop/freebsd
Hisham Muhammad 3d1703f16f Invert Process_compare resolution so that superclass matches run first
* This removes duplicated code that adjusts the sort direction from every
  OS-specific folder.
* Most fields in a regular htop screen are OS-independent, so trying
  Process_compare first and only falling back to the OS-specific
  compareByKey function if it's an OS-specific field makes sense.
* This will allow us to override the sortKey in a global way without having
  to edit each OS-specific file.
2020-12-19 16:02:34 +01:00
..
FreeBSDProcess.c Invert Process_compare resolution so that superclass matches run first 2020-12-19 16:02:34 +01:00
FreeBSDProcess.h IWYU update (FreeBSD) 2020-11-19 23:51:50 +01:00
FreeBSDProcessList.c Drop redundant sys/dirent.h include 2020-12-11 20:57:19 +01:00
FreeBSDProcessList.h IWYU update (FreeBSD) 2020-11-19 23:51:50 +01:00
Platform.c FreeBSD: fix crash on empty environment 2020-12-05 20:34:23 +01:00
Platform.h Unify naming of first argument of Platform_getBattery 2020-11-25 12:47:07 +01:00