summaryrefslogtreecommitdiffstats
path: root/linux/Platform.c
AgeCommit message (Expand)Author
2020-08-25Avoid shadowing warningsChristian Göttsche
2020-08-25Avoid conversion warningChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-920'3.0.0rc1Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-1012'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-932'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-890'Nathan Scott
2020-06-11adding support for more than 2 smaller cpumeter columnsChristoph Budziszewski
2019-09-03Support for ZFS Compressed ARC statisticsRoss Williams
2019-09-03Refactor openzfs_sysctl_init() and ZfsArcMeter...Ross Williams
2019-08-10Move sysfs-reading code to LinuxProcessList.c and add average frequency.Arnavion
2019-08-10Show N/A instead of 0KHz when CPU frequency is not available.Arnavion
2019-08-09Add new display option to also show CPU frequency in CPU meters.Arnavion
2019-07-07Refactor common OpenZFS sysctl accessRoss Williams
2019-07-07ZFS arcstats for LinuxRoss Williams
2019-02-12Don't follow process when selecting non-process-specific optionswangqr
2018-02-18Replace size_t with int/void* unionHisham Muhammad
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2016-08-30Mark signal tables 'const'Explorer09
2016-02-02Check for failure in allocations.Hisham
2016-01-15Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer09
2015-12-03Add Platform_getProcessEnvMichael Klein
2015-10-23Calculate CPU averages on Darwin (See #295).Hisham Muhammad
2015-10-06fixed broken merge, where I forgot to check linux/Platform.c so that it match...Martin "eto" Misuth
2015-10-06Added platform dependent DEFAULT_SIGNAL define, for now for:Martin "eto" Misuth
2015-10-06Move list of signals to platform-specific code.Hisham Muhammad
2015-05-15fix compiler warningsChristian Hesse
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2015-03-16Major advances in FreeBSD port.Hisham Muhammad
2015-03-16Linux build fixes.Hisham Muhammad
2015-03-16Merge branch 'master' into wipHisham Muhammad
2015-03-16Isolate portable and Linux-specific process fields.Hisham Muhammad
2015-03-15Move more Linux-specific code into Linux subdir.Hisham Muhammad
2015-02-23Silence warnings reported in #70.Hisham Muhammad
2015-02-23Fix allocation of processes. Closes #166.Hisham Muhammad
2015-02-20Fix allocation of processes. Closes #166.Hisham Muhammad
2015-01-23Another mega-patch for the refactoring process.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2014-11-27Move platform-dependent parts of Linux battery meter.Hisham Muhammad
2014-11-27Move "get max pid" code into platform specific area.Hisham Muhammad
2014-11-27Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2014-11-27Isolate cross-platform code for load average.Hisham Muhammad
2014-11-27Build fix.Hisham Muhammad
2014-11-27Make UptimeMeter cross-platform again.Hisham Muhammad
2014-11-27Move UptimeMeter into platform-dependent area.Hisham Muhammad
2014-11-24Builds on Linux again!Hisham Muhammad
2014-11-24Files moved and added for supporting separate platforms.Hisham Muhammad