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