summaryrefslogtreecommitdiffstats
path: root/darwin/DarwinProcess.c
AgeCommit message (Expand)Author
2021-03-03Darwin: add normalized CPU percentage columnChristian Göttsche
2021-01-21Sort out the mess around column sorting that had accumulated over timeDaniel Lange
2021-01-02Object: return int on comparisonChristian Göttsche
2020-12-20Make remaining number literals use uppercaseBenny Baumann
2020-12-19Unhardcode tick-to-ms conversionAlexander Momchilov
2020-12-19Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche
2020-12-19Rework enum ProcessFieldChristian Göttsche
2020-12-19Split boilerplate and platform-independent field comparisonBenny Baumann
2020-12-19Invert Process_compare resolution so that superclass matches run firstHisham Muhammad
2020-12-13Merge branch 'fix_mach_timebase' of benbe/htopDaniel Lange
2020-12-13Add column in darwin to indicate whether the the process is running under tra...Dániel Bakai
2020-12-13Move Process_fields from darwin/Platform to darwin/DarwinProcessDániel Bakai
2020-12-13Correct timebase for non-x86 CPUs on DarwinBenny Baumann
2020-12-10Cull the definitions of pageSize and pageSizeKB from CRT.cNathan Scott
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