summaryrefslogtreecommitdiffstats
path: root/freebsd/FreeBSDProcessList.c
AgeCommit message (Expand)Author
2021-01-30FreeBSD: drop unused ProcessList fieldsChristian Göttsche
2021-01-30FreeBSD: miscChristian Göttsche
2021-01-12kfreeBSD: include config.h for _GNU_SOURCE (part 2)Christian Göttsche
2021-01-11Linux: use correct column alignment for wide fieldsChristian Göttsche
2021-01-07Drop usage of formatted error messages from <err.h>Christian Göttsche
2020-12-11Drop redundant sys/dirent.h includeGraham Inggs
2020-12-10Cull the definitions of pageSize and pageSizeKB from CRT.cNathan Scott
2020-11-27Drop unused global ProcessList memory fieldsNathan Scott
2020-11-22Simplify code flow by inlining declarations where they are usedBenny Baumann
2020-11-22No need to check for change when no action is requiredBenny Baumann
2020-11-21Simplify page size related calculationsChristian 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-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Whitespace and indentation issuesBenny Baumann
2020-11-02Spacing after keywords (if)Benny Baumann
2020-10-29Add compat wrapper for fstatatChristian Göttsche
2020-10-29FreeBSD: update ProcessChristian Göttsche
2020-10-29FreeBSD: update ProcessListChristian Göttsche
2020-10-29FreeBSD: rework tty process columnChristian Goettsche
2020-10-28Unify function argument namesChristian Göttsche
2020-10-27Drop duplicate assignmentChristian Göttsche
2020-10-26Hold only a const version of Settings in ProcessListChristian Göttsche
2020-10-26Hold only a const version of Settings in ProcessChristian Göttsche
2020-10-20Merge branch 'header_pause' of cgzones/htopDaniel Lange
2020-10-19Continue to update generic data in paused modeChristian Göttsche
2020-10-19Cache PAGE_SIZEChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Refactor generating starttime string into Process classChristian Göttsche
2020-10-08Some more locations for ARRAYSIZEBenny Baumann
2020-10-06Enable -Wcast-qual compiler warningChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-29Fix FreeBSD compile issueBenny Baumann
2020-09-18Fail travis CI on compiler warningsChristian Göttsche
2020-09-18Resolve unused variable on FreeBSDChristian Göttsche
2020-09-09Switch variable/field naming from WhiteList to MatchListNathan Scott
2020-09-09Consolidate repeated macro definitions into one headerNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
2020-09-03Unbreak with -fno-common on FreeBSDTobias Kortkamp
2020-08-21Fix build on FreeBSDGraham Inggs
2020-08-20Merge branch 'hishamhm-pull-920'3.0.0rc1Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-974'Nathan Scott
2019-12-31Fix STARTTIME column on FreeBSD.Robert Crowston
2019-09-03Refactor openzfs_sysctl_init() and ZfsArcMeter...Ross Williams
2019-07-07Refactor common OpenZFS sysctl accessRoss Williams
2019-07-07Support ZFS ARC stats on FreeBSDRoss Williams
2019-07-06Specify correct MIB lengthRoss Williams
2018-12-24Fix memory statistics display on FreeBSD/powerpcTobias Kortkamp
2017-07-27Security review: check results of snprintf.Hisham Muhammad