summaryrefslogtreecommitdiffstats
path: root/darwin
AgeCommit message (Expand)Author
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-03Add DiskIOMeter for IO read/write usageChristian Göttsche
2020-09-28CPUMeter: add octuple-column CPU meters.multi
2020-09-28Add missing 4-column CPU meters to non-Linux platforms.multi
2020-09-25Add -Wmissing-prototypes compiler warningChristian Göttsche
2020-09-24Update CPU freq display to use NAN on errorBenny Baumann
2020-09-24Update battery API to use NAN on errorBenny Baumann
2020-09-18Fail travis CI on compiler warningsChristian Göttsche
2020-09-18Mark noreturn functionsChristian Göttsche
2020-09-18Use strict function prototypesChristian 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-08Further, minor cleanups to headers post-MakeHeadersNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
2020-08-22Updates to project URLs in docs and embedded in source codeNathan Scott
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-960'Nathan Scott
2020-08-18Merge branch 'hishamhm-pull-842'Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
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-07ZFS arcstats for Darwin (macOS / OS X)Ross Williams
2019-02-10Prevent possible NULL pointer deferenceAlan Barr
2018-10-07Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking al...Daniel Lange
2018-04-05macOS: fix the switched version test (#772)pmalhaire
2018-03-26macOS: keep scanning thread for versions before High Sierra (#728)pmalhaire
2018-02-04Darwin: disable thread reading due to bug in macOS High SierraHisham 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-30Mark signal tables 'const'Explorer09
2016-04-29Remove needless allocation error conditionsMichael McConville
2016-03-31Update header.Hisham
2016-03-31If task_for_pid fails, stop trying.Hisham
2016-02-18Run through all command line arguments on Darwin.Hisham Muhammad
2016-02-18Scan threads for process state information.Hisham Muhammad
2016-02-18Fix tree organization on OSX.Hisham Muhammad
2016-02-13Fix memory accounting in Darwin.Hisham
2016-02-02Check for failure in allocations.Hisham
2016-01-15Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer09
2016-01-13Darwin: replace vm_statistics64_* with vm_statistics_*Michael Klein
2016-01-06Merge remote-tracking branch 'upstream/master' into envscreenMichael Klein
2016-01-02Fix spelling of "maintainer"Michael McConville
2015-12-03Add Platform_getProcessEnvMichael Klein
2015-11-16Add Darwin swap meter.SaltwaterC
2015-11-02Fix CRT_fatalError warning.Hisham Muhammad