summaryrefslogtreecommitdiffstats
path: root/linux
AgeCommit message (Expand)Author
2020-08-31Reduce oom cast from long to intChristian Göttsche
2020-08-31Merge branch 'configure' of https://github.com/cgzones/htop into cgzones-conf...Nathan Scott
2020-08-31Merge branch 'master' of github.com:htop-dev/htopNathan Scott
2020-08-28Check btime sscanf parse from /proc/statChristian Göttsche
2020-08-28Avoid use of uninitialized variablesChristian Göttsche
2020-08-28Ignore sscanf return value of /proc/statChristian Göttsche
2020-08-28Fail on out-of-range CPU numberChristian Göttsche
2020-08-28Improve OOM outputChristian Göttsche
2020-08-28Really tell gcc to ignore return value of fscanfChristian Göttsche
2020-08-28Increae the size of sysfs power supply path buffersNathan Scott
2020-08-25Avoid shadowing warningsChristian Göttsche
2020-08-25Avoid conversion warningChristian Göttsche
2020-08-22Updates to project URLs in docs and embedded in source codeNathan Scott
2020-08-22Update header files to match whitespace changes in source filesNathan Scott
2020-08-21Remove trailing whitespacesChristian Göttsche
2020-08-21Introduce xAsprintf as checked version of asprintfChristian 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-970'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-932'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-946'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-890'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-890'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-866'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-857'Nathan Scott
2020-08-20Resolve compiler warnings and errors relating to the Arg unionNathan Scott
2020-08-19Correction to smaps buffer size passed to smaps path snprintfNathan Scott
2020-08-19Merge branch 'hishamhm-pull-843'Nathan Scott
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
2020-08-18Merge branch 'hishamhm-pull-842'Nathan Scott
2020-07-10Resolve complation issues with -fno-common (default from gcc-10)Nathan Scott
2020-06-11adding support for more than 2 smaller cpumeter columnsChristoph Budziszewski
2019-12-14Properly identify zombie processesJure Oder
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-09-07Linux: fixes sysfs battery discoverysmattie
2019-09-03Linux fixesRoss Williams
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-03-20Linux: Use /proc/*/smaps_rollup for improved PSS parsing speedAlexander Schlarb
2019-03-20Linux: Add PSS (proportional set size), Swap and SwapPSS calculationAlexander Schlarb
2019-02-13Add pressure stall information (PSI) meters on LinuxRan Benita
2019-02-12Don't follow process when selecting non-process-specific optionswangqr
2019-02-10Linting changesHisham Muhammad
2018-12-15Remove unnecessary HAVE_SYS_SYSMACROS_H checkWataru Ashihara