summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.c
AgeCommit message (Expand)Author
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
2020-12-22Resolve clang-analyzer signed/unsigned comparison CI failureNathan Scott
2020-12-21DiD: Ensure string offsets are inside string boundariesBenny Baumann
2020-12-21Avoid NULL dereference on zombie processesBenny Baumann
2020-12-19Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche
2020-12-19Rework enum ProcessFieldChristian Göttsche
2020-12-19LinuxProcess: drop dead Process columnsChristian Göttsche
2020-12-19Split boilerplate and platform-independent field comparisonBenny Baumann
2020-12-19Invert Process_compare resolution so that superclass matches run firstHisham Muhammad
2020-12-16Move macro definitions close to usageChristian Göttsche
2020-12-14Cleanup initialization of jiffies on the Linux platformNathan Scott