258 Commits (98cbdc6dcad40a2f59ec0ec9ff752a46aa0762de)

Author SHA1 Message Date
Kumar 0af08bcfc9 Process: Display single digit precision for CPU% greater than 99.9% 4 years ago
Charlie Vieth 08166b27b1 ProcessList: fix quadratic process removal when scanning 4 years ago
Benny Baumann ec809b7f71 Avoid extremely large year values when printing time 4 years ago
Benny Baumann b83ce85d89 Force elapsed time display to zero if process seems started in the future 4 years ago
Explorer09 ee1bf2f917 Process: Fix PID & UID column widths off-by-one error 4 years ago
Benny Baumann edf319e53d Auto-size (normalized) CPU usage columns 4 years ago
Christian Göttsche 3ba695293c Linux: dynamically adjust the SECATTR column width 4 years ago
Kumar 6133cac721 Process: Handle rounding ambiguity between 99.9 and 100.0 4 years ago
Kumar da653f8148 Process: Show only integer value when CPU% more than 99.9% 4 years ago
Jan Kończak 8c99683b04 Fix custom thread name display issue 4 years ago
Christian Göttsche 1ef8c0e12f Drop getCommandStr member of Process 4 years ago
Christian Göttsche fa9f260f63 Process: print default key 4 years ago
Hisham Muhammad 72ba20fa5f Introduce screen tabs 4 years ago
Christian Göttsche a38f48481e Process: highlight UNINTERRUPTIBLE_WAIT state (D) 4 years ago
marcluque d8dfbbd37c Tidy up process state handling 4 years ago
Silke Hofstra 696f79fe50 Dynamically scale the ST_UID size to support 32-bit UIDs 4 years ago
Benny Baumann b7248f6cb8 Handle procExeDeleted & usesDeletedLib without mergedCommandline mode 4 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Nathan Scott be82448bd5
Process_printPercentage using one color transition 5 years ago
Benny Baumann 3f805cf347 Highlight large percentages similar to large memory columns 5 years ago
Hisham Muhammad 556d7c03e8 Add a Process_printPercentage helper routine 5 years ago
Christian Göttsche 0580dbb202 NetBSD: color process state P as running 5 years ago
Christian Göttsche 5dec9475bb Use break inside loop with false condition 5 years ago
Christian Göttsche ce27f8379d Respect "Show custom thread names" setting update 5 years ago
Sohaib Mohamed 6f2021f3d9 PCP: support for 'dynamic columns' added at runtime 5 years ago
Christian Göttsche 41af31be7f Rework CPU counting 5 years ago
Benny Baumann 7bfd62b8e4 Respect "Show custom thread names" setting 5 years ago
Benny Baumann 976c6123f4 Pointer indication aligned to typename 5 years ago
Benny Baumann 0d85af2872 Whitespace around operators 5 years ago
Benny Baumann 458749df45 Code indentation 5 years ago
Benny Baumann de1d06300d Apply stale lib highlighting for EXE too 5 years ago
Christian Göttsche 9114cf6ea3 Linux: update process uid on change 5 years ago
Christian Göttsche 8154125d4b Check processes for using deleted shared libraries 5 years ago
Benny Baumann b6ff5c8a2e Move CWD field handling to platform-neutral code 5 years ago
Christian Göttsche c408add108 Linux: add reset to heuristic 5 years ago
Christian Göttsche 550a141860 Add ELAPSED process column 5 years ago
Benny Baumann bf07c713ba Allow for highlighting of deleted executables to be configured 5 years ago
Christian Göttsche 05fb681d5c Process: add convenience helper functions to update merged command line related data 5 years ago
Benny Baumann 7ef58f2dcf Drop mc->maxLen field 5 years ago
Benny Baumann 2824e2989a Reduce code duplication for nearly identical code-paths 5 years ago
Benny Baumann 9a78155e17 Properly brace macro arguments 5 years ago
Benny Baumann aa8552ba88 Move PROC_COMM/PROC_EXE column handling to global Process implementation 5 years ago
Benny Baumann a61a2e6d47 Call makeCommandStr on all platforms 5 years ago
Benny Baumann bcb18ef822 Move Process_makeCommandStr to global Process implementation 5 years ago
Benny Baumann c0d0202440 Move LinuxProcess_getCommandStr to Process_getCommandStr 5 years ago
Benny Baumann cdb660adab Move mergeCommand to global process struct 5 years ago
Benny Baumann 94a52cb5c9 Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the fields purpose 5 years ago
Benny Baumann b839987df7 Rename basenameOffset to cmdlineBasenameOffset 5 years ago
Benny Baumann d74e8b7554 Move procComm and procExe to main Process structure 5 years ago
Benny Baumann 02431c43e1 Rename command line field from comm to cmdline 5 years ago