summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.c
AgeCommit message (Expand)Author
2020-08-31Reduce oom cast from long to intChristian Göttsche
2020-08-28Improve OOM outputChristian Göttsche
2020-08-21Remove trailing whitespacesChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-20Resolve compiler warnings and errors relating to the Arg unionNathan Scott
2020-08-19Merge branch 'hishamhm-pull-843'Nathan Scott
2020-08-18Merge branch 'hishamhm-pull-842'Nathan Scott
2020-07-10Resolve complation issues with -fno-common (default from gcc-10)Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-03-20Linux: Add PSS (proportional set size), Swap and SwapPSS calculationAlexander Schlarb
2018-10-07Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking al...Daniel Lange
2018-08-19Linux: add process->starttime and use it for STARTTIME column (#700)Shawn Landden
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-04Add support for Linux TASK_IDLEVladimir Panteleev
2017-12-04Adds support for linux delay accounting (#667)André Carvalho
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2017-07-05Use class value only to display idle I/O priority.Hisham Muhammad
2017-02-05Issue #502 fix SID colunm header widthKamyar Rasta
2017-02-01Issue #502 update Session ID columnKamyar Rasta
2016-10-01Interpret TTY_NR column on Linux,Hisham
2016-02-20Catch invalid IO values due to no permissions.Hisham
2016-02-14Disable the syscall on systems that don't have it.Hisham
2016-02-02Check for failure in allocations.Hisham
2015-09-07fix calloc() callsChristian Hesse
2015-08-20Make column width calculation dynamic.Hisham Muhammad
2015-07-23Fix sort by cstimeMaks Naumov
2015-04-09Enable OOM support unconditionally on Linux.Hisham Muhammad
2015-04-02Merge branch 'master' into wipHisham Muhammad
2015-03-31Fixes to subclassing Process.Hisham Muhammad
2015-03-16Major advances in FreeBSD port.Hisham Muhammad
2015-03-16Get FreeBSD tree to compile again with latest changes.Hisham Muhammad
2015-03-16Isolate portable and Linux-specific process fields.Hisham Muhammad
2015-03-15Move more Linux-specific code into Linux subdir.Hisham Muhammad
2015-03-08Fix deletion of processes. Closes #172.Hisham Muhammad
2015-03-08Fix deletion of processes. Closes #172.Hisham Muhammad
2015-02-23Merge fixesHisham Muhammad
2015-02-23Fix allocation of processes. Closes #166.Hisham Muhammad
2015-02-20Fix allocation of processes. Closes #166.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2014-11-24Builds on Linux again!Hisham Muhammad
2014-11-24Files moved and added for supporting separate platforms.Hisham Muhammad