1. 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 4 months ago
  2. a5b044b Don't calculate 'percent_cpu' for removed processes on Interix by WHR · 2 years, 4 months ago
  3. e6316e0 Make this pointer of 'Process' object 'writeField' member functions read-only by WHR · 2 years, 5 months ago
  4. 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
  5. 00e4798 Add HTOP_OPEN_FILE_COUNT_FIELD for Interix by WHR · 2 years, 5 months ago
  6. 1e89506 Fix incorrect processor time of processes on Interix 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. 04cc76a Fix outdated HTOP_STATE_FIELD descriptions by WHR · 2 years, 5 months ago
  9. b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 5 months ago
  10. 73563d6 Don't add the swap meter by default if no swap is configured by WHR · 2 years, 5 months ago
  11. 69b3046 Rename all constants in 'ProcessField' its extensions to avoid identifier pollution 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. 2f29f45 Map Interix process state 'PR_Waiting' to (non-portable) state W instead, as Interix didn't really support state D; map Interix process state 'PR_Tty' to state S; by WHR · 2 years, 5 months ago
  14. b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 5 months ago
  15. a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 5 months ago
  16. 923e459 Remove unnecessary type casts by WHR · 2 years, 5 months ago
  17. b347b25 Be consistent with name and head comment of source files by WHR · 2 years, 5 months ago
  18. 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 5 months ago
  19. 0240398 Update modifiable information for existing processes by WHR · 2 years, 5 months ago
  20. bfc3f23 Improve consistency checking for reading process state from '/proc/<pid>/stat' on Interix by WHR · 2 years, 5 months ago
  21. a511616 Use 6-character space for showing UID values by WHR · 2 years, 5 months ago
  22. 51301eb Increase eliminated max PID value for Interix by WHR · 2 years, 5 months ago
  23. 7b6872e Use signal name macros instead of hard coded numbers for 'Platform_signals' by WHR · 2 years, 6 months ago
  24. fe0e97a Implement Interix-specific 'compare' function for InterixProcess by WHR · 2 years, 6 months ago
  25. 30c1311 Make utmpx-based uptime implementation available as a fallback for all platforms that supporting utmpx(5) by WHR · 2 years, 6 months ago
  26. 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 6 months ago
  27. 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
  28. a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 6 months ago
  29. da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 6 months ago
  30. ea40f6c Rename 2 settings variables by WHR · 2 years, 6 months ago
  31. 4439429 Fix missing include for memmove(3) and memset(3) by WHR · 2 years, 6 months ago
  32. dea679e Port to Interix by WHR · 2 years, 6 months ago