Nico Sonack
|
11bf6a74dd
Fix nice handling for FreeBSD
|
6 months ago |
Benny Baumann
|
1a12d58526
Work around GCC14 memleak diagnostic
|
7 months ago |
Christian Göttsche
|
cbcfc5f7d0
Introduce autoTitleRightAlign column flag
|
1 year ago |
Benny Baumann
|
2aacbf84cb
Use consistent style for process field output/compare functions
|
11 months ago |
Daniel Lange
|
179aeb0108
Add includes for config.h as per the discussion in PR #1337
|
11 months ago |
Nathan Scott
|
0f751e991d
Introduce Row and Table classes for screens beyond top-processes
|
1 year ago |
Nathan Scott
|
0bdade1b6c
Introduce Machine class for host-specific info (split from ProcessList)
|
1 year ago |
Christian Göttsche
|
da49489691
Add support for scheduling policies
|
1 year ago |
Kumar
|
0af08bcfc9
Process: Display single digit precision for CPU% greater than 99.9%
|
2 years ago |
Christian Göttsche
|
7e66ee1d28
FreeBSD: free emulation string
|
2 years ago |
Benny Baumann
|
edf319e53d
Auto-size (normalized) CPU usage columns
|
2 years ago |
Jessica Clarke
|
9512fd7930
FreeBSD: Add support for showing process emulation
|
2 years ago |
Silke Hofstra
|
696f79fe50
Dynamically scale the ST_UID size to support 32-bit UIDs
|
3 years ago |
Daniel Lange
|
94ad111391
Update license headers to explicitly say GPLv2+
|
3 years ago |
Benny Baumann
|
90f42695d2
FreeBSD: Implement CWD column
|
3 years ago |
Christian Göttsche
|
550a141860
Add ELAPSED process column
|
3 years ago |
Christian Göttsche
|
4da618030c
FreeBSD: add EXE and COMM columns and use merged command line helpers
|
3 years ago |
Benny Baumann
|
7224d0e083
Move kernel/userland thread handling to platform-independent implementation
|
3 years ago |
mayurdahibhate
|
3f86a011e6
platform-dependent files included relative to main source directory
|
3 years ago |
Christian Göttsche
|
9a8221568a
Rework TTY column
|
3 years ago |
Christian Göttsche
|
04cf590967
FreeBSD: drop minflt and implement majflt
|
3 years ago |
Christian Göttsche
|
399add39ca
FreeBSD: simplify kernel thread logic
|
3 years ago |
Christian Göttsche
|
fa499fc155
FreeBSD: misc
|
3 years ago |
Daniel Lange
|
4531b31d92
Sort out the mess around column sorting that had accumulated over time
|
3 years ago |
Christian Göttsche
|
a5db139a0a
Linux: use correct column alignment for wide fields
|
3 years ago |
Christian Göttsche
|
90ea3ac3c9
Object: return int on comparison
|
3 years ago |
Christian Göttsche
|
9f68c8d341
Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns
|
3 years ago |
Christian Göttsche
|
89473cc9ae
Rework enum ProcessField
|
3 years ago |
Benny Baumann
|
77db240b48
Split boilerplate and platform-independent field comparison
|
3 years ago |
Hisham Muhammad
|
3d1703f16f
Invert Process_compare resolution so that superclass matches run first
|
3 years ago |
Christian Göttsche
|
157086e750
Split RichString_(append|appendn|write) into wide and ascii
|
4 years ago |
Christian Göttsche
|
fa002c0ba9
Rename virtual memory column from M_SIZE to M_VIRT
|
4 years ago |
Christian Goettsche
|
f5c3349bdb
IWYU update (FreeBSD)
|
4 years ago |
Christian Göttsche
|
15eab2012d
Add process column for normalized CPU usage
|
4 years ago |
Christian Göttsche
|
397b5c4bd0
Introduce spaceship comparison for Processes
|
4 years ago |
Benny Baumann
|
45869513bf
Embracing branches
|
4 years ago |
Benny Baumann
|
61e14d4bb2
Spacing around operators
|
4 years ago |
Christian Göttsche
|
049046c700
FreeBSD: update Process
|
4 years ago |
Christian Goettsche
|
88eec2dc00
FreeBSD: rework tty process column
|
4 years ago |
Christian Göttsche
|
4eb443926f
Hold only a const version of Settings in Process
|
4 years ago |
Christian Göttsche
|
7109172431
Mark process parameter of Process_writeField consistently const
|
4 years ago |
Christian Göttsche
|
7af06659e2
Mark remaining classes const
|
4 years ago |
Christian Göttsche
|
41eea8a355
Mark process argument of Process_isThread const
|
4 years ago |
Christian Göttsche
|
db472075a4
Enable -Wcast-qual compiler warning
|
4 years ago |
Daniel Lange
|
079c2abf8e
Update License consistently to GPLv2 as per COPYING file
|
4 years ago |
Zev Weiss
|
a1a027b9bd
Axe automated header generation.
|
4 years ago |
Nathan Scott
|
e833bf915f
Merge branch 'hishamhm-pull-904'
|
4 years ago |
Robert Crowston
|
fabe75685a
Truncate overwide jail names on BSD.
|
5 years ago |
Daniel Lange
|
c34be41e1c
Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking alignment
|
6 years ago |
Hisham Muhammad
|
09e241fb12
Security review: check results of snprintf.
|
7 years ago |