summaryrefslogtreecommitdiffstats
path: root/freebsd
AgeCommit message (Expand)Author
2020-09-09Switch variable/field naming from WhiteList to MatchListNathan Scott
2020-09-09Consolidate repeated macro definitions into one headerNathan Scott
2020-09-08Further, minor cleanups to headers post-MakeHeadersNathan Scott
2020-09-03Remove duplicate jail_errmsg declaration.Zev Weiss
2020-09-03Remove superfluous 'extern's from function declarations.Zev Weiss
2020-09-03Axe automated header generation.Zev Weiss
2020-09-03Unbreak with -fno-common on FreeBSDTobias Kortkamp
2020-08-22Merge branch 'patch-1' of https://github.com/ginggs/htop-1 into ginggs-patch-1Daniel Lange
2020-08-21Fix build on FreeBSDGraham Inggs
2020-08-21Remove trailing whitespacesChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-920'3.0.0rc1Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-932'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-974'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-904'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-871'Nathan Scott
2019-12-31Fix STARTTIME column on FreeBSD.Robert Crowston
2019-09-03Support for ZFS Compressed ARC statisticsRoss Williams
2019-09-03Refactor openzfs_sysctl_init() and ZfsArcMeter...Ross Williams
2019-08-10Show N/A on unsupported platforms instead of 0KHzArnavion
2019-07-07Refactor common OpenZFS sysctl accessRoss Williams
2019-07-07Support ZFS ARC stats on FreeBSDRoss Williams
2019-07-06Specify correct MIB lengthRoss Williams
2019-04-17Truncate overwide jail names on BSD.Robert Crowston
2018-12-24Fix memory statistics display on FreeBSD/powerpcTobias Kortkamp
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-08-30Merge branch 'master' of https://github.com/hishamhm/htopHisham
2016-08-30Fix typos, by @Gelma.Hisham
2016-08-30Mark signal tables 'const'Explorer09
2016-05-19Merge pull request #496 from tcreech/lwp_hackHisham Muhammad
2016-04-28Revert "Fix FreeBSD CPU% calculation"Andy Pilate
2016-03-07Prepare for release 2.0.1.2.0.1Hisham
2016-03-07Avoid global, as done by @gaod in #387.Hisham Muhammad
2016-03-07Merge branch 'master' of https://github.com/Sp1l/htop into Sp1l-masterHisham Muhammad
2016-03-05Improve error reporting on FreeBSD libkvm callMichael McConville
2016-02-28FreeBSD: use KERN_PROC_PROC with kvm_getprocs to avoid erroneously combining ...Tim Creech
2016-02-26Fix low CPU usage reporting in FreeBSDTim Creech
2016-02-14Fix FreeBSD CPU% calculationBernard Spil
2016-02-14Fix memory percentage display on FreeBSDBernard Spil
2016-02-13Add MEM% for processes in process list on FreeBSD.Hung-Yi Chen
2016-02-13Suppress compiler warnings.Hung-Yi Chen
2016-02-11fix process memory on FreeBSDGreg V
2016-02-11add FreeBSD battery supportGreg V
2016-02-02Merge branch 'xalloc'Hisham
2016-02-02Check for failure in allocations.Hisham
2016-01-31Add generated header.Hisham
2016-01-15Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer09