summaryrefslogtreecommitdiffstats
path: root/linux
AgeCommit message (Expand)Author
2020-10-18Make all required includes explicitBenny Baumann
2020-10-18Fix misaligned access inside taskstats structureBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann
2020-10-16Add NetworkIOMeterChristian Göttsche
2020-10-16Refactor generating starttime string into Process classChristian Göttsche
2020-10-16Do not use extra starttime process field on LinuxChristian Göttsche
2020-10-16Add SELinuxMeterChristian Göttsche
2020-10-13Mark remaining classes constChristian Göttsche
2020-10-12Read CPU count every cycle to avoid issues when HT/SMT mode changesChristian Göttsche
2020-10-12Centralise fault handlingBenny Baumann
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-09Mark process argument of Process_isThread constChristian Göttsche
2020-10-07Handle parsing envID & VPid from process status fileBenny Baumann
2020-10-07Mark Object instances constChristian Göttsche
2020-10-07Mark Object classes and Object class fields constChristian Göttsche
2020-10-06Simplify statm parsing and document unused fieldsChristian Göttsche
2020-10-06Handle Panel_getSelected() returning NULLChristian 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-03Resolve DEBUG compilation issuesChristian Göttsche
2020-10-03Add DiskIOMeter for IO read/write usageChristian Göttsche
2020-10-03Add security attribute process columnChristian Göttsche
2020-09-29Drop redundant declarationsChristian Göttsche
2020-09-29Drop redundant return statementsChristian Göttsche
2020-09-29Drop redundant casts to the same typeChristian 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-24Do not drop qualifier in castChristian Göttsche
2020-09-24Avoid bad function cast warningChristian Göttsche
2020-09-24Include prototype in Battery implementationChristian Göttsche
2020-09-24Read CPU frequency from sysfs by defaultChristian Göttsche
2020-09-24Add DeepCode inline suppressionChristian Göttsche
2020-09-24Use return value of CLAMP functionBenny Baumann
2020-09-24Update delay accounting to use NAN on errorBenny Baumann
2020-09-24Update CPU freq display to use NAN on errorBenny Baumann
2020-09-24Properly query sysconf settting and use NAN if unavailableBenny Baumann
2020-09-24Update IO rate display to use NAN on errorBenny Baumann
2020-09-24Update battery API to use NAN on errorBenny Baumann
2020-09-23Use checked allocation wrappersChristian Göttsche
2020-09-21Fix memory leak on cgroup read failureChristian Göttsche
2020-09-18Mark noreturn functionsChristian Göttsche
2020-09-18Use strict function prototypesChristian Göttsche
2020-09-17Allow third party sigsegv handlerChristian Göttsche
2020-09-17Avoid unsigned integer overflowChristian Göttsche
2020-09-17Add Linux process column for context switchesChristian Göttsche
2020-09-17Use PROCDIR throughout instead of /proc on LinuxChristian Göttsche