summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcess.c
Commit message (Expand)AuthorAgeFilesLines
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* Solaris: Implement CWD columnBenny Baumann2021-05-251-0/+1
* Add ELAPSED process columnChristian Göttsche2021-05-231-0/+1
* Solaris: add EXE and COMM columns and use merged command line helpersChristian Göttsche2021-05-231-1/+3
* Move kernel/userland thread handling to platform-independent implementationBenny Baumann2021-05-231-12/+0
* Solaris: improve process columnsChristian Göttsche2021-05-201-4/+5
* Rework TTY columnChristian Göttsche2021-04-141-1/+1
* Include signal.h, reorder headersBenny Baumann2021-04-031-5/+7
* Sort out the mess around column sorting that had accumulated over timeDaniel Lange2021-01-211-8/+8
* Linux: use correct column alignment for wide fieldsChristian Göttsche2021-01-111-1/+1
* Solaris: make Process callbacks staticChristian Göttsche2021-01-091-13/+13
* Object: return int on comparisonChristian Göttsche2021-01-021-1/+1
* fix argument type following prototype change in "Invert Process_compare resol...Dominik Hassler2020-12-231-1/+1
* Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche2020-12-191-37/+21
* Rework enum ProcessFieldChristian Göttsche2020-12-191-4/+3
* Split boilerplate and platform-independent field comparisonBenny Baumann2020-12-191-1/+1
* Invert Process_compare resolution so that superclass matches run firstHisham Muhammad2020-12-191-14/+7
* Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche2020-12-081-1/+1
* Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche2020-11-211-1/+1
* Add process column for normalized CPU usageChristian Göttsche2020-11-161-0/+1
* Introduce spaceship comparison for ProcessesChristian Göttsche2020-11-151-8/+10
* Hold only a const version of Settings in ProcessChristian Göttsche2020-10-261-2/+2
* Mark process parameter of Process_writeField consistently constChristian Göttsche2020-10-261-3/+3
* Mark remaining classes constChristian Göttsche2020-10-131-1/+1
* Mark process argument of Process_isThread constChristian Göttsche2020-10-091-2/+2
* Enable -Wcast-qual compiler warningChristian Göttsche2020-10-061-6/+6
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
* Drop dead code after breakChristian Göttsche2020-09-241-8/+1
* Axe automated header generation.Zev Weiss2020-09-031-44/+0
* Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking al...Daniel Lange2018-10-071-1/+1
* Solaris: update proc state letters to reflect Solaris usageGuy M. Broome2018-04-051-1/+1
* Solaris: fix a memory leak caused by calling ProcessList_getProcess twice for...Guy M. Broome2018-04-051-3/+3
* Solaris: showing a dash for the top-level process is no longer necessaryGuy M. Broome2018-04-051-7/+1
* Solaris: get completely out of the file handling business using libprocGuy M. Broome2018-04-051-0/+2
* Solaris: Implement LWP enumeration (#768)gmbroome2018-03-271-4/+29
* Solaris: enough changes made to justify a copyright bump to 2018Guy M. Broome2018-03-161-1/+1
* Solaris: fix malloc() / free() issues with zone name handlingGuy M. Broome2018-03-161-3/+3
* Import Solaris support (#741)gmbroome2018-03-021-0/+193

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