summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.c
Commit message (Expand)AuthorAgeFilesLines
* Auto-size (normalized) CPU usage columnsBenny Baumann2022-03-061-5/+5
* Linux: dynamically adjust column width of CGROUP C(ompressed)CGROUPChristian Göttsche2022-03-061-4/+4
* Linux: dynamically adjust the SECATTR column widthChristian Göttsche2022-03-061-2/+2
* Compress cgroup names based on some heuristicsBenny Baumann2021-11-281-1/+6
* Ensure maximum width for CGROUP columnBenny Baumann2021-11-281-2/+2
* Dynamically scale the ST_UID size to support 32-bit UIDsSilke Hofstra2021-10-271-2/+2
* Fix Security Attributes column header widthLucas Werkmeister2021-10-201-2/+2
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* Add a Process_printPercentage helper routineHisham Muhammad2021-09-051-19/+5
* linux: color void delay accounting values grayChristian Göttsche2021-09-021-4/+8
* linux: drop dead process field column DIRTYChristian Göttsche2021-09-021-4/+0
* IWYU updateChristian Göttsche2021-08-251-2/+0
* Add columns for process autogroup identifier and nice valueNathan Scott2021-08-091-0/+56
* Split statements that should go onto multiple linesBenny Baumann2021-07-151-1/+2
* Move CWD field handling to platform-neutral codeBenny Baumann2021-05-251-18/+1
* Add ELAPSED process columnChristian Göttsche2021-05-231-0/+1
* Linux: drop obsolete code now in Process_writeFieldChristian Göttsche2021-05-231-54/+0
* Move PROC_COMM/PROC_EXE column handling to global Process implementationBenny Baumann2021-05-231-40/+0
* Move Process_makeCommandStr to global Process implementationBenny Baumann2021-05-231-354/+2
* Move LinuxProcess_getCommandStr to Process_getCommandStrBenny Baumann2021-05-231-12/+0
* Move kernel/userland thread handling to platform-independent implementationBenny Baumann2021-05-231-10/+6
* Move mergeCommand to global process structBenny Baumann2021-05-231-11/+8
* Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the f...Benny Baumann2021-05-231-15/+15
* Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process stru...Benny Baumann2021-05-231-1/+1
* 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

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