- 2ea26ed Move 'busy_time' and 'percent_busy' from 'Disk' to 'FreeBSDDisk', as this information isn't really available from 'diskstats' file of Linux procfs; add 'percent_util' to 'Disk' object, and the corresponding HTOP_DISK_PERCENT_UTIL_FIELD of 'DiskField' by WHR · 2 years, 5 months ago
- 4234e41 Fix column width of READ_BLOCK_RATE and WRITE_BLOCK_RATE for disk statistics mode by WHR · 2 years, 5 months ago
- 3098654 Implement 2 more actions in 'DiskPanel' by WHR · 2 years, 5 months ago
- 69c69b6 Set 'Disk' object 'busy_time' member correctly from Linux procfs 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
- 1c3b43e Fix process list sorting stalled due to 'sortTimeout' being decreased to a negative value 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
- 9286812 Correct variable names in AIX-specific code by WHR · 2 years, 5 months ago
- e02309d Make several pointers to 'Vector' object read-only; remove unnecessary explicit type casts for 'Object *' by WHR · 2 years, 5 months ago
- 9fc0969 Remove htop.h as it is not used anywhere by WHR · 2 years, 5 months ago
- 206ca8c Search platform-specific includes under build directory first by WHR · 2 years, 5 months ago
- 04d7bef Avoid using redefined pointer types if possible by WHR · 2 years, 5 months ago
- edf73b4 Make several pointers to 'ProcessList' read-only; remove an unnecessary type cast for 'Header *' 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
- 8e0d57c Avoid comparing with boolean constant by WHR · 2 years, 6 months ago
- 55c5567 Adjust includes order and add parentheses to 'swap' macro in Vector.c by WHR · 2 years, 6 months ago
- e6316e0 Make this pointer of 'Process' object 'writeField' member functions read-only by WHR · 2 years, 6 months ago
- 1f3cd27 Optimize 'Vector_insert' and 'Vector_take' to use memmove(3) by WHR · 2 years, 6 months ago
- 305501f Use consistent data type to manipulate memory values by WHR · 2 years, 6 months ago
- 201befe Fix possible 'usedMem' underflow in function 'read_zfs_arc_size' when running under a container environment by WHR · 2 years, 6 months ago
- 36802dc Fix possible 'cachedMem' underflow in function 'LinuxProcessList_scanMemoryInfo' when running under a container environment by WHR · 2 years, 6 months ago
- c56d4ff Update version number 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
- cfc75d7 Remove unnecessary explicit type casts, null pointer checks and 'const' qualifiers from linux/Battery.c by WHR · 2 years, 6 months ago
- 3dfc14a Remove HTOP_OOM_FIELD from 'Process_pidColumns' as it isn't a PID-like value in anyway by WHR · 2 years, 6 months ago
- 00e4798 Add HTOP_OPEN_FILE_COUNT_FIELD for Interix by WHR · 2 years, 6 months ago
- c56bcf7 Update ChangeLog for version 2.3.0 by WHR · 2 years, 6 months ago 2.3.0
- fa14dde Test C compiler option '-Wno-switch' usability before '-Wextra' by WHR · 2 years, 6 months ago
- cb7e870 Update README by WHR · 2 years, 6 months ago
- 3983aaf Rename some KMessage-related structs in Haiku-specific code by WHR · 2 years, 6 months ago
- 895cbed Rewrite function 'BatteryMeter_updateValues' by WHR · 2 years, 6 months ago
- 90ca064 Support getting memory usage information of processes on Haiku by WHR · 2 years, 6 months ago
- 0bc2865 Add non-empty 'Process_pidColumns' for unsupported platform code as an example by WHR · 2 years, 6 months ago
- 1e89506 Fix incorrect processor time of processes on Interix by WHR · 2 years, 6 months ago
- 71591d9 Fix 'set CPU affinity' didn't show in help screen with kFreeBSD cpuset; fix using undefined macros in 'if' directives of C preprocessor by WHR · 2 years, 6 months ago
- 2e9321e Update README by WHR · 2 years, 6 months ago
- 4a7cb82 Remove unnecessary declaration of 'Process_pidFormat' from */Platform.c by WHR · 2 years, 6 months ago
- e999908 Fix missing 'delete' member function for 'UnsupportedProcess' object by WHR · 2 years, 6 months ago
- 26d23b4 Support getting cached memory and swap information on Haiku R1/beta1; display consistent nice value of processes with libroot of Haiku R1/beta2 by WHR · 2 years, 6 months ago
- 00cca4e Support Haiku R1/beta1 and later releases by WHR · 2 years, 6 months ago
- b43f93d Fix formatting types mismatch for pid_t by WHR · 2 years, 6 months ago
- 94f7dbf Implement function 'get_extended_team_info' for Haiku by WHR · 2 years, 6 months ago
- 4ea04b7 Port to Haiku by WHR · 2 years, 6 months ago
- c2f0cb7 Remove libmalloc(3LIB) dependency for Solaris: users who prefer this library can always add it via the 'LIBS' environment variable by WHR · 2 years, 6 months ago
- d2f49e4 Don't include sys/proc.h directly in DragonFly-specific code by WHR · 2 years, 6 months ago
- 9378264 Highlight PID of the current htop process by WHR · 2 years, 6 months ago
- 924faa8 Don't compare for equality of floating-point values by WHR · 2 years, 6 months ago
- bbf0635 Support reading battery information on Solaris with ACPI driver by WHR · 2 years, 6 months ago
- cb161fe Allow linking to generic libcurses by WHR · 2 years, 6 months ago
- b78bdf7 Skip getting jail name and/or emulation type of processes on kFreeBSD-based platforms if user didn't choose to display them by WHR · 2 years, 6 months ago
- 269a44f Fix comparing 2 unsigned values never produce negative result by WHR · 2 years, 6 months ago
- 78e34f1 Reset search state on start of a new search in InfoScreen by WHR · 2 years, 6 months ago
- 045c1e8 Support highlighting newly created processes by WHR · 2 years, 6 months ago
- d9931d6 Ignore searching next / previous action without last search buffer by WHR · 2 years, 6 months ago
- 6f97180 Support pressing n or N to search next or previous in InfoScreen by WHR · 2 years, 6 months ago
- abb3f2c Support CPU hot-plugging on Solaris by WHR · 2 years, 6 months ago
- fcb5d52 Fix missing include required by sys/cpuset.h on FreeBSD 10 or early version by WHR · 2 years, 6 months ago
- bf91db8 Fix building failure on FreeBSD 5 by WHR · 2 years, 6 months ago
- b2b93ae Add CPU affinity support via cpuset_getaffinity(2) and cpuset_setaffinity(2) by WHR · 2 years, 6 months ago
- e516de6 Add system requirements to README by WHR · 2 years, 6 months ago
- 58752a9 Fix DragonFly-specific code insanely used 'kp_swtime' to calculate processor time of processes by WHR · 2 years, 6 months ago
- 61b8637 Support Mac OS X 10.4 by WHR · 2 years, 6 months ago
- 3623528 Remove unused or duplicated includes by WHR · 2 years, 6 months ago
- 45e50a3 Needn't to fill 'totalSwap' member of 'ProcessList' object in 'ProcessList_new' by WHR · 2 years, 6 months ago
- cda8ada Don't allocate and free buffer for every 'ProcessList_goThroughEntries' call on Darwin; Ignore error ENOMEM from sysctl(3) when getting process list on Darwin by WHR · 2 years, 6 months ago
- 04cc76a Fix outdated HTOP_STATE_FIELD descriptions by WHR · 2 years, 6 months ago
- 9f7979e Update README 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
- e541451 Remove unused members from 'DarwinProcessList' 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
- 674f05a Update default bug-reporting URL by WHR · 2 years, 6 months ago
- eb1107f Fix couldn't get swap information on GNU/Hurd by WHR · 2 years, 6 months ago
- 6ca57b2 Make slightly more efficient use of screen space when drawing meters by WHR · 2 years, 6 months ago
- c1ec7bc Allow the program be configured without any meter by WHR · 2 years, 6 months ago
- 42ae315 Use per terminal-type configuration file by WHR · 2 years, 6 months ago
- 1e5ef47 Get information of all available batteries rather than the first battery on Darwin by WHR · 2 years, 6 months ago
- 5622cd7 Remove 'const' qualifier from members of remaining classes to make them consistent by WHR · 2 years, 6 months ago
- 038fb06 Fix possible null pointer dereferencings in function 'Battery_getData' of Darwin-specific code; add copyright and license header to darwin/Battery.c by WHR · 2 years, 6 months ago
- 4fa18e4 Make 'sendSignal' a member function of 'Process' object to allow it be overridden by platform-specific code by WHR · 2 years, 6 months ago
- 34b8261 Fix process virtual size being incorrectly reported on AIX 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
- 26d72fb Fix some platform-specific codes still handling 'tty_nr' member of 'Process' object as an 'unsigned int' variable, fixing incorrect value of tty column on Darwin 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
- 090b0c7 Don't try to show tty device number if it is invalid by WHR · 2 years, 6 months ago
- b8eb088 Add 'EMULATION' column for kFreeBSD process listing; rename constants in 'FreeBSDProcessField' to avoid identifier pollution by WHR · 2 years, 6 months ago
- c99bd96 Workaround a stupid bug in AIX C library 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
- e8b5c90 Fix a logical error in function 'LinuxProcessList_readStatFile' for reading from a Linux procfs by WHR · 2 years, 6 months ago
- 3df7d60 Default 'processor' member of 'Process' object to an invalid value by WHR · 2 years, 6 months ago
- 5b9f733 Calculate current rather than historical average 'percent_cpu' on AIX by WHR · 2 years, 6 months ago
- e17db93 Check for name collision when loading user-defined color schemes by WHR · 2 years, 6 months ago
- 34a94d3 Update README by WHR · 2 years, 6 months ago
- 14b2f5b Fix calculating 'percent_cpu' relative to all processors rather than a single processor on AIX and Solaris by WHR · 2 years, 6 months ago
- e29e3ac Fix process time scale error on AIX 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
- 67aea67 Support GNU/Hurd by WHR · 2 years, 6 months ago
- b70c468 Support Solaris 9 by WHR · 2 years, 6 months ago
- 34f8de4 Fallback to ASCII if mbstowcs(3) failed in function 'RichString_writeFrom' by WHR · 2 years, 6 months ago
- 79831df Use 'unsigned long long int' constant by WHR · 2 years, 6 months ago