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