summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcess.h
AgeCommit message (Expand)Author
2021-05-23Move kernel/userland thread handling to platform-independent implementationBenny Baumann
2021-05-20Solaris: handle ERR macro redefinitionsChristian Göttsche
2021-05-20Solaris: improve process columnsChristian Göttsche
2021-04-03Include signal.h, reorder headersBenny Baumann
2021-01-09Solaris: make Process callbacks staticChristian Göttsche
2020-12-19Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche
2020-12-19Rework enum ProcessFieldChristian Göttsche
2020-12-19Invert Process_compare resolution so that superclass matches run firstHisham Muhammad
2020-10-26Hold only a const version of Settings in ProcessChristian Göttsche
2020-10-26Mark process parameter of Process_writeField consistently constChristian Göttsche
2020-10-13Mark remaining classes constChristian Göttsche
2020-10-09Mark process argument of Process_isThread constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-08Further, minor cleanups to headers post-MakeHeadersNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
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