summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove duplicate field LinuxProcess->procCmdlineBasenameEndBenny Baumann2021-05-231-1/+1
* Move procExeBasenameOffset to main Process structureBenny Baumann2021-05-231-5/+5
* Move procExeDeleted flag to main Process structureBenny Baumann2021-05-231-3/+3
* Move procComm and procExe to main Process structureBenny Baumann2021-05-231-12/+10
* Rename command line field from comm to cmdlineBenny Baumann2021-05-231-2/+2
* Refactor makeCommandStrBenny Baumann2021-05-231-127/+109
* platform-dependent files included relative to main source directorymayurdahibhate2021-05-101-1/+2
* cleaned up includes with iwyumayurdahibhate2021-05-101-0/+1
* Linux: update IO fieldsChristian Göttsche2021-04-261-11/+11
* Rework process field print functionsChristian Göttsche2021-04-261-24/+24
* LinuxProcess: print default buffer in asciiChristian Göttsche2021-04-261-1/+1
* Rework TTY columnChristian Göttsche2021-04-141-10/+1
* LinuxProcess: Drop dead assignmentChristian Göttsche2021-03-021-1/+1
* Fix typo, align with man page, drop dotsDaniel Lange2021-02-021-2/+2
* DiD: Avoid negative cmdlineBasenameOffsetBenny Baumann2021-02-011-0/+3
* Linux: overhaul io process fieldsChristian Göttsche2021-01-301-16/+23
* Refactor to tty_nr process field displayChristian Göttsche2021-01-301-7/+6
* Implement stable tie-breaker and add more defaultSortDesc fields as per cgzon...Daniel Lange2021-01-221-24/+24
* Sort out the mess around column sorting that had accumulated over timeDaniel Lange2021-01-211-43/+43
* Linux: use correct column alignment for wide fieldsChristian Göttsche2021-01-111-12/+19
* RichString_setAttrn: refactor to take a length instead of a stop indexChristian Göttsche2021-01-101-9/+9
* Declare for loop variables inside the loopChristian Göttsche2021-01-061-2/+1
* Object: return int on comparisonChristian Göttsche2021-01-021-1/+1
* Only initialize and gather delay accounting data if a related column is enabledChristian Göttsche2021-01-011-3/+3
* Resolve clang-analyzer signed/unsigned comparison CI failureNathan Scott2020-12-221-2/+2
* DiD: Ensure string offsets are inside string boundariesBenny Baumann2020-12-211-0/+6
* Avoid NULL dereference on zombie processesBenny Baumann2020-12-211-2/+9
* Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche2020-12-191-22/+9
* Rework enum ProcessFieldChristian Göttsche2020-12-191-4/+3
* LinuxProcess: drop dead Process columnsChristian Göttsche2020-12-191-18/+0
* Split boilerplate and platform-independent field comparisonBenny Baumann2020-12-191-1/+1
* Invert Process_compare resolution so that superclass matches run firstHisham Muhammad2020-12-191-15/+8
* Move macro definitions close to usageChristian Göttsche2020-12-161-0/+5
* Cleanup initialization of jiffies on the Linux platformNathan Scott2020-12-141-1/+0
* Cull the definitions of pageSize and pageSizeKB from CRT.cNathan Scott2020-12-101-5/+7
* Additional code simplificationBenny Baumann2020-12-081-1/+2
* Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche2020-12-081-3/+3
* Use size_t as type for buffer length in ProcessChristian Göttsche2020-12-061-1/+1
* IWYU updateChristian Göttsche2020-12-061-0/+1
* Add Linux cwd process columnChristian Göttsche2020-12-031-0/+15
* Merge identical conditional branchesChristian Göttsche2020-12-021-3/+1
* Drop redundant return statementsChristian Göttsche2020-12-021-2/+0
* TypoChristian Göttsche2020-11-281-1/+1
* Use 'N/A' instead of 'no perm' for more consistencyBenny Baumann2020-11-281-2/+2
* Distinguish display of no permissions for reading M_LRSBenny Baumann2020-11-261-1/+9
* Calculate library size (M_LRS column) from maps fileFynn Wulf2020-11-261-1/+1
* Drop taskstats conditionalChristian Göttsche2020-11-251-6/+0
* Drop cgroup conditionalChristian Göttsche2020-11-251-8/+0
* Include comm before cmdline if exe could not be read, but comm mismatches bas...Benny Baumann2020-11-241-2/+24
* Refactor command string creationBenny Baumann2020-11-241-76/+116

© 2014-2024 Faster IT GmbH | imprint | privacy policy