59 Commits (main)

Author SHA1 Message Date
Christian Göttsche bc22bee650 Darwin: increase buffer size each retry 4 years ago
Alexander Momchilov d527bc9132 Refactor Platform_CompareKernelVersion API 5 years ago
Alexander Momchilov dadcb87ad0 Extract Darwin "PlatformHelpers" 5 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Alexander Momchilov 59d0c5b26a Refactor Darwin platform unit conversion helpers 5 years ago
Alexander Momchilov 5b4d63d1be Fix macOS CPU time calculations 5 years ago
Sohaib Mohamed 6f2021f3d9 PCP: support for 'dynamic columns' added at runtime 5 years ago
Christian Göttsche 11d2206f40 Add ProcessList_isCPUonline 5 years ago
Christian Göttsche 41af31be7f Rework CPU counting 5 years ago
Nathan Scott f0ed0fdafb Add a new DynamicMeter class for runtime Meter extension 5 years ago
Benny Baumann 6a6b09b431 Darwin: Always update username 5 years ago
mayurdahibhate 3f86a011e6 platform-dependent files included relative to main source directory 5 years ago
Christian Göttsche a11d01568c Use unsigned types for CPU counts and associated variables 5 years ago
Nathan Scott adaf748ab6 Fix include file ordering of generic headers 5 years ago
Nathan Scott 61ef1134d9 Move generic (shared) code into its own sub-directory 5 years ago
Christian Göttsche d800d7a3ce Drop usage of formatted error messages from <err.h> 5 years ago
Luke Groeninger a150a81669 Fix CPU percentage on M1 silicon Macs 5 years ago
Christian Göttsche f878f302ca Remove duplicate newline in CRT_fatalError calls 5 years ago
Alexander Momchilov 67ccd6b909 Unhardcode tick-to-ms conversion 5 years ago
Dániel Bakai 3655b6ca0b Add column in darwin to indicate whether the the process is running under translation 5 years ago
Christian Göttsche 72df930241 DarwinProcessList: retry getting list of all processes on ENOMEM 5 years ago
Christian Göttsche e3af8d0d08 DarwinProcessList: mark local functions static and sort includes 5 years ago
Benny Baumann 45869513bf Embracing branches 5 years ago
Benny Baumann 61e14d4bb2 Spacing around operators 5 years ago
Benny Baumann b23f8235e2 Whitespace and indentation issues 5 years ago
Benny Baumann adf797c295 Spacing after keywords (for) 5 years ago
Benny Baumann 374edb9ed5 Spacing after keywords (if) 5 years ago
Christian Göttsche 4eb443926f Hold only a const version of Settings in Process 5 years ago
Christian Göttsche f8208f2173 Drop tabs in source indentions 5 years ago
Christian Göttsche 96e2a4259e Continue to update generic data in paused mode 5 years ago
Christian Göttsche a63cfc8b7c Refactor generating starttime string into Process class 5 years ago
Daniel Lange 079c2abf8e Update License consistently to GPLv2 as per COPYING file 6 years ago
Christian Göttsche efb971f9df Fail travis CI on compiler warnings 6 years ago
Nathan Scott 4597332959 Switch variable/field naming from WhiteList to MatchList 6 years ago
Zev Weiss a1a027b9bd Axe automated header generation. 6 years ago
Ross Williams e450b58636 Refactor openzfs_sysctl_init() and ZfsArcMeter... 7 years ago
Ross Williams a88d2e313d Refactor common OpenZFS sysctl access 7 years ago
Ross Williams fc8e9a2d3e ZFS arcstats for Darwin (macOS / OS X) 7 years ago
Alan Barr 60e557868a Prevent possible NULL pointer deference 7 years ago
Alan Barr 4cb58460e5 Prevent possible NULL pointer deference 7 years ago
pmalhaire 0505a7cfe1 macOS: fix the switched version test (#772) 8 years ago
pmalhaire 23f96048c7 macOS: keep scanning thread for versions before High Sierra (#728) 8 years ago
Hisham Muhammad b27712181a Darwin: disable thread reading due to bug in macOS High Sierra 8 years ago
Hisham Muhammad 5ee6715843 Scan threads for process state information. 10 years ago
Hisham b54d2dde40 Check for failure in allocations. 10 years ago
Michael Klein d312510223 Darwin: replace vm_statistics64_* with vm_statistics_* 10 years ago
Hisham Muhammad 5e0f1788e6 Fix CRT_fatalError warning. 11 years ago
Michael McConville cd3d2337f8 Replace all err.h function uses with CRT_fatalError(). Failing with 11 years ago
Hisham Muhammad bd93b2e1d7 Initialize variables, silence warnings. 11 years ago
Michael McConville 571cbc0aa1 Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few existing ones and fix some style. 11 years ago