- 847547c darwin: Deduce the ZOMBIE and STOPPED state by aestriplex · 1 year, 1 month ago
- 1eb2aee darwin: fix process state visualization in DarwinProcessTable by aestriplex · 1 year, 1 month ago
- 4c0e965 darwin: scan thread information by robaho · 5 years ago
- b74673f Rename ProcessList to ProcessTable throughout by Nathan Scott · 2 years, 7 months ago[Renamed (69%) from darwin/DarwinProcessList.c]
- 0f751e9 Introduce Row and Table classes for screens beyond top-processes by Nathan Scott · 2 years, 8 months ago
- d8fe027 Remove duplicate zeroing of global task accounting values on MacOS by Nathan Scott · 2 years, 10 months ago
- 72235d8 Adapt platform code for the new Machine base class by Nathan Scott · 3 years ago
- 0bdade1 Introduce Machine class for host-specific info (split from ProcessList) by Nathan Scott · 3 years ago
- 8a8df71 Fix typo in code comment by Guillaume Gomez · 3 years ago
- e7f447b Refactor and consolidate dynamic meters/columns pointers by Nathan Scott · 3 years ago
- bc22bee Darwin: increase buffer size each retry by Christian Göttsche · 3 years, 7 months ago
- d527bc9 Refactor Platform_CompareKernelVersion API by Alexander Momchilov · 4 years, 6 months ago
- dadcb87 Extract Darwin "PlatformHelpers" by Alexander Momchilov · 4 years, 8 months ago
- 94ad111 Update license headers to explicitly say GPLv2+ by Daniel Lange · 4 years, 7 months ago
- 59d0c5b Refactor Darwin platform unit conversion helpers by Alexander Momchilov · 4 years, 8 months ago
- 5b4d63d Fix macOS CPU time calculations by Alexander Momchilov · 4 years, 8 months ago
- 6f2021f PCP: support for 'dynamic columns' added at runtime by Sohaib Mohamed · 4 years, 9 months ago
- 11d2206 Add ProcessList_isCPUonline by Christian Göttsche · 4 years, 10 months ago
- 41af31b Rework CPU counting by Christian Göttsche · 4 years, 10 months ago
- f0ed0fd Add a new DynamicMeter class for runtime Meter extension by Nathan Scott · 4 years, 10 months ago
- 6a6b09b Darwin: Always update username by Benny Baumann · 4 years, 10 months ago
- 3f86a01 platform-dependent files included relative to main source directory by mayurdahibhate · 5 years ago
- a11d015 Use unsigned types for CPU counts and associated variables by Christian Göttsche · 5 years ago
- adaf748 Fix include file ordering of generic headers by Nathan Scott · 5 years ago
- 61ef113 Move generic (shared) code into its own sub-directory by Nathan Scott · 5 years ago
- d800d7a Drop usage of formatted error messages from <err.h> by Christian Göttsche · 5 years ago
- a150a81 Fix CPU percentage on M1 silicon Macs by Luke Groeninger · 5 years ago
- f878f30 Remove duplicate newline in CRT_fatalError calls by Christian Göttsche · 5 years ago
- 67ccd6b Unhardcode tick-to-ms conversion by Alexander Momchilov · 5 years ago
- 3655b6c Add column in darwin to indicate whether the the process is running under translation by Dániel Bakai · 5 years ago
- 72df930 DarwinProcessList: retry getting list of all processes on ENOMEM by Christian Göttsche · 5 years ago
- e3af8d0 DarwinProcessList: mark local functions static and sort includes by Christian Göttsche · 5 years ago
- 4586951 Embracing branches by Benny Baumann · 5 years ago
- 61e14d4 Spacing around operators by Benny Baumann · 5 years ago
- b23f823 Whitespace and indentation issues by Benny Baumann · 5 years ago
- adf797c Spacing after keywords (for) by Benny Baumann · 5 years ago
- 374edb9 Spacing after keywords (if) by Benny Baumann · 5 years ago
- 4eb4439 Hold only a const version of Settings in Process by Christian Göttsche · 5 years ago
- f8208f2 Drop tabs in source indentions by Christian Göttsche · 5 years ago
- 96e2a42 Continue to update generic data in paused mode by Christian Göttsche · 5 years ago
- a63cfc8 Refactor generating starttime string into Process class by Christian Göttsche · 5 years ago
- 079c2ab Update License consistently to GPLv2 as per COPYING file by Daniel Lange · 5 years ago
- efb971f Fail travis CI on compiler warnings by Christian Göttsche · 6 years ago
- 4597332 Switch variable/field naming from WhiteList to MatchList by Nathan Scott · 6 years ago
- a1a027b Axe automated header generation. by Zev Weiss · 6 years ago
- e450b58 Refactor openzfs_sysctl_init() and ZfsArcMeter... by Ross Williams · 7 years ago
- a88d2e3 Refactor common OpenZFS sysctl access by Ross Williams · 7 years ago
- fc8e9a2 ZFS arcstats for Darwin (macOS / OS X) by Ross Williams · 7 years ago
- 60e5578 Prevent possible NULL pointer deference by Alan Barr · 7 years ago
- 0505a7c macOS: fix the switched version test (#772) by pmalhaire · 8 years ago
- 23f9604 macOS: keep scanning thread for versions before High Sierra (#728) by pmalhaire · 8 years ago
- b277121 Darwin: disable thread reading due to bug in macOS High Sierra by Hisham Muhammad · 8 years ago
- 5ee6715 Scan threads for process state information. by Hisham Muhammad · 10 years ago
- b54d2dd Check for failure in allocations. by Hisham · 10 years ago
- d312510 Darwin: replace vm_statistics64_* with vm_statistics_* by Michael Klein · 10 years ago
- 5e0f178 Fix CRT_fatalError warning. by Hisham Muhammad · 10 years ago
- fd5dd66 Merge pull request #299 from mmcco/master by Hisham Muhammad · 10 years ago
- cd3d233 Replace all err.h function uses with CRT_fatalError(). Failing with by Michael McConville · 10 years ago
- bd93b2e Initialize variables, silence warnings. by Hisham Muhammad · 10 years ago
- bf276a0 Merge pull request #274 from mmcco/master by Hisham Muhammad · 11 years ago
- 571cbc0 Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few existing ones and fix some style. by Michael McConville · 11 years ago
- 445222e Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style by Michael McConville · 11 years ago
- 40525d8 removing unnecessary include, which on top breaks compiling by kaefer · 11 years ago
- 907f829 CPU per process implemented by David Hunt · 11 years ago
- 57ab332 Fix the thread counts by David Hunt · 11 years ago
- 6463ea2 Fixed CPU updating by David Hunt · 11 years ago
- 7f3faa2 Static CPU meter by David Hunt · 11 years ago
- 43ef703 Start supporting actual data by David Hunt · 11 years ago
- 70e7c8d Added darwin with working battery meter by David Hunt · 11 years ago