2369 Commits (ec2307688e14ccd7d63257db94de8b78e998f6ab)
 

Author SHA1 Message Date
Benny Baumann c2e2556403 DragonFlyBSD: Implement CWD column 5 years ago
Benny Baumann 06073699ba Darwin: Implement CWD column 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
Christian Göttsche 3d5b6d9282 Fix assert failure on short running thread 5 years ago
Benny Baumann 771a1be316 Update documentation for basename coloring of cmdline/exe columns 5 years ago
Benny Baumann 51ecc62d92 Force update when executable was recently deleted/replaced 5 years ago
Benny Baumann bf07c713ba Allow for highlighting of deleted executables to be configured 5 years ago
Christian Göttsche d9feff150c Solaris: add EXE and COMM columns and use merged command line helpers 5 years ago
Christian Göttsche 72724d42f3 DragonFlyBSD: add EXE and COMM columns and use merged command line helpers 5 years ago
Christian Göttsche d445676f09 OpenBSD: add COMM column and use merged command line helpers 5 years ago
Christian Göttsche 4da618030c FreeBSD: add EXE and COMM columns and use merged command line helpers 5 years ago
Christian Göttsche 8ff4eb72ac Darwin: use merged command line helpers 5 years ago
Christian Göttsche 7892ac68fb Linux: use merge command line helpers 5 years ago
Christian Göttsche 6ad4f345dc Unsupported: use merge command line helpers 5 years ago
Christian Göttsche 05fb681d5c Process: add convenience helper functions to update merged command line related data 5 years ago
Christian Göttsche 7c654559c9 Linux: drop obsolete code now in Process_writeField 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 7224d0e083 Move kernel/userland thread handling to platform-independent implementation 5 years ago
Benny Baumann 1a1fddae85 Pre-calculate isUserlandThread flag 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 666f70c58c Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process structure 5 years ago
Benny Baumann 6dc485dd20 Remove duplicate field LinuxProcess->procCmdlineBasenameEnd 5 years ago
Benny Baumann a685661866 Move procExeBasenameOffset to main Process structure 5 years ago
Benny Baumann 93a44acf7e Move procExeDeleted flag to main Process structure 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 10790f0a54 Process: Put the time field more to the end 5 years ago
Benny Baumann 02431c43e1 Rename command line field from comm to cmdline 5 years ago
Benny Baumann fbec3e4005 Refactor makeCommandStr 5 years ago
Benny Baumann 07a4657a47 DragonFlyBSD: Fix included headers 5 years ago
Benny Baumann 2c8353e7cf DragonFlyBSD: Indentation and formatting fixes 5 years ago
Christian Göttsche ee9e7edbc1 Solaris: handle ERR macro redefinitions 5 years ago
Christian Göttsche a62987c787 Solaris: improve process columns 5 years ago
Christian Göttsche 013d2efa51 Solaris: correct process env memory handling 5 years ago
Christian Göttsche 27be880d0f Solaris: reduce function scopes 5 years ago
Christian Göttsche 6b57898034 Solaris: reduce variable scope 5 years ago
Christian Göttsche 906dcf5cb3 Solaris: silence signed comparison 5 years ago
Christian Göttsche 8f34225a49 Solaris: fix includes 5 years ago
Christian Göttsche fdda291a0e Solaris: add kstat lookup wrappers 5 years ago
Christian Göttsche 4676e35f42 DragonFlyBSD: fixup columns 5 years ago
Christian Göttsche 69cfaf2381 configure: ignore warning about delay accounting on non-Linux platform 5 years ago