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