summaryrefslogtreecommitdiffstats
path: root/linux/Platform.c
AgeCommit message (Expand)Author
2020-10-07Mark Object instances constChristian Göttsche
2020-10-07Mark Object classes and Object class fields constChristian Göttsche
2020-10-06Merge branch 'update-license-and-copyright-info'Nathan Scott
2020-10-05Add a date and datetime meter (#159)Michael F. Schönitzer
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-03Introduce ARRAYSIZEChristian Göttsche
2020-10-03Add DiskIOMeter for IO read/write usageChristian Göttsche
2020-09-28CPUMeter: add octuple-column CPU meters.multi
2020-09-28Merge branch 'arc-is-not-cache' of https://github.com/multiplexd/htop into mu...Nathan Scott
2020-09-24Linux: consider the ZFS ARC to be cache.multi
2020-09-24Avoid bad function cast warningChristian Göttsche
2020-09-17Use PROCDIR throughout instead of /proc on LinuxChristian Göttsche
2020-09-12Drop always true conditionChristian Göttsche
2020-09-09Consolidate repeated macro definitions into one headerNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
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