summaryrefslogtreecommitdiffstats
path: root/dragonflybsd/DragonFlyBSDProcess.c
AgeCommit message (Expand)Author
2024-04-08Work around GCC14 memleak diagnosticBenny Baumann
2024-03-27Introduce autoTitleRightAlign column flagChristian Göttsche
2023-12-26Use consistent style for process field output/compare functionsBenny Baumann
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2022-05-26Process: Display single digit precision for CPU% greater than 99.9%Kumar
2022-03-06Auto-size (normalized) CPU usage columnsBenny Baumann
2021-10-27Dynamically scale the ST_UID size to support 32-bit UIDsSilke Hofstra
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-05-25DragonFlyBSD: Implement CWD columnBenny Baumann
2021-05-23Add ELAPSED process columnChristian Göttsche
2021-05-23DragonFlyBSD: add EXE and COMM columns and use merged command line helpersChristian Göttsche
2021-05-23Move kernel/userland thread handling to platform-independent implementationBenny Baumann
2021-05-22DragonFlyBSD: Fix included headersBenny Baumann
2021-05-19DragonFlyBSD: fixup columnsChristian Göttsche
2021-05-10platform-dependent files included relative to main source directorymayurdahibhate
2021-04-14Rework TTY columnChristian Göttsche
2021-01-21Sort out the mess around column sorting that had accumulated over timeDaniel Lange
2021-01-11Linux: use correct column alignment for wide fieldsChristian Göttsche
2021-01-02Object: return int on comparisonChristian Göttsche
2020-12-20DragonFlyBSD updateChristian 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-19Split boilerplate and platform-independent field comparisonBenny Baumann
2020-12-19Invert Process_compare resolution so that superclass matches run firstHisham Muhammad
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-11-21Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche
2020-11-16Add process column for normalized CPU usageChristian Göttsche
2020-11-15Introduce spaceship comparison for ProcessesChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
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-06Enable -Wcast-qual compiler warningChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-03Axe automated header generation.Zev Weiss
2020-08-20Merge branch 'hishamhm-pull-904'Nathan Scott
2019-04-17Truncate overwide jail names on BSD.Robert Crowston
2018-10-07Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking al...Daniel Lange
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2017-04-19Initial addition of dragonflybsd (based on FreeBSD)Diederik de Groot