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