summaryrefslogtreecommitdiffstats
path: root/darwin/DarwinProcess.c
AgeCommit message (Expand)Author
2020-11-21Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche
2020-11-17DarwinProcess: mark local function static and sort includesChristian Göttsche
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Whitespace and indentation issuesBenny Baumann
2020-11-02Spacing after keywords (if)Benny Baumann
2020-10-26Hold only a const version of Settings in ProcessChristian Göttsche
2020-10-19Cache PAGE_SIZEChristian Göttsche
2020-10-16Refactor generating starttime string into Process classChristian Göttsche
2020-10-13Mark remaining classes constChristian Göttsche
2020-10-09Mark process argument of Process_isThread constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-03Axe automated header generation.Zev Weiss
2019-10-31Clean up existing whitespaceDaniel Flanagan
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
2015-10-23Calculate CPU averages on Darwin (See #295).Hisham Muhammad
2015-09-07fix calloc() callsChristian Hesse
2015-08-19Standardize indentation.Hisham Muhammad
2015-08-19CPU per process implementedDavid Hunt
2015-08-19Fix the thread countsDavid Hunt
2015-08-19Start supporting actual dataDavid Hunt
2015-08-19Added darwin with working battery meterDavid Hunt