summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcess.c
AgeCommit message (Expand)Author
2020-10-06Enable -Wcast-qual compiler warningChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-24Drop dead code after breakChristian Göttsche
2020-09-03Axe automated header generation.Zev Weiss
2018-10-07Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking al...Daniel Lange
2018-04-05Solaris: update proc state letters to reflect Solaris usageGuy M. Broome
2018-04-05Solaris: fix a memory leak caused by calling ProcessList_getProcess twice for...Guy M. Broome
2018-04-05Solaris: showing a dash for the top-level process is no longer necessaryGuy M. Broome
2018-04-05Solaris: get completely out of the file handling business using libprocGuy M. Broome
2018-03-27Solaris: Implement LWP enumeration (#768)gmbroome
2018-03-16Solaris: enough changes made to justify a copyright bump to 2018Guy M. Broome
2018-03-16Solaris: fix malloc() / free() issues with zone name handlingGuy M. Broome
2018-03-02Import Solaris support (#741)gmbroome