1. 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, 5 months ago
  2. 269a44f Fix comparing 2 unsigned values never produce negative result by WHR · 2 years, 5 months ago
  3. 78e34f1 Reset search state on start of a new search in InfoScreen by WHR · 2 years, 5 months ago
  4. 045c1e8 Support highlighting newly created processes by WHR · 2 years, 5 months ago
  5. d9931d6 Ignore searching next / previous action without last search buffer by WHR · 2 years, 5 months ago
  6. 6f97180 Support pressing n or N to search next or previous in InfoScreen by WHR · 2 years, 5 months ago
  7. abb3f2c Support CPU hot-plugging on Solaris by WHR · 2 years, 5 months ago
  8. fcb5d52 Fix missing include required by sys/cpuset.h on FreeBSD 10 or early version by WHR · 2 years, 5 months ago
  9. bf91db8 Fix building failure on FreeBSD 5 by WHR · 2 years, 5 months ago
  10. b2b93ae Add CPU affinity support via cpuset_getaffinity(2) and cpuset_setaffinity(2) by WHR · 2 years, 5 months ago
  11. e516de6 Add system requirements to README by WHR · 2 years, 5 months ago
  12. 58752a9 Fix DragonFly-specific code insanely used 'kp_swtime' to calculate processor time of processes by WHR · 2 years, 5 months ago
  13. 61b8637 Support Mac OS X 10.4 by WHR · 2 years, 5 months ago
  14. 3623528 Remove unused or duplicated includes by WHR · 2 years, 5 months ago
  15. 45e50a3 Needn't to fill 'totalSwap' member of 'ProcessList' object in 'ProcessList_new' by WHR · 2 years, 5 months ago
  16. 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, 5 months ago
  17. 04cc76a Fix outdated HTOP_STATE_FIELD descriptions by WHR · 2 years, 5 months ago
  18. 9f7979e Update README by WHR · 2 years, 5 months ago
  19. b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 5 months ago
  20. e541451 Remove unused members from 'DarwinProcessList' by WHR · 2 years, 5 months ago
  21. 73563d6 Don't add the swap meter by default if no swap is configured by WHR · 2 years, 5 months ago
  22. 674f05a Update default bug-reporting URL by WHR · 2 years, 5 months ago
  23. eb1107f Fix couldn't get swap information on GNU/Hurd by WHR · 2 years, 5 months ago
  24. 6ca57b2 Make slightly more efficient use of screen space when drawing meters by WHR · 2 years, 5 months ago
  25. c1ec7bc Allow the program be configured without any meter by WHR · 2 years, 5 months ago
  26. 42ae315 Use per terminal-type configuration file by WHR · 2 years, 5 months ago
  27. 1e5ef47 Get information of all available batteries rather than the first battery on Darwin by WHR · 2 years, 5 months ago
  28. 5622cd7 Remove 'const' qualifier from members of remaining classes to make them consistent by WHR · 2 years, 5 months ago
  29. 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, 5 months ago
  30. 4fa18e4 Make 'sendSignal' a member function of 'Process' object to allow it be overridden by platform-specific code by WHR · 2 years, 5 months ago
  31. 34b8261 Fix process virtual size being incorrectly reported on AIX by WHR · 2 years, 5 months ago
  32. c75954f Support showing terminal device name of processes on BSD platforms by WHR · 2 years, 5 months ago
  33. 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, 5 months ago
  34. 69b3046 Rename all constants in 'ProcessField' its extensions to avoid identifier pollution by WHR · 2 years, 5 months ago
  35. 090b0c7 Don't try to show tty device number if it is invalid by WHR · 2 years, 5 months ago
  36. b8eb088 Add 'EMULATION' column for kFreeBSD process listing; rename constants in 'FreeBSDProcessField' to avoid identifier pollution by WHR · 2 years, 5 months ago
  37. c99bd96 Workaround a stupid bug in AIX C library by WHR · 2 years, 5 months ago
  38. 0e04a2e Support getting processor ID of processes on kFreeBSD-based platforms and OpenBSD by WHR · 2 years, 5 months ago
  39. e8b5c90 Fix a logical error in function 'LinuxProcessList_readStatFile' for reading from a Linux procfs by WHR · 2 years, 5 months ago
  40. 3df7d60 Default 'processor' member of 'Process' object to an invalid value by WHR · 2 years, 5 months ago
  41. 5b9f733 Calculate current rather than historical average 'percent_cpu' on AIX by WHR · 2 years, 5 months ago
  42. e17db93 Check for name collision when loading user-defined color schemes by WHR · 2 years, 5 months ago
  43. 34a94d3 Update README by WHR · 2 years, 5 months ago
  44. 14b2f5b Fix calculating 'percent_cpu' relative to all processors rather than a single processor on AIX and Solaris by WHR · 2 years, 5 months ago
  45. e29e3ac Fix process time scale error on AIX by WHR · 2 years, 5 months ago
  46. 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, 5 months ago
  47. e987812 Remove unnecessary explicit type casts by WHR · 2 years, 5 months ago
  48. 67aea67 Support GNU/Hurd by WHR · 2 years, 5 months ago
  49. b70c468 Support Solaris 9 by WHR · 2 years, 5 months ago
  50. 34f8de4 Fallback to ASCII if mbstowcs(3) failed in function 'RichString_writeFrom' by WHR · 2 years, 5 months ago
  51. 79831df Use 'unsigned long long int' constant by WHR · 2 years, 5 months ago
  52. ae6e9d0 Fix undefined HTOP_LONG_OPTION_EXPLICIT_DELAY when getopt_long(3) not available by WHR · 2 years, 5 months ago
  53. b3fb54b Optimize some platform-specific codes for reading process command line; implement getting 'argv0_length' on AIX by WHR · 2 years, 5 months ago
  54. 19e5ec1 Rename 'basenameOffset' member of 'Process' object to 'argv0_length' by WHR · 2 years, 5 months ago
  55. eae76e7 Consider multi-byte string display width when formatting process name by WHR · 2 years, 5 months ago
  56. d1cb55b Don't call 'CompareKernelVersion' every time from 'ProcessList_goThroughEntries', the kernel version can't change without rebooting by WHR · 2 years, 5 months ago
  57. 4d1206c Consider vm.stats.vm.v_laundry_count if present on kFreeBSD-based platforms by WHR · 2 years, 5 months ago
  58. 80d91b2 Fix horizontal scrolling offset can be negative on panels, causing memory corruption; redefine some emacs(1)-style key-bindings by WHR · 2 years, 5 months ago
  59. 9e6cf48 Update Panel selection color and draw FunctionBar when changing color scheme by WHR · 2 years, 5 months ago
  60. c3dc50d Check for sysctl(3) failure by WHR · 2 years, 5 months ago
  61. 99dd066 Remove unused 'sharedMem' member from 'ProcessList' object by WHR · 2 years, 5 months ago
  62. 9e634c0 Remove unnecessary explicit type casts by WHR · 2 years, 5 months ago
  63. 907da1d Apply case-sensitivity setting to user list panel by WHR · 2 years, 5 months ago
  64. d1ba1f3 Support changing 'explicit_delay' setting in setup screen by WHR · 2 years, 5 months ago
  65. 54d440d Fix null pointer dereferencing in 'ListItem_compare' by WHR · 2 years, 5 months ago
  66. 49f64c0 Support calling select(2) to wait stdin explicitly before getch(3X) to avoid long delay when real time clock is changed during getch(3X) by WHR · 2 years, 5 months ago
  67. 4b76278 Update README by WHR · 2 years, 5 months ago
  68. aa36ac5 Support sorting items case-insensitively by WHR · 2 years, 5 months ago
  69. d849cfb Handle too-large number in function 'Process_colorNumber' by WHR · 2 years, 5 months ago
  70. bdb65c0 Detect duplicated 'NAME' key when reading a color scheme file to prevent memory leak by WHR · 2 years, 5 months ago
  71. d48c008 Use 'unsigned int' type for 'maxslp' by WHR · 2 years, 5 months ago
  72. c4d382d Reformat process state descriptions in help screen by WHR · 2 years, 5 months ago
  73. c7f732c Update README for the fork by WHR · 2 years, 5 months ago
  74. de7de8f Fix missing include of ctype.h in some source files; cast 'char' value into 'unsigned char' for isspace(3) by WHR · 2 years, 5 months ago
  75. 1c07474 Fix mishandling mouse clicking Y position in InfoScreen by WHR · 2 years, 5 months ago
  76. 7eb3f74 Try to determine kernel processes on Linux version 2.6.26 or early by WHR · 2 years, 5 months ago
  77. 9f13e7b Add HTOP_PROCESS_Z_STATE_COLOR; use bold font for HTOP_PROCESS_R_STATE_COLOR in some color schemes by WHR · 2 years, 5 months ago
  78. 7c37040 Fix passing negative value other than -1 to ctype function leading to undefined behavior (eg. crashing on GNU systems) by WHR · 2 years, 5 months ago
  79. 6c2eed8 Update process states brief of help screen by WHR · 2 years, 5 months ago
  80. 02a1989 Document more process states in man page by WHR · 2 years, 5 months ago
  81. f9da27b Use process state I based on kernel MAXSLP value on BSD platforms by WHR · 2 years, 5 months ago
  82. 6a08728 Add 'MONOCHROME' setting for color scheme description format by WHR · 2 years, 5 months ago
  83. 602f2d0 Use actual null pointer instead of null pointer constant for execlp(3) by WHR · 2 years, 5 months ago
  84. d5f2b42 Fix incorrect detection of process state D on kFreeBSD-based platforms by WHR · 2 years, 5 months ago
  85. cd0c9c9 Fix many process state names being incompatible with other platforms by WHR · 2 years, 5 months ago
  86. 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
  87. 1c5c8ba Also update 'running_thread_count' on Solaris without libproc(3LIB) by WHR · 2 years, 5 months ago
  88. 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, 5 months ago
  89. 47b46be Hide kernel threads if 'hide_kernel_processes' is set, on Solaris with libproc(3LIB) by WHR · 2 years, 5 months ago
  90. b675ce0 Reformat DragonFlyBSD process state gathering code, and drop states Q and W by WHR · 2 years, 5 months ago
  91. adb30d2 Place cursor in appropriate location during incremental searching in MainPanel by WHR · 2 years, 5 months ago
  92. 791fd6e Adjust includes, and add copyright and license notice in InfoScreen.c by WHR · 2 years, 5 months ago
  93. 8bf296a Add 2 custom color schemes, from https://github.com/hishamhm/htop/pull/171/ and https://github.com/hishamhm/htop/pull/443/ respectively by WHR · 2 years, 5 months ago
  94. 747f23d Rename HTOP_LED_COLOR_COLOR to HTOP_LED_COLOR by WHR · 2 years, 5 months ago
  95. be22ad2 Add a logic to decide where to break process tree loop if exists by WHR · 2 years, 5 months ago
  96. 544012e Support comments in color scheme file by WHR · 2 years, 5 months ago
  97. c425c4a Close FD 1 before calling CRT_initColorSchemes in dump-builtin-color-scheme.c by WHR · 2 years, 5 months ago
  98. f096e39 Add CR character before LF when printing warning messages without turning off curses by WHR · 2 years, 5 months ago
  99. 3b3fef4 Support loading user defined color schemes by WHR · 2 years, 5 months ago
  100. 4c0b61d Decode terminal character attributes into names in dump-builtin-color-scheme.c by WHR · 2 years, 5 months ago