- 05e03fb Add 'Platform_init' function which is called from 'main'; refactor initialization code of sysctl oid and VSI node information into 'Platform_init' by WHR · 20 hours ago rivoreo-fork
- 56b54cb Use VSI node 'sched.globalStats.numPcpus' instead to get number of processors on VMkernel by WHR · 2 days ago
- 2b77b8c Fix wrong value in CPUMeter for nice use percent by WHR · 2 days ago
- fe1a56f Map VMkernel worldlet time to 'softirq' time instead by WHR · 3 days ago
- 5cffc7d Include worldlet time as kernel time of processor in VMkernel by WHR · 3 days ago
- 6078c65 Implement CPUMeter for VMkernel by WHR · 4 days ago
- 8b2f03a Implement kernel stack trace display for VMkernel by WHR · 6 days ago
- cb198ea Fix some formatting type mismatches by WHR · 7 days ago
- ce73062 Support showing processor utilization of processes on VMkernel by WHR · 7 days ago
- c3c88cc Support showing start time and used processor time of processes on VMkernel by WHR · 8 days ago
- 0e69ac3 Set processor index to -1 in case the VMkernel VSI_Get system call failed for sched.Vcpus.stats.summaryStats by WHR · 9 days ago
- 7b89e91 Support showing processor index where a process is/was running, for VMkernel process listing by WHR · 10 days ago
- 77712bc Map process states T and t from VMkernel 6.5 by WHR · 10 days ago
- 7c891a1 Use INT_MIN and INT_MAX for as special values for 'nice' variable of 'Process' class by WHR · 10 days ago
- 19462dc Support showing process nice value on VMkernel by WHR · 11 days ago
- c9a59d2 Properly map the VMkernel world wait state to htop process state by WHR · 12 days ago
- 4bd8231 Support showing process state on VMkernel by WHR · 13 days ago
- 05f0087 Change data type of 3 member variables of 'Process' class by WHR · 14 days ago
- c08c348 Add 2 VMkernel-specific process column flags by WHR · 14 days ago
- baff8f4 Add 'VCPU_COUNT' column for VMkernel process listing by WHR · 14 days ago
- d0d205c Get memory usage data from 'memory.comprehensive' VSI node for VMkernel by WHR · 2 weeks ago
- f8509f1 Correct VMkernel GetUptimeUS system call number by WHR · 2 weeks ago
- c9608f8 No need to reference Linux system call numbers in VMkernel-specific code by WHR · 2 weeks ago
- 7526506 Remove a leftover debugging variable by WHR · 2 weeks ago
- e22887f Support VMkernel i386 system calls by WHR · 2 weeks ago
- ed82aed Partially port to VMkernel 5.5~6.7 with amd64 ABI by WHR · 2 weeks ago
- 57951e1 Describe TGID as 'Team ID' for Haiku by WHR · 3 weeks ago
- 5c5cff9 Avoid some potential out-of-bound reads in Darwin-specific code by WHR · 2 months ago
- 1375dca Add sanity checking for the process name length in function 'LinuxProcessList_readStatFile' by WHR · 2 months ago
- f78b96c Use P_KPROC flag to determine kernel processes on kFreeBSD 11.0 or later by WHR · 3 months ago
- b0b9a67 Keep following the process after redrawing by WHR · 3 months ago
- 869187a Use LDADD instead of AM_LDFLAGS to pass additional libraries to link with by WHR · 3 months ago
- 042645a Add overridable 'getItemCount' and 'setItemCount' member functions to 'Meter' by WHR · 3 months ago
- 1a77e31 Show empty command line arguments in ArgScreen, on most platforms by WHR · 3 months ago
- 857940e Fix missing new line for 'update_process_names_on_ctrl_l=' when writing configuration file by WHR · 5 months ago
- 9a86f34 Correct memory usage classification for Darwin by WHR · 9 months ago
- 010551b Make whether to sort environment variables in process environment screen configurable by WHR · 9 months ago
- 9167347 Keep following the process after changing priority for a single selected process by WHR · 11 months ago
- 87c78ed Update README for recent improvements by WHR · 1 year, 1 month ago
- 036a2b3 Set default nice value to LONG_MAX, so any process with unknown nice value will have '?' printed for the 'NICE' column by WHR · 1 year, 3 months ago
- 7f749b3 Disable gcc(1) warning 'missing-field-initializers' by WHR · 1 year, 3 months ago
- e0d4a64 Use prototype for function pointer type 'Htop_Action' by WHR · 1 year, 3 months ago
- 77c6e74 add compile_commands.json generation support by JohnnySun · 1 year, 3 months ago
- ee73b5d Rename functions 'Process_humanNumber' and 'Process_outputRate' to precisely describe that they should be used only for byte values by WHR · 1 year, 3 months ago
- c8bdd65 Add 'READ_BLOCKS', 'WRITE_BLOCKS', 'READ_BLOCK_RATE', 'WRITE_BLOCK_RATE' and 'IO_RATE' columns for kFreeBSD process listing by WHR · 1 year, 3 months ago
- 10aa8e8 Correct some sysctl(3) output buffer reallocation logics by WHR · 1 year, 3 months ago
- fc33093 Support sorting with 'CMINFLT' or 'CMAJFLT' column for Linux procfs process listing by WHR · 1 year, 3 months ago
- de59ab6 Implement 'MINFLT' and 'MAJFLT' columns, and add 'CMINFLT' and 'CMAJFLT' columns for kFreeBSD process listing by WHR · 1 year, 3 months ago
- 43b1c9e Pass true buffer size to sysctl(3) by WHR · 1 year, 3 months ago
- 4b0a38c Omit 'JID' and 'JAIL' columns if kFreeBSD 'struct kinfo_proc' doesn't have 'ki_jid' member by WHR · 1 year, 3 months ago
- 925a7ce Print appropriate nice values of processes on GNU/Hurd by WHR · 1 year, 3 months ago
- 02d5cdc Add 'FIB' column for kFreeBSD process listing by WHR · 1 year, 3 months ago
- 6f821da Fix missing inclusion of 'limits.h' for 'LONG_MAX' and LONG_MIN' by WHR · 1 year, 3 months ago
- dbfa52b Remove process TGID column for platforms that don't present threads as processes by WHR · 1 year, 3 months ago
- 585ac31 Print '-' as nice value for processes with 'PRI_ITHD' priority class on kFreeBSD-based platforms by WHR · 1 year, 3 months ago
- b1fe4c3 Use option '-f' for mv(1) in autogen.sh by WHR · 1 year, 3 months ago
- a1ae1aa Support getting swap space utilization on kFreeBSD-based platforms without kvm(3) by WHR · 1 year, 3 months ago
- 92470ac Rename variable 'CRT_page_size_kib' to 'CRT_page_size_kibibyte' by WHR · 1 year, 3 months ago
- 0f492e4 Reformat code in function 'Platform_updateMemoryValues' by WHR · 1 year, 4 months ago
- 96797d2 Print diagnostic messages on SIGABRT by WHR · 1 year, 4 months ago
- 5d6c497 Don't call function 'xFail' for failed buffer size checking in 'xSnprintf' by WHR · 1 year, 4 months ago
- 81c9103 Remove platform-specific member 'buffersMem' from class 'ProcessList' by WHR · 1 year, 4 months ago
- 614e2b5 Cleanup unused codes by WHR · 1 year, 4 months ago
- 6ebb10c Apply a similar fix as the previous commit for DragonFly BSD by WHR · 1 year, 4 months ago
- c0a729d Fix multiple issues related to memory usage classification for kFreeBSD-based platforms by WHR · 1 year, 4 months ago
- 8d35303 Fix typos by WHR · 1 year, 4 months ago
- de6bd54 Don't allow other column to be moved to end above the immutable 'Command' column in ColumnsPanel by WHR · 1 year, 5 months ago
- 5a64b3f Unfollow process entry that's being removed by WHR · 1 year, 5 months ago
- c421e3b Make meter attributes arrays static by WHR · 1 year, 6 months ago
- a2d64b1 Correct bar color for guest CPU time in CPUMeter by WHR · 1 year, 6 months ago
- 0ec5594 Fix member function 'onMouseSelect' missing from 'Panel' base instances by WHR · 1 year, 8 months ago
- 2c23945 Style adjustments for function 'Platform_getLoadAverage' of OpenBSD-specific code by WHR · 1 year, 8 months ago
- 50d757b Add 'short_caption' to class 'Meter' for Bar mode and Graph mode meter displaying by WHR · 1 year, 8 months ago
- 0323434 Fix typo in comment by WHR · 1 year, 9 months ago
- 1b4ec2e Handle potential errors from gethostname(3) by WHR · 1 year, 9 months ago
- 1f76116 Remove unused function 'Header_readMeterName' by WHR · 1 year, 9 months ago
- 9dfb852 Fix Linux version checking code incorrectly compares the version against '2.27.' instead of '2.6.27' by WHR · 1 year, 11 months ago
- e07f0bf Set the previous item in ColumnsPanel as no longer moving when another item is being selected by mouse clicking by WHR · 1 year, 11 months ago
- b41a413 Fix possible null pointer dereferencing by WHR · 2 years, 1 month ago
- 6c5e533 Use term 'kernel process' in man page by WHR · 2 years, 1 month ago
- b0287c3 Make a local pointer read-only in Solaris-specific code by WHR · 2 years, 3 months ago
- 0a1323e Adjust comment in hurd/Platform.c by WHR · 2 years, 3 months ago
- 6bc94e2 Fix a syntax error in solaris/Platform.c by WHR · 2 years, 3 months ago
- e36bc72 Workaround for missing C99 isnan(3) implementation in some early Solaris releases by WHR · 2 years, 4 months ago
- 02d7ae2 Workaround for NetBSD providing nonsense values in /proc/meminfo by WHR · 2 years, 6 months ago
- 1b8b1b1 Fix memory leak in UsersMeter by WHR · 2 years, 6 months ago
- 58449a5 Add dedicated color elements for UsersMeter by WHR · 2 years, 6 months ago
- 7b30550 Reload GEOM tree every 60 second in disk statistics mode for kFreeBSD-based platforms by WHR · 2 years, 6 months ago
- c114b6e Document format of color scheme definition file by WHR · 2 years, 6 months ago
- ae876e4 Add member function 'getMaximum' to class 'Meter' for easier dynamic scaling by WHR · 2 years, 6 months ago
- 905404b Add make(1) target for 'dump-builtin-color-scheme' by WHR · 2 years, 6 months ago
- cfef2f0 Make scripts/MakeHeader.sh available under any version of the GNU GPL as for other files by WHR · 2 years, 6 months ago
- 46793bf Add UsersMeter by WHR · 2 years, 6 months ago
- e101b74 Change the preferred directory for storing custom color schemes by WHR · 2 years, 6 months ago
- e9c7dae Remove a redundant semicolon from dump-builtin-color-scheme.c by WHR · 2 years, 6 months ago
- f82d55d Correct bar display for meters with overlapped values by WHR · 2 years, 6 months ago
- 4ed12c5 Update version number by WHR · 2 years, 6 months ago
- da54c7f Don't show 'set I/O priority' in help screen for non-Linux-based platforms by WHR · 2 years, 6 months ago
- 993f691 Skip thread-related settings if platform didn't present threads as processes by WHR · 2 years, 6 months ago
- f6e751e Correct unsigned integers comparsion in function 'sortTtyDrivers' by WHR · 2 years, 6 months ago