summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcessList.c
AgeCommit message (Expand)Author
2020-11-22Reduce scope of totaltimeBenny Baumann
2020-11-21Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Whitespace and indentation issuesBenny Baumann
2020-11-02Spacing after keywords (if)Benny Baumann
2020-10-28Unify function argument namesChristian Göttsche
2020-10-26Hold only a const version of Settings in ProcessChristian Göttsche
2020-10-20Drop tabs in source indentionsChristian Göttsche
2020-10-20Merge branch 'header_pause' of cgzones/htopDaniel Lange
2020-10-19Continue to update generic data in paused modeChristian Göttsche
2020-10-19Cache PAGE_SIZEChristian Göttsche
2020-10-16Refactor generating starttime string into Process classChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-21htop shows no used memory in Solaris zonesenjan
2020-09-21htop crashes on Solaris 11.4 due to missing ZFS ARC kstatssenjan
2020-09-09Switch variable/field naming from WhiteList to MatchListNathan Scott
2020-09-08Merge branch 'noheadergen' of https://github.com/zevweiss/htop into zevweiss-...Nathan Scott
2020-09-05htop should report the nice level properlyDominik Hassler
2020-09-03Axe automated header generation.Zev Weiss
2020-08-21Remove trailing whitespacesChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-920'3.0.0rc1Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-09-03Support for ZFS Compressed ARC statisticsRoss Williams
2019-07-07ZFS arcstats for SolarisRoss Williams
2019-05-26does not work within NGZsenjan
2018-04-05Solaris: fix a memory leak caused by calling ProcessList_getProcess twice for...Guy M. Broome
2018-04-05Solaris: add warning about proc_walk_f callback functionGuy M. Broome
2018-04-05Solaris: condense separate process vs lwp handling down to a single workflowGuy M. Broome
2018-04-05Solaris: get completely out of the file handling business using libprocGuy M. Broome
2018-04-05Solaris: Condense conditional blocks for new vs old LWPs and procsGuy M. Broome
2018-04-05Solaris: remove unneeded accumulators for process and thread countingGuy M. Broome
2018-04-05Solaris: Assorted post-LWP code cleanupGuy M. Broome
2018-04-05Solaris: Implement kernel thread countingGuy M. Broome
2018-04-05Solaris: If a process has a running LWP, then the process is by definition ru...Guy M. Broome
2018-03-27Solaris: Implement LWP enumeration (#768)gmbroome
2018-03-26Solaris: Fix virt and resident memory sizes. Was using KiB, needed pages.Guy M. Broome
2018-03-16Solaris: code indentation fixgmbroome
2018-03-16Solaris: enough changes made to justify a copyright bump to 2018Guy M. Broome
2018-03-16Solaris: fix memory allocation for usernames (some empty usernames in 32-bit ...Guy M. Broome
2018-03-16Solaris: fix malloc() / free() issues with zone name handlingGuy M. Broome
2018-03-02Import Solaris support (#741)gmbroome