summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.c
AgeCommit message (Expand)Author
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
2020-12-10Cull the definitions of pageSize and pageSizeKB from CRT.cNathan Scott
2020-12-08Additional code simplificationBenny Baumann
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-06Use size_t as type for buffer length in ProcessChristian Göttsche
2020-12-06IWYU updateChristian Göttsche
2020-12-03Add Linux cwd process columnChristian Göttsche
2020-12-02Merge identical conditional branchesChristian Göttsche
2020-12-02Drop redundant return statementsChristian Göttsche
2020-11-28TypoChristian Göttsche
2020-11-28Use 'N/A' instead of 'no perm' for more consistencyBenny Baumann
2020-11-26Distinguish display of no permissions for reading M_LRSBenny Baumann
2020-11-26Calculate library size (M_LRS column) from maps fileFynn Wulf
2020-11-25Drop taskstats conditionalChristian Göttsche
2020-11-25Drop cgroup conditionalChristian Göttsche
2020-11-24Include comm before cmdline if exe could not be read, but comm mismatches bas...Benny Baumann
2020-11-24Refactor command string creationBenny Baumann