summaryrefslogtreecommitdiffstats
path: root/darwin/DarwinProcessList.c
AgeCommit message (Expand)Author
2019-09-03Refactor openzfs_sysctl_init() and ZfsArcMeter...Ross Williams
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-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
2016-02-18Scan threads for process state information.Hisham Muhammad
2016-02-02Check for failure in allocations.Hisham
2016-01-13Darwin: replace vm_statistics64_* with vm_statistics_*Michael Klein
2015-11-02Fix CRT_fatalError warning.Hisham Muhammad
2015-11-02Merge pull request #299 from mmcco/masterHisham Muhammad
2015-11-01Replace all err.h function uses with CRT_fatalError(). Failing withMichael McConville
2015-10-24Initialize variables, silence warnings.Hisham Muhammad
2015-10-05Merge pull request #274 from mmcco/masterHisham Muhammad
2015-09-19Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few exis...Michael McConville
2015-09-16Clean up some needless malloc casts, convert some mallocs to callocs, and fix...Michael McConville
2015-09-14removing unnecessary include, which on top breaks compilingkaefer
2015-08-19CPU per process implementedDavid Hunt
2015-08-19Fix the thread countsDavid Hunt
2015-08-19Fixed CPU updatingDavid Hunt
2015-08-19Static CPU meterDavid Hunt
2015-08-19Start supporting actual dataDavid Hunt
2015-08-19Added darwin with working battery meterDavid Hunt