114 Commits (de3e271206914beb4485172b5038412e91f5f869)

Author SHA1 Message Date
Benny Baumann 12208af777 DiD: Avoid negative cmdlineBasenameOffset 5 years ago
Christian Göttsche fdaa15bd8d Linux: overhaul io process fields 5 years ago
Christian Göttsche a3c8285237 Refactor to tty_nr process field display 5 years ago
Daniel Lange 074703bd5c Implement stable tie-breaker and add more defaultSortDesc fields as per cgzones' suggestions, simplify Process_compare flow from BenBE 5 years ago
Daniel Lange 4531b31d92 Sort out the mess around column sorting that had accumulated over time 5 years ago
Christian Göttsche a5db139a0a Linux: use correct column alignment for wide fields 5 years ago
Christian Göttsche 3bb731c645 RichString_setAttrn: refactor to take a length instead of a stop index 5 years ago
Christian Göttsche e103ec0317 Declare for loop variables inside the loop 5 years ago
Christian Göttsche 90ea3ac3c9 Object: return int on comparison 5 years ago
Christian Göttsche 293c16e22d Only initialize and gather delay accounting data if a related column is enabled 5 years ago
Nathan Scott dfb9b82607 Resolve clang-analyzer signed/unsigned comparison CI failure 5 years ago
Benny Baumann 6502b02666 DiD: Ensure string offsets are inside string boundaries 5 years ago
Benny Baumann 10c6810bff Avoid NULL dereference on zombie processes 5 years ago
Christian Göttsche 9f68c8d341 Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns 5 years ago
Christian Göttsche 89473cc9ae Rework enum ProcessField 5 years ago
Christian Göttsche d872e36308 LinuxProcess: drop dead Process columns 5 years ago
Benny Baumann 77db240b48 Split boilerplate and platform-independent field comparison 5 years ago
Hisham Muhammad 3d1703f16f Invert Process_compare resolution so that superclass matches run first 5 years ago
Christian Göttsche 0cb257586a Move macro definitions close to usage 5 years ago
Nathan Scott a3db2da4a7 Cleanup initialization of jiffies on the Linux platform 5 years ago
Nathan Scott 75e9f9a8d9 Cull the definitions of pageSize and pageSizeKB from CRT.c 5 years ago
Benny Baumann f6613db5cd Additional code simplification 5 years ago
Christian Göttsche 157086e750 Split RichString_(append|appendn|write) into wide and ascii 5 years ago
Christian Göttsche 77ec86aff4 Use size_t as type for buffer length in Process 5 years ago
Christian Göttsche 7ba25aa3c4 IWYU update 5 years ago
Christian Göttsche fe84840314 Add Linux cwd process column 5 years ago
Christian Göttsche 9029cc83ad Merge identical conditional branches 5 years ago
Christian Göttsche 43ee295c23 Drop redundant return statements 5 years ago
Christian Göttsche 5ee6875f73 Typo 5 years ago
Benny Baumann 0b29e5074c Use 'N/A' instead of 'no perm' for more consistency 5 years ago
Benny Baumann 08d6e25301 Distinguish display of no permissions for reading M_LRS 5 years ago
Fynn Wulf 7f18b352b0 Calculate library size (M_LRS column) from maps file 5 years ago
Christian Göttsche 9b31ee5b63 Drop taskstats conditional 5 years ago
Christian Göttsche c88c80e3bd Drop cgroup conditional 5 years ago
Benny Baumann 21e3063e2e Include comm before cmdline if exe could not be read, but comm mismatches basename from cmdline 5 years ago
Benny Baumann 46ee28e897 Refactor command string creation 5 years ago
Benny Baumann 27b36dab1a Make kernel thread display for COMM/EXE columns less visible and more consistent 5 years ago
Benny Baumann f0a232568f Reduce visual noise to when comm and cmdline actually disagree on the program basename 5 years ago
Narendran Gopalakrishnan dde2af1fdb Assume full basename matches COMM when matching full COMM buffer 5 years ago
Narendran Gopalakrishnan be60419630 Cleanup some documentation 5 years ago
Narendran Gopalakrishnan 09fe94da18 Improving Command display/sort 5 years ago
Christian Göttsche fa002c0ba9 Rename virtual memory column from M_SIZE to M_VIRT 5 years ago
Christian Göttsche 3e5cba91ce LinuxProcess: mark LinuxProcess_printDelay static 5 years ago
Christian Göttsche 7cf5277594 IWYU update (Linux) 5 years ago
Christian Göttsche 15eab2012d Add process column for normalized CPU usage 5 years ago
Christian Göttsche 9f67b95308 Mark local functions static 5 years ago
Christian Göttsche 397b5c4bd0 Introduce spaceship comparison for Processes 5 years ago
Benny Baumann 45869513bf Embracing branches 5 years ago
Benny Baumann b23f8235e2 Whitespace and indentation issues 5 years ago
Benny Baumann 374edb9ed5 Spacing after keywords (if) 5 years ago