summaryrefslogtreecommitdiffstats
path: root/freebsd/FreeBSDProcess.c
AgeCommit message (Expand)Author
2021-01-11Linux: use correct column alignment for wide fieldsChristian Göttsche
2021-01-02Object: return int on comparisonChristian 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-19IWYU update (FreeBSD)Christian Goettsche
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-29FreeBSD: update ProcessChristian Göttsche
2020-10-29FreeBSD: rework tty process columnChristian Goettsche
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-02-05Issue #502 fix SID colunm header widthKamyar Rasta
2017-02-01Issue #502 update Session ID columnKamyar Rasta
2016-10-01Interpret TTY_NR column on Linux,Hisham
2016-02-13Suppress compiler warnings.Hung-Yi Chen
2016-02-02Check for failure in allocations.Hisham
2015-09-30Added preliminary attempt at jails support on FreeBSD - JID and JAIL (name) c...Martin "eto" Misuth
2015-09-07fix calloc() callsChristian Hesse
2015-08-20Make column width calculation dynamic.Hisham Muhammad
2015-04-09Fixes to use platform-specific compare routines.Hisham Muhammad
2015-03-16Major advances in FreeBSD port.Hisham Muhammad
2015-03-16Get FreeBSD tree to compile again with latest changes.Hisham Muhammad