summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.c
AgeCommit message (Expand)Author
2022-05-26Linux: Increase field width of CPUD% and SWAPD% to 5Kumar
2022-05-26Process: Display single digit precision for CPU% greater than 99.9%Kumar
2022-03-06Auto-size (normalized) CPU usage columnsBenny Baumann
2022-03-06Linux: dynamically adjust column width of CGROUP C(ompressed)CGROUPChristian Göttsche
2022-03-06Linux: dynamically adjust the SECATTR column widthChristian Göttsche
2021-11-28Compress cgroup names based on some heuristicsBenny Baumann
2021-11-28Ensure maximum width for CGROUP columnBenny Baumann
2021-10-27Dynamically scale the ST_UID size to support 32-bit UIDsSilke Hofstra
2021-10-20Fix Security Attributes column header widthLucas Werkmeister
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-05Add a Process_printPercentage helper routineHisham Muhammad
2021-09-02linux: color void delay accounting values grayChristian Göttsche
2021-09-02linux: drop dead process field column DIRTYChristian Göttsche
2021-08-25IWYU updateChristian Göttsche
2021-08-09Add columns for process autogroup identifier and nice valueNathan Scott
2021-07-15Split statements that should go onto multiple linesBenny Baumann
2021-05-25Move CWD field handling to platform-neutral codeBenny Baumann
2021-05-23Add ELAPSED process columnChristian Göttsche
2021-05-23Linux: drop obsolete code now in Process_writeFieldChristian Göttsche
2021-05-23Move PROC_COMM/PROC_EXE column handling to global Process implementationBenny Baumann
2021-05-23Move Process_makeCommandStr to global Process implementationBenny Baumann
2021-05-23Move LinuxProcess_getCommandStr to Process_getCommandStrBenny Baumann
2021-05-23Move kernel/userland thread handling to platform-independent implementationBenny Baumann
2021-05-23Move mergeCommand to global process structBenny Baumann
2021-05-23Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the f...Benny Baumann
2021-05-23Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process stru...Benny Baumann
2021-05-23Remove duplicate field LinuxProcess->procCmdlineBasenameEndBenny Baumann
2021-05-23Move procExeBasenameOffset to main Process structureBenny Baumann
2021-05-23Move procExeDeleted flag to main Process structureBenny Baumann
2021-05-23Move procComm and procExe to main Process structureBenny Baumann
2021-05-23Rename command line field from comm to cmdlineBenny Baumann
2021-05-23Refactor makeCommandStrBenny Baumann
2021-05-10platform-dependent files included relative to main source directorymayurdahibhate
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-04-26Linux: update IO fieldsChristian Göttsche
2021-04-26Rework process field print functionsChristian Göttsche
2021-04-26LinuxProcess: print default buffer in asciiChristian Göttsche
2021-04-14Rework TTY columnChristian Göttsche
2021-03-02LinuxProcess: Drop dead assignmentChristian Göttsche
2021-02-02Fix typo, align with man page, drop dotsDaniel Lange
2021-02-01DiD: Avoid negative cmdlineBasenameOffsetBenny Baumann
2021-01-30Linux: overhaul io process fieldsChristian Göttsche
2021-01-30Refactor to tty_nr process field displayChristian Göttsche
2021-01-22Implement stable tie-breaker and add more defaultSortDesc fields as per cgzon...Daniel Lange
2021-01-21Sort out the mess around column sorting that had accumulated over timeDaniel Lange
2021-01-11Linux: use correct column alignment for wide fieldsChristian Göttsche
2021-01-10RichString_setAttrn: refactor to take a length instead of a stop indexChristian Göttsche
2021-01-06Declare for loop variables inside the loopChristian Göttsche
2021-01-02Object: return int on comparisonChristian Göttsche
2021-01-01Only initialize and gather delay accounting data if a related column is enabledChristian Göttsche