summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcessList.c
AgeCommit message (Expand)Author
2020-08-20Merge branch 'hishamhm-pull-920'3.0.0rc1Nathan 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-866'Nathan Scott
2020-08-19Correction to smaps buffer size passed to smaps path snprintfNathan Scott
2019-12-14Properly identify zombie processesJure Oder
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-09-03Linux fixesRoss Williams
2019-09-03Support for ZFS Compressed ARC statisticsRoss Williams
2019-08-10Move sysfs-reading code to LinuxProcessList.c and add average frequency.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-10Linting changesHisham Muhammad
2018-12-15Remove unnecessary HAVE_SYS_SYSMACROS_H checkWataru Ashihara
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-03-25Linux: change how kernel threads are detectedHisham Muhammad
2018-02-26Fix build failure ('major' undefined) in glibc 2.28. (#746)Kang-Che Sung (宋岡哲)
2018-02-17linux/LinuxProcessList.c: Fix indentation.Hisham Muhammad
2018-02-17linux/LinuxProcessList: fix reading of number of read syscalls of processMarc Kleine-Budde
2017-12-04Adds support for linux delay accounting (#667)André Carvalho
2017-08-01Do not use xSnprintf when the result is used. Fixes #662.Hisham Muhammad
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2017-07-10Add "no perm" status when other fields fail due to lack of permission.Hisham Muhammad
2016-10-01Interpret TTY_NR column on Linux,Hisham
2016-08-24Return when reading cmdline fails (e.g. zombie process)Hisham
2016-06-15Don't store invisible trailing whitespaceHisham
2016-02-29any of these values may wrapHisham
2016-02-19Try to retain last full name of a zombie process.Hisham
2016-02-16Fix reading of io_syscr and io_syscw.Hisham
2016-02-13Fix buffer reuse.Hisham
2016-02-02Merge branch 'reuse-comm'Hisham
2016-02-02Reuse comm object if possible, avoid useless repetitions of free+strdup.Hisham
2016-02-02Check for failure in allocations.Hisham
2016-01-15Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer09
2015-12-14Extend buffer for reading lines from /proc.Hisham Muhammad
2015-11-29Cached memory calculations, take 2.Hisham Muhammad
2015-11-28Account unreclaimable slab and shmem as used memory,Hisham Muhammad
2015-09-14Fix a case where the usertime calculation can overflow (see issue #202)Patrick Marlier
2015-08-20Reduce scope of variables.Hisham Muhammad
2015-08-19Rename String to StringUtils.David Hunt
2015-08-04Fix typo in commentpeter-warhzner
2015-05-15fix compiler warningsChristian Hesse
2015-05-13Fix compilation of OpenVZ support.Hisham Muhammad
2015-04-09Enable OOM support unconditionally on Linux.Hisham Muhammad