62 Commits (faabbaa71ec09c0dc8a013f412b38726eec4e899)

Author SHA1 Message Date
Benny Baumann 8420df62eb Solaris: Implement CWD column 5 years ago
Christian Göttsche d9feff150c Solaris: add EXE and COMM columns and use merged command line helpers 5 years ago
Benny Baumann a61a2e6d47 Call makeCommandStr on all platforms 5 years ago
Benny Baumann 7224d0e083 Move kernel/userland thread handling to platform-independent implementation 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 02431c43e1 Rename command line field from comm to cmdline 5 years ago
Christian Göttsche a62987c787 Solaris: improve process columns 5 years ago
Christian Göttsche 27be880d0f Solaris: reduce function scopes 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
mayurdahibhate 3f86a011e6 platform-dependent files included relative to main source directory 5 years ago
mayurdahibhate 1b74dfe187 cleaned up includes with iwyu 5 years ago
Christian Göttsche a11d01568c Use unsigned types for CPU counts and associated variables 5 years ago
Christian Göttsche d9240999e9 Process: drop commLen 5 years ago
Christian Göttsche d800d7a3ce Drop usage of formatted error messages from <err.h> 5 years ago
Dominik Hassler 495f2292dc add support to display CPU frequencies on Solarish platforms 5 years ago
Nathan Scott 75e9f9a8d9 Cull the definitions of pageSize and pageSizeKB from CRT.c 5 years ago
Benny Baumann 98943d595e Reduce scope of totaltime 5 years ago
Christian Göttsche fa002c0ba9 Rename virtual memory column from M_SIZE to M_VIRT 5 years ago
Benny Baumann 45869513bf Embracing branches 5 years ago
Benny Baumann 61e14d4bb2 Spacing around operators 5 years ago
Benny Baumann b23f8235e2 Whitespace and indentation issues 5 years ago
Benny Baumann 374edb9ed5 Spacing after keywords (if) 5 years ago
Christian Göttsche 61bae4c9d2 Unify function argument names 5 years ago
Christian Göttsche 4eb443926f Hold only a const version of Settings in Process 5 years ago
Christian Göttsche f8208f2173 Drop tabs in source indentions 5 years ago
Christian Göttsche 96e2a4259e Continue to update generic data in paused mode 5 years ago
Christian Göttsche 361877454f Cache PAGE_SIZE 5 years ago
Christian Göttsche a63cfc8b7c Refactor generating starttime string into Process class 5 years ago
Daniel Lange 079c2abf8e Update License consistently to GPLv2 as per COPYING file 6 years ago
senjan 2c933f210b htop shows no used memory in Solaris zone 6 years ago
senjan 543286256e htop crashes on Solaris 11.4 due to missing ZFS ARC kstats 6 years ago
Nathan Scott 4597332959 Switch variable/field naming from WhiteList to MatchList 6 years ago
Dominik Hassler f884beda97 htop should report the nice level properly 6 years ago
Zev Weiss a1a027b9bd Axe automated header generation. 6 years ago
Christian Göttsche b92f62f912 Remove trailing whitespaces 6 years ago
Daniel Flanagan dd33444f7e Clean up existing whitespace 6 years ago
Ross Williams 613556faeb Support for ZFS Compressed ARC statistics 7 years ago
Ross Williams ff6914e4ad ZFS arcstats for Solaris 7 years ago
senjan 423414937b does not work within NGZ 7 years ago
Guy M. Broome da4877f48c Solaris: fix a memory leak caused by calling ProcessList_getProcess twice for each LWP 8 years ago
Guy M. Broome 3c96467f7b Solaris: add warning about proc_walk_f callback function 8 years ago
Guy M. Broome 7f40a3a5af Solaris: condense separate process vs lwp handling down to a single workflow 8 years ago
Guy M. Broome 45fad05b4a Solaris: get completely out of the file handling business using libproc 8 years ago
Guy M. Broome 4ba06c51e5 Solaris: Condense conditional blocks for new vs old LWPs and procs 8 years ago
Guy M. Broome fa18ac964c Solaris: remove unneeded accumulators for process and thread counting 8 years ago
Guy M. Broome 192e43c1ed Solaris: Assorted post-LWP code cleanup 8 years ago
Guy M. Broome 75598c1389 Solaris: Implement kernel thread counting 8 years ago