summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcessList.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hishamhm-pull-920'3.0.0rc1Nathan Scott2020-08-201-0/+70
|\
| * Linux fixesRoss Williams2019-09-031-2/+2
| * Support for ZFS Compressed ARC statisticsRoss Williams2019-09-031-0/+10
| * Refactor common OpenZFS sysctl accessRoss Williams2019-07-071-23/+17
| * ZFS arcstats for LinuxRoss Williams2019-07-071-0/+66
* | Merge branch 'hishamhm-pull-970'Nathan Scott2020-08-201-1/+5
|\ \
| * | Properly identify zombie processesJure Oder2019-12-141-1/+5
| |/
* | Merge branch 'hishamhm-pull-932'Nathan Scott2020-08-201-0/+74
|\ \
| * | Move sysfs-reading code to LinuxProcessList.c and add average frequency.Arnavion2019-08-101-0/+74
| |/
* | Merge branch 'hishamhm-pull-960'Nathan Scott2020-08-201-19/+19
|\ \
| * | Clean up existing whitespaceDaniel Flanagan2019-10-311-19/+19
| |/
* | Merge branch 'hishamhm-pull-866'Nathan Scott2020-08-201-2/+1
|\ \
| * | Remove unnecessary HAVE_SYS_SYSMACROS_H checkWataru Ashihara2018-12-151-2/+1
* | | Correction to smaps buffer size passed to smaps path snprintfNathan Scott2020-08-191-2/+2
* | | Linux: Use /proc/*/smaps_rollup for improved PSS parsing speedAlexander Schlarb2019-03-201-3/+17
* | | Linux: Add PSS (proportional set size), Swap and SwapPSS calculationAlexander Schlarb2019-03-201-0/+67
| |/ |/|
* | Linting changesHisham Muhammad2019-02-101-10/+10
|/
* Linux: fix CPU countHisham Muhammad2018-08-241-1/+1
* Linux: remove warnings of unused variablesHisham Muhammad2018-08-241-3/+2
* Linux: add process->starttime and use it for STARTTIME column (#700)Shawn Landden2018-08-191-16/+19
* Fix process name updates for shorter strings (#812)Score_Under2018-07-281-1/+1
* Linux: change how kernel threads are detectedHisham Muhammad2018-03-251-4/+4
* Fix build failure ('major' undefined) in glibc 2.28. (#746)Kang-Che Sung (宋岡哲)2018-02-261-0/+6
* linux/LinuxProcessList.c: Fix indentation.Hisham Muhammad2018-02-171-26/+26
* linux/LinuxProcessList: fix reading of number of read syscalls of processMarc Kleine-Budde2018-02-171-1/+1
* Adds support for linux delay accounting (#667)André Carvalho2017-12-041-0/+112
* Do not use xSnprintf when the result is used. Fixes #662.Hisham Muhammad2017-08-011-1/+1
* Security review: check results of snprintf.Hisham Muhammad2017-07-271-11/+11
* Add "no perm" status when other fields fail due to lack of permission.Hisham Muhammad2017-07-101-1/+11
* Interpret TTY_NR column on Linux,Hisham2016-10-011-20/+163
* Return when reading cmdline fails (e.g. zombie process)Hisham2016-08-241-10/+12
* Don't store invisible trailing whitespaceHisham2016-06-151-2/+5
* any of these values may wrapHisham2016-02-291-22/+14
* Try to retain last full name of a zombie process.Hisham2016-02-191-3/+3
* Fix reading of io_syscr and io_syscw.Hisham2016-02-161-4/+5
* Fix buffer reuse.Hisham2016-02-131-1/+1
* Merge branch 'reuse-comm'Hisham2016-02-021-8/+17
|\
| * Reuse comm object if possible, avoid useless repetitions of free+strdup.Hisham2016-02-021-8/+17
* | Check for failure in allocations.Hisham2016-02-021-4/+4
|/
* Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer092016-01-151-1/+5
* Extend buffer for reading lines from /proc.Hisham Muhammad2015-12-141-14/+18
* Cached memory calculations, take 2.Hisham Muhammad2015-11-291-6/+2
* Account unreclaimable slab and shmem as used memory,Hisham Muhammad2015-11-281-15/+27
* Fix a case where the usertime calculation can overflow (see issue #202)Patrick Marlier2015-09-141-5/+7
* Reduce scope of variables.Hisham Muhammad2015-08-201-8/+7
* Rename String to StringUtils.David Hunt2015-08-191-1/+1
* Fix typo in commentpeter-warhzner2015-08-041-1/+1
* fix compiler warningsChristian Hesse2015-05-151-1/+2
* Fix compilation of OpenVZ support.Hisham Muhammad2015-05-131-14/+15
* Enable OOM support unconditionally on Linux.Hisham Muhammad2015-04-091-7/+2

© 2014-2024 Faster IT GmbH | imprint | privacy policy