summaryrefslogtreecommitdiffstats
path: root/darwin
AgeCommit message (Expand)Author
2015-11-16Add Darwin swap meter.SaltwaterC
2015-11-02Fix CRT_fatalError warning.Hisham Muhammad
2015-11-02Add missing header, silence warning. Should fix #292.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-23Calculate CPU averages on Darwin (See #295).Hisham Muhammad
2015-10-19Regenerate platform-dependent headers.Hisham Muhammad
2015-10-06Add Darwin signals (same as FreeBSD)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-09-10Remove conflicting declarations.Jardel Weyrich
2015-09-07fix calloc() callsChristian Hesse
2015-08-20Make column width calculation dynamic.Hisham Muhammad
2015-08-19Standardize indentation.Hisham Muhammad
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