summaryrefslogtreecommitdiffstats
path: root/darwin/DarwinProcess.c
AgeCommit message (Expand)Author
2024-04-21darwin: scan thread informationrobaho
2024-04-08Work around GCC14 memleak diagnosticBenny Baumann
2024-03-27Introduce autoTitleRightAlign column flagChristian Göttsche
2023-12-26Use consistent style for process field output/compare functionsBenny Baumann
2023-08-31Rename ProcessList to ProcessTable throughoutNathan Scott
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
2023-05-08Adapt platform code for the new Machine base classNathan Scott
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2022-10-24Reformat code baseBenny Baumann
2022-05-26Process: Display single digit precision for CPU% greater than 99.9%Kumar
2022-03-06Auto-size (normalized) CPU usage columnsBenny Baumann
2022-02-18darwin: lazily set process TTY nameCharlie Vieth
2021-12-07Introduce screen tabsHisham Muhammad
2021-11-02Tidy up process state handlingmarcluque
2021-10-27Dynamically scale the ST_UID size to support 32-bit UIDsSilke Hofstra
2021-10-03Don't force allocation, as failure is handledBenny Baumann
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-18Fix typoChristian Göttsche
2021-08-25Refactor Darwin platform unit conversion helpersAlexander Momchilov
2021-08-23Style touch-upsAlexander Momchilov
2021-08-23Fix macOS CPU time calculationsAlexander Momchilov
2021-06-22Darwin: Always update usernameBenny Baumann
2021-05-25Darwin: Implement CWD columnBenny Baumann
2021-05-23Add ELAPSED process columnChristian Göttsche
2021-05-23Darwin: use merged command line helpersChristian Göttsche
2021-05-23Call makeCommandStr on all platformsBenny Baumann
2021-05-23Move kernel/userland thread handling to platform-independent implementationBenny Baumann
2021-05-23Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the f...Benny Baumann
2021-05-23Rename basenameOffset to cmdlineBasenameOffsetBenny Baumann
2021-05-23Rename command line field from comm to cmdlineBenny Baumann
2021-05-10platform-dependent files included relative to main source directorymayurdahibhate
2021-04-14Rework TTY columnChristian Göttsche
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