1. 4e40088 Support AIX 6.1 by WHR · 2 years, 1 month ago
  2. 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 4 months ago
  3. 9286812 Correct variable names in AIX-specific code by WHR · 2 years, 4 months ago
  4. e6316e0 Make this pointer of 'Process' object 'writeField' member functions read-only by WHR · 2 years, 5 months ago
  5. 305501f Use consistent data type to manipulate memory values by WHR · 2 years, 5 months ago
  6. 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
  7. 4a7cb82 Remove unnecessary declaration of 'Process_pidFormat' from */Platform.c by WHR · 2 years, 5 months ago
  8. 269a44f Fix comparing 2 unsigned values never produce negative result by WHR · 2 years, 5 months ago
  9. 3623528 Remove unused or duplicated includes by WHR · 2 years, 5 months ago
  10. 45e50a3 Needn't to fill 'totalSwap' member of 'ProcessList' object in 'ProcessList_new' by WHR · 2 years, 5 months ago
  11. 04cc76a Fix outdated HTOP_STATE_FIELD descriptions by WHR · 2 years, 5 months ago
  12. b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 5 months ago
  13. 73563d6 Don't add the swap meter by default if no swap is configured by WHR · 2 years, 5 months ago
  14. 4fa18e4 Make 'sendSignal' a member function of 'Process' object to allow it be overridden by platform-specific code by WHR · 2 years, 5 months ago
  15. 34b8261 Fix process virtual size being incorrectly reported on AIX by WHR · 2 years, 5 months ago
  16. 69b3046 Rename all constants in 'ProcessField' its extensions to avoid identifier pollution by WHR · 2 years, 5 months ago
  17. c99bd96 Workaround a stupid bug in AIX C library by WHR · 2 years, 5 months ago
  18. 5b9f733 Calculate current rather than historical average 'percent_cpu' on AIX by WHR · 2 years, 5 months ago
  19. 14b2f5b Fix calculating 'percent_cpu' relative to all processors rather than a single processor on AIX and Solaris by WHR · 2 years, 5 months ago
  20. e29e3ac Fix process time scale error on AIX by WHR · 2 years, 5 months ago
  21. 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
  22. e987812 Remove unnecessary explicit type casts by WHR · 2 years, 5 months ago
  23. b3fb54b Optimize some platform-specific codes for reading process command line; implement getting 'argv0_length' on AIX by WHR · 2 years, 5 months ago
  24. 99dd066 Remove unused 'sharedMem' member from 'ProcessList' object by WHR · 2 years, 5 months ago
  25. 6e5b5f4 Always reformat process start time on display by WHR · 2 years, 5 months ago
  26. c74e5c0 Fix incorrect buffer size for strftime(3); expand a compact 'switch' block in darwin/DarwinProcess.c by WHR · 2 years, 5 months ago
  27. b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 5 months ago
  28. 75303f8 Rename enumeration types to remove plural names by WHR · 2 years, 5 months ago
  29. a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 5 months ago
  30. 923e459 Remove unnecessary type casts by WHR · 2 years, 5 months ago
  31. b347b25 Be consistent with name and head comment of source files by WHR · 2 years, 5 months ago
  32. 42dac52 Fix incorrect buffer size for snprintf(3) by WHR · 2 years, 5 months ago
  33. 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 5 months ago
  34. 0240398 Update modifiable information for existing processes by WHR · 2 years, 5 months ago
  35. 5f1d05c Fix memory leak on AIX when update_process_names is enabled by WHR · 2 years, 5 months ago
  36. c8cb119 Fix 'break' without a dedicated line in switch block caused incorrect 'break' statements by WHR · 2 years, 5 months ago
  37. a511616 Use 6-character space for showing UID values by WHR · 2 years, 5 months ago
  38. 7b6872e Use signal name macros instead of hard coded numbers for 'Platform_signals' by WHR · 2 years, 6 months ago
  39. e8ee7eb Unify 'Platform_getUptime' implementation for BSD platforms by WHR · 2 years, 6 months ago
  40. b79587b Get page size once in 'CRT_init' by WHR · 2 years, 6 months ago
  41. f097758 Show process 0 on AIX, since the tree view implementation can now properly handle hidden root node by WHR · 2 years, 6 months ago
  42. 6f0b3a0 Always update PPID on all supported platforms by WHR · 2 years, 6 months ago
  43. 0a6db60 Try to enable backtrace(3) support for all platforms by WHR · 2 years, 6 months ago
  44. 30c1311 Make utmpx-based uptime implementation available as a fallback for all platforms that supporting utmpx(5) by WHR · 2 years, 6 months ago
  45. 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 6 months ago
  46. 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
  47. a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 6 months ago
  48. da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 6 months ago
  49. ea40f6c Rename 2 settings variables by WHR · 2 years, 6 months ago
  50. 3ef86ff Count kernel processes and threads separately by WHR · 2 years, 6 months ago
  51. e983ba2 s/Process_isKernelThread/Process_isKernelProcess/ by WHR · 2 years, 6 months ago
  52. c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 6 months ago
  53. a4a191e Fix nice values didn't minus NZERO on AIX by WHR · 2 years, 6 months ago
  54. 7641825 Rewrite Platform_getProcessEnv to return a vector instead; implement Platform_getProcessEnv for FreeBSD by WHR · 2 years, 6 months ago
  55. d2697d8 Allow building with xlc(1) by WHR · 2 years, 6 months ago
  56. e4cf98d Fill command line with pi_comm if actual commnad line is not available on AIX by WHR · 2 years, 6 months ago
  57. b42b125 Fix defining variables in aix/Platform.h by WHR · 2 years, 6 months ago
  58. 548788c Add 'NAME' column for AIX process listing by WHR · 2 years, 6 months ago
  59. 3ea913d Style suggestion from kadler by Calvin Buckley · 4 years, 8 months ago
  60. 7a27d3d Remember to declare uptime func for platform by Calvin Buckley · 4 years, 8 months ago
  61. e3a7cb7 Make htop work on IBM i with the AIX backend by Calvin Buckley · 6 years ago
  62. 71b95da fix typo after change (though the metric still doesn't seem right?) by Calvin Buckley · 6 years ago
  63. 3197871 Environment variable reading support for AIX by Calvin Buckley · 6 years ago
  64. c99a188 fix process states on AIX by Calvin Buckley · 6 years ago
  65. 8e4d98e headers too by Calvin Buckley · 6 years ago
  66. cf6e3e9 update copyright stamps for aix by Calvin Buckley · 6 years ago
  67. de235fe Fix compiler warninings by Calvin Buckley · 6 years ago
  68. 7a33118 maybe better memory meters by Calvin Buckley · 6 years ago
  69. c5f7558 CPU percentage by Calvin Buckley · 6 years ago
  70. 61a5062 support CPU average by Calvin Buckley · 6 years ago
  71. 502ba12 very naive implementation, bit erratic but ok POC by Calvin Buckley · 6 years ago
  72. 6e19857 start storing CPU data (just need to figure out how to calc it) by Calvin Buckley · 6 years ago
  73. b82e7d2 Using libperfstat for memory under AIX but not i by Calvin Buckley · 6 years ago
  74. 6794b7a more comments, add a buffer zone for alloc by Calvin Buckley · 6 years ago
  75. 9c467cd store stime and user in AixProcess, we might need them later by Calvin Buckley · 6 years ago
  76. 8713e68 memory percentage looks reasonable by Calvin Buckley · 6 years ago
  77. 8f0482d memory gathering by Calvin Buckley · 6 years ago
  78. ef72b50 process time for aix by Calvin Buckley · 6 years ago
  79. eb1a3ae fix proc start time on AIX by Calvin Buckley · 6 years ago
  80. 9227ef5 more memory values, turn on CPU meters by Calvin Buckley · 6 years ago
  81. a86924e Add signals to AIX by Calvin Buckley · 6 years ago
  82. 6b46757 AIX load avg by Calvin Buckley · 6 years ago
  83. 0cc35e9 args list, uptime by Calvin Buckley · 6 years ago
  84. db98ed3 fix listing of procs by Calvin Buckley · 6 years ago
  85. cbc3eb4 fallback for argv by Calvin Buckley · 6 years ago
  86. 44d210d fix PIDs by Calvin Buckley · 6 years ago
  87. 363cca0 Progressing further by Calvin Buckley · 6 years ago
  88. b0c7f57 fix argv on aix by Calvin Buckley · 6 years ago
  89. 3586134 Initial AIX support by Calvin Buckley · 6 years ago