summaryrefslogtreecommitdiffstats
path: root/linux
AgeCommit message (Expand)Author
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
2018-10-07Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking al...Daniel Lange
2018-08-24Linux: fix CPU countHisham Muhammad
2018-08-24Linux: remove warnings of unused variablesHisham Muhammad
2018-08-19Linux: add process->starttime and use it for STARTTIME column (#700)Shawn Landden
2018-07-28Fix process name updates for shorter strings (#812)Score_Under
2018-05-22Fix #define to match header when regenerating with MakeHeader.py (#789)Faster IT
2018-03-25Linux: change how kernel threads are detectedHisham Muhammad
2018-02-26Updates to generated header filesHisham Muhammad
2018-02-26Fix build failure ('major' undefined) in glibc 2.28. (#746)Kang-Che Sung (宋岡哲)
2018-02-18Replace size_t with int/void* unionHisham Muhammad