summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcessList.c
AgeCommit message (Expand)Author
2020-12-06IWYU updateChristian Göttsche
2020-12-06Initialize buffer for retrieved pathBenny Baumann
2020-12-05LinuxProcessList: add underscore suffix for raw struct nameChristian Göttsche
2020-12-03Linux: avoid float division by 0 after system sleepChristian Göttsche
2020-12-03Add Linux cwd process columnChristian Göttsche
2020-12-02Dynamically load libsensors at runtimeChristian Göttsche
2020-12-02Add xReadfile wrapper for reading small to medium size filesChristian Göttsche
2020-12-02Use String_eq for readability and consistencyChristian Göttsche
2020-12-02Add cast to unsigned char to avoid signed char misuseChristian Göttsche
2020-12-02Merge identical conditional branchesChristian Göttsche
2020-11-29Linux: fix process parsing for hidden pid directoriesChristian Göttsche
2020-11-28Fix reading of device nodes > 2 chars from memory mapsDaniel Lange
2020-11-28Add compat mode for systems without openat(2)Christian Göttsche
2020-11-28LinuxProcessList: use openat instead of building path stringsChristian Göttsche
2020-11-27Drop unused global ProcessList memory fieldsNathan Scott
2020-11-26Randomly refresh M_LRS calculation, but latest after 2sBenny Baumann
2020-11-26Roll our own strtoull implementation specialized to handle the parsing requir...Benny Baumann
2020-11-26Hardcode actual conversions to read the maps file dataBenny Baumann
2020-11-26Only calculate M_LRS size every 5 secondsBenny Baumann
2020-11-26Calculate library size (M_LRS column) from maps fileFynn Wulf
2020-11-25LinuxProcessList_recurseProcTree: compute time only once and mark parent constChristian Göttsche
2020-11-25Drop taskstats conditionalChristian Göttsche
2020-11-25Drop cgroup conditionalChristian Göttsche
2020-11-25LinuxProcessList: fix misspellingChristian Göttsche
2020-11-24Fix file descriptor leak in LinuxProcessList_readCmdlineFile after xread failureChristian Göttsche
2020-11-24Include comm before cmdline if exe could not be read, but comm mismatches bas...Benny Baumann
2020-11-24Add heuristic for space-separated cmdlineBenny Baumann
2020-11-24Compatibility function for faccessatBenny Baumann
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-24LinuxProcess_adjustTime: simplify by not using doubleChristian Göttsche
2020-11-24LinuxProcessList: fix misspellingChristian Göttsche
2020-11-23Linux: fix display of new thread for one cycle when hiddenChristian Göttsche
2020-11-22LinuxProcessList: skip parsing threads if the kind of thread is disabledChristian Göttsche
2020-11-22Reduce scope of local variablesBenny Baumann
2020-11-21Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche
2020-11-18Spelling correctionsChristian Göttsche
2020-11-16Show CPU temperature in CPU meterChristian Göttsche
2020-11-15Use spaceship comparison for TTYsChristian Göttsche
2020-11-15Early skip non-directories when searching for process informationChristian Göttsche
2020-11-15Drop hideThreads SettingChristian Göttsche
2020-11-15Resolve merge conflicts, merge #298 "Macro cleanup" from @BenBEDaniel Lange
2020-11-15Remove duplicate test for NULDaniel Lange
2020-11-02Remove unnecessary bracesBenny Baumann
2020-11-02Integrate NAN check into assignmentBenny Baumann
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Whitespace and indentation issuesBenny Baumann
2020-11-02Fix indentation to 3 spacesBenny Baumann
2020-11-02Spacing after keywords (for)Benny Baumann
2020-11-02Spacing after keywords (if)Benny Baumann