Benny Baumann
|
666f70c58c
Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process structure
|
3 years ago |
Benny Baumann
|
6dc485dd20
Remove duplicate field LinuxProcess->procCmdlineBasenameEnd
|
4 years ago |
Benny Baumann
|
a685661866
Move procExeBasenameOffset to main Process structure
|
4 years ago |
Benny Baumann
|
93a44acf7e
Move procExeDeleted flag to main Process structure
|
4 years ago |
Benny Baumann
|
d74e8b7554
Move procComm and procExe to main Process structure
|
4 years ago |
Benny Baumann
|
02431c43e1
Rename command line field from comm to cmdline
|
4 years ago |
Benny Baumann
|
fbec3e4005
Refactor makeCommandStr
|
4 years ago |
mayurdahibhate
|
3f86a011e6
platform-dependent files included relative to main source directory
|
3 years ago |
mayurdahibhate
|
1b74dfe187
cleaned up includes with iwyu
|
3 years ago |
Christian Göttsche
|
323d7e73aa
Linux: update IO fields
|
3 years ago |
Christian Göttsche
|
b41e4d9c54
Rework process field print functions
|
3 years ago |
Christian Göttsche
|
6bbb454881
LinuxProcess: print default buffer in ascii
|
3 years ago |
Christian Göttsche
|
9a8221568a
Rework TTY column
|
3 years ago |
Christian Göttsche
|
ff4ee2eafc
LinuxProcess: Drop dead assignment
|
3 years ago |
Daniel Lange
|
ef87877826
Fix typo, align with man page, drop dots
|
4 years ago |
Benny Baumann
|
12208af777
DiD: Avoid negative cmdlineBasenameOffset
|
4 years ago |
Christian Göttsche
|
fdaa15bd8d
Linux: overhaul io process fields
|
4 years ago |
Christian Göttsche
|
a3c8285237
Refactor to tty_nr process field display
|
4 years ago |
Daniel Lange
|
074703bd5c
Implement stable tie-breaker and add more defaultSortDesc fields as per cgzones' suggestions, simplify Process_compare flow from BenBE
|
4 years ago |
Daniel Lange
|
4531b31d92
Sort out the mess around column sorting that had accumulated over time
|
4 years ago |
Christian Göttsche
|
a5db139a0a
Linux: use correct column alignment for wide fields
|
4 years ago |
Christian Göttsche
|
3bb731c645
RichString_setAttrn: refactor to take a length instead of a stop index
|
4 years ago |
Christian Göttsche
|
e103ec0317
Declare for loop variables inside the loop
|
4 years ago |
Christian Göttsche
|
90ea3ac3c9
Object: return int on comparison
|
4 years ago |
Christian Göttsche
|
293c16e22d
Only initialize and gather delay accounting data if a related column is enabled
|
4 years ago |
Nathan Scott
|
dfb9b82607
Resolve clang-analyzer signed/unsigned comparison CI failure
|
4 years ago |
Benny Baumann
|
6502b02666
DiD: Ensure string offsets are inside string boundaries
|
4 years ago |
Benny Baumann
|
10c6810bff
Avoid NULL dereference on zombie processes
|
4 years ago |
Christian Göttsche
|
9f68c8d341
Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns
|
4 years ago |
Christian Göttsche
|
89473cc9ae
Rework enum ProcessField
|
4 years ago |
Christian Göttsche
|
d872e36308
LinuxProcess: drop dead Process columns
|
4 years ago |
Benny Baumann
|
77db240b48
Split boilerplate and platform-independent field comparison
|
4 years ago |
Hisham Muhammad
|
3d1703f16f
Invert Process_compare resolution so that superclass matches run first
|
4 years ago |
Christian Göttsche
|
0cb257586a
Move macro definitions close to usage
|
4 years ago |
Nathan Scott
|
a3db2da4a7
Cleanup initialization of jiffies on the Linux platform
|
4 years ago |
Nathan Scott
|
75e9f9a8d9
Cull the definitions of pageSize and pageSizeKB from CRT.c
|
4 years ago |
Benny Baumann
|
f6613db5cd
Additional code simplification
|
4 years ago |
Christian Göttsche
|
157086e750
Split RichString_(append|appendn|write) into wide and ascii
|
4 years ago |
Christian Göttsche
|
77ec86aff4
Use size_t as type for buffer length in Process
|
4 years ago |
Christian Göttsche
|
7ba25aa3c4
IWYU update
|
4 years ago |
Christian Göttsche
|
fe84840314
Add Linux cwd process column
|
4 years ago |
Christian Göttsche
|
9029cc83ad
Merge identical conditional branches
|
4 years ago |
Christian Göttsche
|
43ee295c23
Drop redundant return statements
|
4 years ago |
Christian Göttsche
|
5ee6875f73
Typo
|
4 years ago |
Benny Baumann
|
0b29e5074c
Use 'N/A' instead of 'no perm' for more consistency
|
4 years ago |
Benny Baumann
|
08d6e25301
Distinguish display of no permissions for reading M_LRS
|
4 years ago |
Fynn Wulf
|
7f18b352b0
Calculate library size (M_LRS column) from maps file
|
4 years ago |
Christian Göttsche
|
9b31ee5b63
Drop taskstats conditional
|
4 years ago |
Christian Göttsche
|
c88c80e3bd
Drop cgroup conditional
|
4 years ago |
Benny Baumann
|
21e3063e2e
Include comm before cmdline if exe could not be read, but comm mismatches basename from cmdline
|
4 years ago |