- 2c23945 Style adjustments for function 'Platform_getLoadAverage' of OpenBSD-specific code by WHR · 4 months ago
- 46793bf Add UsersMeter by WHR · 1 year, 1 month ago
- 993f691 Skip thread-related settings if platform didn't present threads as processes 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
- 5c483e5 Don't round up time values by WHR · 2 years, 5 months ago
- 4d0aa17 Fix processor time of processes losing precision on OpenBSD by WHR · 2 years, 5 months ago
- 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 5 months ago
- 4a141f1 Fix Darwin-specific code calling 'CRT_fatalError' with unnecessary new line; add an argument to 'CRT_fatalError' to accept errno from caller instead of external 'errno' 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
- 305501f Use consistent data type to manipulate memory values 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
- 9378264 Highlight PID of the current htop process by WHR · 2 years, 6 months ago
- 3623528 Remove unused or duplicated includes 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
- c75954f Support showing terminal device name of processes on BSD platforms 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
- 0e04a2e Support getting processor ID of processes on kFreeBSD-based platforms and OpenBSD by WHR · 2 years, 6 months ago
- 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, 6 months ago
- e987812 Remove unnecessary explicit type casts 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
- 19e5ec1 Rename 'basenameOffset' member of 'Process' object to 'argv0_length' by WHR · 2 years, 6 months ago
- d48c008 Use 'unsigned int' type for 'maxslp' by WHR · 2 years, 6 months ago
- 6c2eed8 Update process states brief of help screen by WHR · 2 years, 6 months ago
- f9da27b Use process state I based on kernel MAXSLP value on BSD platforms by WHR · 2 years, 6 months ago
- ba8744c Fix OpenBSD processes with 'p_stat == SDEAD' incorrectly mapped to state D; rename process state P to O in OpenBSD-specific code; highlight process state O as same as state R by WHR · 2 years, 6 months ago
- 6e5b5f4 Always reformat process start time on display by WHR · 2 years, 6 months ago
- c74e5c0 Fix incorrect buffer size for strftime(3); expand a compact 'switch' block in darwin/DarwinProcess.c by WHR · 2 years, 6 months ago
- b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 6 months ago
- 75303f8 Rename enumeration types to remove plural names by WHR · 2 years, 6 months ago
- a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 6 months ago
- 9d78d87 Remove a few unnecessary #includes by Antoine Motet · 6 years ago
- 6a767c0 Fix CPU usage on OpenBSD by Antoine Motet · 6 years 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
- 32f9133 Fix getting full command line arguments and environment didn't work for high-level processes on OpenBSD 6.1+ 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
- c8cb119 Fix 'break' without a dedicated line in switch block caused incorrect 'break' statements by WHR · 2 years, 6 months ago
- a511616 Use 6-character space for showing UID values 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
- e8ee7eb Unify 'Platform_getUptime' implementation for BSD platforms by WHR · 2 years, 7 months ago
- b79587b Get page size once in 'CRT_init' by WHR · 2 years, 7 months ago
- d724055 Fix a missing kvm_close(3) in OpenBSD-specific code by WHR · 2 years, 7 months ago
- bbb39b5 Support reading environment from a thread process on OpenBSD by WHR · 2 years, 7 months ago
- 0a6db60 Try to enable backtrace(3) support for all platforms by WHR · 2 years, 7 months ago
- 6943655 Remove unused Platform_setTasksValues function definitions by WHR · 2 years, 7 months ago
- 117c294 Always update swap values on OpenBSD to avoid bogus values when no swap is configured by WHR · 2 years, 7 months ago
- 4749116 Properly update modifiable information for existing processes on OpenBSD by WHR · 2 years, 7 months ago
- b60e644 Fix tree view broken on OpenBSD 6.1+ with 'hide_high_level_processes' enabled by WHR · 2 years, 7 months ago
- 4bd878d Fix sysctl(3) type mismatches; fix CPUData-related memory corruption on OpenBSD by WHR · 2 years, 7 months ago
- 8412d5c Support OpenBSD 5.0 by WHR · 2 years, 7 months ago
- 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 7 months ago
- 8df8d75 Allow hiding high-level processes on OpenBSD if high-level processes would having a different ID from its main thread ID 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
- 6cb0d43 Fix kernel processes never showing on OpenBSD 5.2~6.0 by WHR · 2 years, 7 months ago
- 453d2fd Support OpenBSD 5.1 by WHR · 2 years, 7 months ago
- 35d0bdf Remove unused includes; fix include order in openbsd/OpenBSDProcessList.c by WHR · 2 years, 7 months ago
- c39c350 Workaround compiler warning "'struct proc' declared inside parameter list" on OpenBSD by WHR · 2 years, 7 months ago
- b3f82ec Remove unused or duplicated includes from openbsd/Platform.c by WHR · 2 years, 7 months ago
- b1c4174 Fix implicit declaration of strcmp(3) by WHR · 2 years, 7 months ago
- b064da1 Define macro '_KERNEL' to get more macros defined from 'sys/proc.h' on OpenBSD if possible by WHR · 2 years, 7 months ago
- 02a9bf2 Support showing thread processes on OpenBSD by WHR · 2 years, 7 months ago
- ea40f6c Rename 2 settings variables by WHR · 2 years, 7 months ago
- 3ef86ff Count kernel processes and threads separately by WHR · 2 years, 7 months ago
- e983ba2 s/Process_isKernelThread/Process_isKernelProcess/ by WHR · 2 years, 7 months ago
- c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 7 months ago
- 7641825 Rewrite Platform_getProcessEnv to return a vector instead; implement Platform_getProcessEnv for FreeBSD by WHR · 2 years, 7 months ago
- e809cf6 Fix a null pointer dereference on OpenBSD by WHR · 2 years, 7 months ago
- ac01eec Listing threads is not supported in BSD; don't consider kernel process which itself containing threads a thread by WHR · 2 years, 7 months ago
- 93cd921 Make some private use functions 'static' by WHR · 2 years, 7 months ago
- f68572e Add NAME column by WHR · 2 years, 7 months ago
- ca1cce4 OpenBSD: make the STARTTIME column display correctly (#815) by multiplexd · 6 years ago
- c1fb585 OpenBSD: add environment reading support (#819) by multiplexd · 6 years ago
- 1cf8f42 OpenBSD: read Battery data by nerd972 · 7 years ago
- 8af4d9f Interpret TTY_NR column on Linux, by Hisham · 8 years ago
- 1f3d85b Mark signal tables 'const' by Explorer09 · 8 years ago
- 1809f4b Remove needless allocation error conditions by Michael McConville · 9 years ago
- 4ad7aa6 Merge branch 'openbsd-mem-used' of https://github.com/juanfra684/htop into juanfra684-openbsd-mem-used by Hisham Muhammad · 9 years ago
- 4b780a3 A few more OpenBSD fixes by Michael McConville · 9 years ago
- b08cb73 Misc. OpenBSD tuneup and improvement by Michael McConville · 9 years ago
- 1b5025e Add support for cachedMem and fix usedMem on OpenBSD. by Juan Francisco Cantero Hurtado · 9 years ago
- ffcf48f Merge branch 'xalloc' by Hisham · 9 years ago
- b54d2dd Check for failure in allocations. by Hisham · 9 years ago
- 301c346 Update generated headers. by Hisham · 9 years ago
- 6dae810 Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses. by Explorer09 · 9 years ago
- b10e54c Merge remote-tracking branch 'upstream/master' into envscreen by Michael Klein · 9 years ago
- e595f68 Rename variable for consistency by Michael McConville · 9 years ago
- 198592a Plug mem leak, improve CPU enumeration logic by Michael McConville · 9 years ago
- 86954f9 Merge pull request #331 from mmcco/fixes by Hisham Muhammad · 9 years ago
- 918cfd5 Fall back to sysctl's command name, and a bugfix by Michael McConville · 9 years ago
- 3da36bb Use dynamically allocated memory for process names by Michael McConville · 9 years ago
- c1b3289 Check for allocation failure by Michael McConville · 9 years ago
- ae5c01f Use err() rather then errx() for sysctl() by Michael McConville · 9 years ago
- 7170382 Fix spelling of "maintainer" by Michael McConville · 9 years ago
- 22cfda6 OpenBSD fixes and updates by Michael McConville · 9 years ago
- cc23d13 Add Platform_getProcessEnv by Michael Klein · 9 years ago
- fd5dd66 Merge pull request #299 from mmcco/master by Hisham Muhammad · 9 years ago