- 46793bf Add UsersMeter by WHR · 1 year, 1 month ago
- 97b7393 Abstract 'settings->updateProcessNames' away from platform-specific code; implement updating process names for Darwin and Solaris by WHR · 1 year, 2 months ago
- 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 5 months ago
- a5b044b Don't calculate 'percent_cpu' for removed processes on Interix by WHR · 2 years, 5 months ago
- e6316e0 Make this pointer of 'Process' object 'writeField' member functions read-only by WHR · 2 years, 6 months ago
- 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, 6 months ago
- 00e4798 Add HTOP_OPEN_FILE_COUNT_FIELD for Interix by WHR · 2 years, 6 months ago
- 1e89506 Fix incorrect processor time of processes on Interix by WHR · 2 years, 6 months ago
- 4a7cb82 Remove unnecessary declaration of 'Process_pidFormat' from */Platform.c by WHR · 2 years, 6 months ago
- 04cc76a Fix outdated HTOP_STATE_FIELD descriptions by WHR · 2 years, 6 months ago
- b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 6 months ago
- 73563d6 Don't add the swap meter by default if no swap is configured by WHR · 2 years, 6 months ago
- 69b3046 Rename all constants in 'ProcessField' its extensions to avoid identifier pollution by WHR · 2 years, 6 months ago
- b3fb54b Optimize some platform-specific codes for reading process command line; implement getting 'argv0_length' on AIX by WHR · 2 years, 6 months ago
- 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, 6 months ago
- b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 6 months ago
- a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 6 months ago
- 923e459 Remove unnecessary type casts by WHR · 2 years, 6 months ago
- b347b25 Be consistent with name and head comment of source files by WHR · 2 years, 6 months ago
- 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 6 months ago
- 0240398 Update modifiable information for existing processes by WHR · 2 years, 6 months ago
- bfc3f23 Improve consistency checking for reading process state from '/proc/<pid>/stat' on Interix by WHR · 2 years, 6 months ago
- a511616 Use 6-character space for showing UID values by WHR · 2 years, 6 months ago
- 51301eb Increase eliminated max PID value for Interix by WHR · 2 years, 6 months ago
- 7b6872e Use signal name macros instead of hard coded numbers for 'Platform_signals' by WHR · 2 years, 7 months ago
- fe0e97a Implement Interix-specific 'compare' function for InterixProcess by WHR · 2 years, 7 months ago
- 30c1311 Make utmpx-based uptime implementation available as a fallback for all platforms that supporting utmpx(5) by WHR · 2 years, 7 months ago
- 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 7 months ago
- 30c895a Remove 'traced' process state; fix the 'swapper' process isn't considered as a kernel process on DragonFly BSD by WHR · 2 years, 7 months ago
- a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 7 months ago
- da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 7 months ago
- ea40f6c Rename 2 settings variables by WHR · 2 years, 7 months ago
- 4439429 Fix missing include for memmove(3) and memset(3) by WHR · 2 years, 7 months ago
- dea679e Port to Interix by WHR · 2 years, 7 months ago