summaryrefslogtreecommitdiffstats
path: root/solaris
Commit message (Collapse)AuthorAgeFilesLines
* Portability: make list of default screens per-platformHisham Muhammad2018-04-062-2/+12
|
* Solaris: update proc state letters to reflect Solaris usageGuy M. Broome2018-04-061-1/+1
|
* Solaris: bump copyright in Platform.{c,h}Guy M. Broome2018-04-062-2/+2
|
* Solaris: fix a memory leak caused by calling ProcessList_getProcess twice ↵Guy M. Broome2018-04-063-83/+65
| | | | for each LWP
* Solaris: Implement process environment listingGuy M. Broome2018-04-062-2/+51
|
* Solaris: add placeholder message about environment listingGuy M. Broome2018-04-061-1/+1
|
* Solaris: showing a dash for the top-level process is no longer necessaryGuy M. Broome2018-04-062-7/+7
|
* Solaris: add warning about proc_walk_f callback functionGuy M. Broome2018-04-061-2/+8
|
* Solaris: condense separate process vs lwp handling down to a single workflowGuy M. Broome2018-04-062-126/+107
|
* Solaris: get completely out of the file handling business using libprocGuy M. Broome2018-04-064-198/+127
|
* Solaris: Condense conditional blocks for new vs old LWPs and procsGuy M. Broome2018-04-061-120/+74
|
* Solaris: remove unneeded accumulators for process and thread countingGuy M. Broome2018-04-061-11/+9
|
* Solaris: Assorted post-LWP code cleanupGuy M. Broome2018-04-061-60/+26
|
* Solaris: Implement kernel thread countingGuy M. Broome2018-04-061-1/+3
|
* Solaris: If a process has a running LWP, then the process is by definition ↵Guy M. Broome2018-04-061-0/+2
| | | | running
* Solaris: Implement LWP enumeration (#768)gmbroome2018-04-066-21/+209
| | | | | | | | | | | | | | | Squashed the following commits: * Solaris: Get LWP enumeration working * Solaris: Make showing and hiding of kernel threads behave * Solaris: remove usage of lwpstatus that is no longer needed * Solaris: no discrete access to parent proc structure needed * Solaris: Restore runtime MaxPid detection after LWP changes * Solaris: Workaround virtual PID signal issue by shadowing kill() with a macro * Solaris: Fix unintention double-shifting of virtual PID for LWP enumeration * Solaris: Add LWPID to default display since LWP enumeration is also default * Solaris: use PAGE_SIZE_KB from Process.h instead of custom definition * Solaris: stop LWP enumeration at 1023 LWPs per proc since that is all we can handle in the virtual PID
* Solaris: Fix virt and resident memory sizes. Was using KiB, needed pages.Guy M. Broome2018-04-061-4/+6
|
* Solaris: code indentation fixgmbroome2018-04-061-1/+1
|
* Solaris: enough changes made to justify a copyright bump to 2018Guy M. Broome2018-04-064-4/+4
|
* Solaris: fix memory allocation for usernames (some empty usernames in 32-bit ↵Guy M. Broome2018-04-061-12/+4
| | | | builds)
* Solaris: fix malloc() / free() issues with zone name handlingGuy M. Broome2018-04-064-15/+21
|
* Solaris: Import backtrace-on-abort from Linux, with minor modification for ↵Guy M. Broome2018-04-062-5/+19
| | | | Solaris
* Import Solaris support (#741)gmbroome2018-04-0610-0/+1041
This commit adds support for Solaris, squashed from PR #741: Summary of additions: * Initial setup of Solaris platform directory * Add Solaris platform into autoconf template * Uptime and load averages * Add dependency on libkstat * Basic process listing * Zone name display * CPU detection * Per-process memory and CPU usage parsed correctly * Uses sysconf to discover number of CPUs, instead of more complex libkstat code * Simple memory display working * Reduce repetitive calls to the PAGE_SIZE macro when reading memory info * Add Project, Contract, Task, and Pool into process properties * Use system major()/minor() implementations and remove extraneous definition of mkdev() * Get the STARTTIME column working properly, using the Linux implementation as a guide

© 2014-2024 Faster IT GmbH | imprint | privacy policy