1. dfcfb3a Use Mach task_info(2) to get additional task information if libproc is not available on Darwin by WHR · 1 year, 11 months ago
  2. 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 4 months ago
  3. 4a141f1 Fix Darwin-specific code calling 'CRT_fatalError' with unnecessary new line; add an argument to 'CRT_fatalError' to accept errno from caller instead of external 'errno' by WHR · 2 years, 4 months ago
  4. 04d7bef Avoid using redefined pointer types if possible by WHR · 2 years, 4 months ago
  5. d20d1c5 Rename functions 'Platform_setCPUValues', 'Platform_setMemoryValues' and 'Platform_setSwapValues' to 'Platform_updateCPUValues', 'Platform_updateMemoryValues' and 'Platform_updateSwapValues' respectively, as the reason described in commit 9dea20e06847f930920406e6de539db32e2644e0 by WHR · 2 years, 5 months ago
  6. 61b8637 Support Mac OS X 10.4 by WHR · 2 years, 5 months ago
  7. 3623528 Remove unused or duplicated includes by WHR · 2 years, 5 months ago
  8. cda8ada Don't allocate and free buffer for every 'ProcessList_goThroughEntries' call on Darwin; Ignore error ENOMEM from sysctl(3) when getting process list on Darwin by WHR · 2 years, 5 months ago
  9. 04cc76a Fix outdated HTOP_STATE_FIELD descriptions by WHR · 2 years, 5 months ago
  10. b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 5 months ago
  11. e541451 Remove unused members from 'DarwinProcessList' by WHR · 2 years, 5 months ago
  12. 73563d6 Don't add the swap meter by default if no swap is configured by WHR · 2 years, 5 months ago
  13. 1e5ef47 Get information of all available batteries rather than the first battery on Darwin by WHR · 2 years, 5 months ago
  14. 038fb06 Fix possible null pointer dereferencings in function 'Battery_getData' of Darwin-specific code; add copyright and license header to darwin/Battery.c by WHR · 2 years, 5 months ago
  15. c75954f Support showing terminal device name of processes on BSD platforms by WHR · 2 years, 5 months ago
  16. 26d72fb Fix some platform-specific codes still handling 'tty_nr' member of 'Process' object as an 'unsigned int' variable, fixing incorrect value of tty column on Darwin by WHR · 2 years, 5 months ago
  17. 69b3046 Rename all constants in 'ProcessField' its extensions to avoid identifier pollution by WHR · 2 years, 5 months ago
  18. 3bbd248 Emphasize that 'm_size' and 'm_resident' in 'Process' object are in pages; calculate 'percent_mem' based on pages; also include 'p_vm_ssize' and 'p_vm_tsize' for process virtual size on OpenBSD by WHR · 2 years, 5 months ago
  19. 19e5ec1 Rename 'basenameOffset' member of 'Process' object to 'argv0_length' by WHR · 2 years, 5 months ago
  20. d1cb55b Don't call 'CompareKernelVersion' every time from 'ProcessList_goThroughEntries', the kernel version can't change without rebooting by WHR · 2 years, 5 months ago
  21. c3dc50d Check for sysctl(3) failure by WHR · 2 years, 5 months ago
  22. f9da27b Use process state I based on kernel MAXSLP value on BSD platforms by WHR · 2 years, 5 months ago
  23. cd0c9c9 Fix many process state names being incompatible with other platforms by WHR · 2 years, 5 months ago
  24. 6e5b5f4 Always reformat process start time on display by WHR · 2 years, 5 months ago
  25. c74e5c0 Fix incorrect buffer size for strftime(3); expand a compact 'switch' block in darwin/DarwinProcess.c by WHR · 2 years, 5 months ago
  26. b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 5 months ago
  27. b347b25 Be consistent with name and head comment of source files by WHR · 2 years, 5 months ago
  28. 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 5 months ago
  29. 0240398 Update modifiable information for existing processes by WHR · 2 years, 5 months ago
  30. a511616 Use 6-character space for showing UID values by WHR · 2 years, 5 months ago
  31. 7b6872e Use signal name macros instead of hard coded numbers for 'Platform_signals' by WHR · 2 years, 6 months ago
  32. e8ee7eb Unify 'Platform_getUptime' implementation for BSD platforms by WHR · 2 years, 6 months ago
  33. b79587b Get page size once in 'CRT_init' by WHR · 2 years, 6 months ago
  34. 6f0b3a0 Always update PPID on all supported platforms by WHR · 2 years, 6 months ago
  35. 0a6db60 Try to enable backtrace(3) support for all platforms by WHR · 2 years, 6 months ago
  36. 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 6 months ago
  37. 30c895a Remove 'traced' process state; fix the 'swapper' process isn't considered as a kernel process on DragonFly BSD by WHR · 2 years, 6 months ago
  38. dc65f2e Explicitly query information of process 0 if kern.proc.all sysctl didn't include that by WHR · 2 years, 6 months ago
  39. d9a9e2b Clean up function ProcessList_getKInfoProcs in darwin/DarwinProcessList.c by WHR · 2 years, 6 months ago
  40. a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 6 months ago
  41. da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 6 months ago
  42. 35d0bdf Remove unused includes; fix include order in openbsd/OpenBSDProcessList.c by WHR · 2 years, 6 months ago
  43. 3ef86ff Count kernel processes and threads separately by WHR · 2 years, 6 months ago
  44. c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 6 months ago
  45. 7641825 Rewrite Platform_getProcessEnv to return a vector instead; implement Platform_getProcessEnv for FreeBSD by WHR · 2 years, 6 months ago
  46. eb18d4c Add unified interface for kstat by WHR · 2 years, 6 months ago
  47. 6b2e2fa Skip private type definitions when generating header by WHR · 2 years, 6 months ago
  48. 93cd921 Make some private use functions 'static' by WHR · 2 years, 6 months ago
  49. f68572e Add NAME column by WHR · 2 years, 6 months ago
  50. 60e5578 Prevent possible NULL pointer deference by Alan Barr · 6 years ago
  51. 0505a7c macOS: fix the switched version test (#772) by pmalhaire · 7 years ago
  52. 23f9604 macOS: keep scanning thread for versions before High Sierra (#728) by pmalhaire · 7 years ago
  53. b277121 Darwin: disable thread reading due to bug in macOS High Sierra by Hisham Muhammad · 7 years ago
  54. 3f6d126 Issue #502 fix SID colunm header width by Kamyar Rasta · 8 years ago
  55. 84bc00a Issue #502 update Session ID column by Kamyar Rasta · 8 years ago
  56. 8af4d9f Interpret TTY_NR column on Linux, by Hisham · 8 years ago
  57. 1f3d85b Mark signal tables 'const' by Explorer09 · 8 years ago
  58. 1809f4b Remove needless allocation error conditions by Michael McConville · 8 years ago
  59. 306c544 Update header. by Hisham · 9 years ago
  60. d64f2bd If task_for_pid fails, stop trying. by Hisham · 9 years ago
  61. 42c4459 Run through all command line arguments on Darwin. by Hisham Muhammad · 9 years ago
  62. 5ee6715 Scan threads for process state information. by Hisham Muhammad · 9 years ago
  63. fe0ad86 Fix tree organization on OSX. Closes #393. by Hisham Muhammad · 9 years ago
  64. e9b32eb Fix memory accounting in Darwin. by Hisham · 9 years ago
  65. b54d2dd Check for failure in allocations. by Hisham · 9 years ago
  66. 6dae810 Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses. by Explorer09 · 9 years ago
  67. d312510 Darwin: replace vm_statistics64_* with vm_statistics_* by Michael Klein · 9 years ago
  68. b10e54c Merge remote-tracking branch 'upstream/master' into envscreen by Michael Klein · 9 years ago
  69. 7170382 Fix spelling of "maintainer" by Michael McConville · 9 years ago
  70. cc23d13 Add Platform_getProcessEnv by Michael Klein · 9 years ago
  71. 8895f09 Add Darwin swap meter. by SaltwaterC · 9 years ago
  72. 5e0f178 Fix CRT_fatalError warning. by Hisham Muhammad · 9 years ago
  73. a7fcbba Add missing header, silence warning. Should fix #292. by Hisham Muhammad · 9 years ago
  74. fd5dd66 Merge pull request #299 from mmcco/master by Hisham Muhammad · 9 years ago
  75. cd3d233 Replace all err.h function uses with CRT_fatalError(). Failing with by Michael McConville · 9 years ago
  76. bd93b2e Initialize variables, silence warnings. by Hisham Muhammad · 9 years ago
  77. 7119065 Calculate CPU averages on Darwin (See #295). by Hisham Muhammad · 9 years ago
  78. 78f2933 Regenerate platform-dependent headers. Closes #293. by Hisham Muhammad · 9 years ago
  79. cc0fc36 Add Darwin signals (same as FreeBSD) by Hisham Muhammad · 9 years ago
  80. bf276a0 Merge pull request #274 from mmcco/master by Hisham Muhammad · 9 years ago
  81. 571cbc0 Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few existing ones and fix some style. by Michael McConville · 9 years ago
  82. 445222e Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style by Michael McConville · 9 years ago
  83. 40525d8 removing unnecessary include, which on top breaks compiling by kaefer · 9 years ago
  84. e52c070 Remove conflicting declarations. by Jardel Weyrich · 9 years ago
  85. e8970b6 fix calloc() calls by Christian Hesse · 9 years ago
  86. 9428010 Make column width calculation dynamic. by Hisham Muhammad · 9 years ago
  87. f70649a Standardize indentation. by Hisham Muhammad · 9 years ago
  88. 907f829 CPU per process implemented by David Hunt · 9 years ago
  89. 57ab332 Fix the thread counts by David Hunt · 9 years ago
  90. 6463ea2 Fixed CPU updating by David Hunt · 9 years ago
  91. 7f3faa2 Static CPU meter by David Hunt · 9 years ago
  92. 43ef703 Start supporting actual data by David Hunt · 9 years ago
  93. 70e7c8d Added darwin with working battery meter by David Hunt · 9 years ago