1. c99bd96 Workaround a stupid bug in AIX C library by WHR · 2 years, 5 months ago
  2. 0e04a2e Support getting processor ID of processes on kFreeBSD-based platforms and OpenBSD by WHR · 2 years, 5 months ago
  3. e8b5c90 Fix a logical error in function 'LinuxProcessList_readStatFile' for reading from a Linux procfs by WHR · 2 years, 5 months ago
  4. 3df7d60 Default 'processor' member of 'Process' object to an invalid value by WHR · 2 years, 5 months ago
  5. 5b9f733 Calculate current rather than historical average 'percent_cpu' on AIX by WHR · 2 years, 5 months ago
  6. e17db93 Check for name collision when loading user-defined color schemes by WHR · 2 years, 5 months ago
  7. 34a94d3 Update README by WHR · 2 years, 5 months ago
  8. 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
  9. e29e3ac Fix process time scale error on AIX by WHR · 2 years, 5 months ago
  10. 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
  11. e987812 Remove unnecessary explicit type casts by WHR · 2 years, 5 months ago
  12. 67aea67 Support GNU/Hurd by WHR · 2 years, 5 months ago
  13. b70c468 Support Solaris 9 by WHR · 2 years, 5 months ago
  14. 34f8de4 Fallback to ASCII if mbstowcs(3) failed in function 'RichString_writeFrom' by WHR · 2 years, 5 months ago
  15. 79831df Use 'unsigned long long int' constant by WHR · 2 years, 5 months ago
  16. ae6e9d0 Fix undefined HTOP_LONG_OPTION_EXPLICIT_DELAY when getopt_long(3) not available by WHR · 2 years, 5 months ago
  17. b3fb54b Optimize some platform-specific codes for reading process command line; implement getting 'argv0_length' on AIX by WHR · 2 years, 5 months ago
  18. 19e5ec1 Rename 'basenameOffset' member of 'Process' object to 'argv0_length' by WHR · 2 years, 5 months ago
  19. eae76e7 Consider multi-byte string display width when formatting process name by WHR · 2 years, 5 months ago
  20. 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
  21. 4d1206c Consider vm.stats.vm.v_laundry_count if present on kFreeBSD-based platforms by WHR · 2 years, 5 months ago
  22. 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
  23. 9e6cf48 Update Panel selection color and draw FunctionBar when changing color scheme by WHR · 2 years, 5 months ago
  24. c3dc50d Check for sysctl(3) failure by WHR · 2 years, 5 months ago
  25. 99dd066 Remove unused 'sharedMem' member from 'ProcessList' object by WHR · 2 years, 5 months ago
  26. 9e634c0 Remove unnecessary explicit type casts by WHR · 2 years, 5 months ago
  27. 907da1d Apply case-sensitivity setting to user list panel by WHR · 2 years, 5 months ago
  28. d1ba1f3 Support changing 'explicit_delay' setting in setup screen by WHR · 2 years, 5 months ago
  29. 54d440d Fix null pointer dereferencing in 'ListItem_compare' by WHR · 2 years, 5 months ago
  30. 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
  31. 4b76278 Update README by WHR · 2 years, 5 months ago
  32. aa36ac5 Support sorting items case-insensitively by WHR · 2 years, 5 months ago
  33. d849cfb Handle too-large number in function 'Process_colorNumber' by WHR · 2 years, 5 months ago
  34. bdb65c0 Detect duplicated 'NAME' key when reading a color scheme file to prevent memory leak by WHR · 2 years, 5 months ago
  35. d48c008 Use 'unsigned int' type for 'maxslp' by WHR · 2 years, 5 months ago
  36. c4d382d Reformat process state descriptions in help screen by WHR · 2 years, 5 months ago
  37. c7f732c Update README for the fork by WHR · 2 years, 5 months ago
  38. 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
  39. 1c07474 Fix mishandling mouse clicking Y position in InfoScreen by WHR · 2 years, 5 months ago
  40. 7eb3f74 Try to determine kernel processes on Linux version 2.6.26 or early by WHR · 2 years, 5 months ago
  41. 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
  42. 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
  43. 6c2eed8 Update process states brief of help screen by WHR · 2 years, 5 months ago
  44. 02a1989 Document more process states in man page by WHR · 2 years, 5 months ago
  45. f9da27b Use process state I based on kernel MAXSLP value on BSD platforms by WHR · 2 years, 5 months ago
  46. 6a08728 Add 'MONOCHROME' setting for color scheme description format by WHR · 2 years, 5 months ago
  47. 602f2d0 Use actual null pointer instead of null pointer constant for execlp(3) by WHR · 2 years, 5 months ago
  48. d5f2b42 Fix incorrect detection of process state D on kFreeBSD-based platforms by WHR · 2 years, 5 months ago
  49. cd0c9c9 Fix many process state names being incompatible with other platforms by WHR · 2 years, 5 months ago
  50. 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
  51. 1c5c8ba Also update 'running_thread_count' on Solaris without libproc(3LIB) by WHR · 2 years, 5 months ago
  52. 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
  53. 47b46be Hide kernel threads if 'hide_kernel_processes' is set, on Solaris with libproc(3LIB) by WHR · 2 years, 5 months ago
  54. b675ce0 Reformat DragonFlyBSD process state gathering code, and drop states Q and W by WHR · 2 years, 5 months ago
  55. adb30d2 Place cursor in appropriate location during incremental searching in MainPanel by WHR · 2 years, 5 months ago
  56. 791fd6e Adjust includes, and add copyright and license notice in InfoScreen.c by WHR · 2 years, 5 months ago
  57. 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
  58. 747f23d Rename HTOP_LED_COLOR_COLOR to HTOP_LED_COLOR by WHR · 2 years, 5 months ago
  59. be22ad2 Add a logic to decide where to break process tree loop if exists by WHR · 2 years, 5 months ago
  60. 544012e Support comments in color scheme file by WHR · 2 years, 5 months ago
  61. c425c4a Close FD 1 before calling CRT_initColorSchemes in dump-builtin-color-scheme.c by WHR · 2 years, 5 months ago
  62. f096e39 Add CR character before LF when printing warning messages without turning off curses by WHR · 2 years, 5 months ago
  63. 3b3fef4 Support loading user defined color schemes by WHR · 2 years, 5 months ago
  64. 4c0b61d Decode terminal character attributes into names in dump-builtin-color-scheme.c by WHR · 2 years, 5 months ago
  65. 740f40f Reorganize members of 'Process' object by WHR · 2 years, 5 months ago
  66. fb64e50 Add macro PRINT_COLOR_ATTRIBUTE to print a color attribute to stdout in dump-builtin-color-scheme.c by WHR · 2 years, 5 months ago
  67. da95f6c Add a separated tool to dump a selected built-in color scheme into the to-be-implemented color scheme description format by WHR · 2 years, 5 months ago
  68. 4c593da Fix missing initialization for 'repeat_number_i' member in 'Panel' object by WHR · 2 years, 5 months ago
  69. 11e8498 Add external function 'CRT_getConfigDirPath' by WHR · 2 years, 5 months ago
  70. 7dd2e76 Properly and explicitly set default values for 'vi_mode' and 'use_mouse' in Settings by WHR · 2 years, 5 months ago
  71. 25bfb00 Prepare for customizable color schemes by WHR · 2 years, 5 months ago
  72. fc12ab3 Merge commit '6b5b8bab2c68576416abffe56b254791d828cce3' into 'rivoreo-fork' by WHR · 2 years, 5 months ago
  73. e116f81 Reformat usage strings of options in man page by WHR · 2 years, 5 months ago
  74. 84d3083 Fix assert(3)ion failure due to process tree loop in some rare cases by WHR · 2 years, 5 months ago
  75. 1f4199a Fix out-of-bound access of a vector when building process tree by WHR · 2 years, 5 months ago
  76. c4e47d0 Support enabling and disabling mouse usage in settings by WHR · 2 years, 5 months ago
  77. 1258207 Merge commit 'ccf0e184149ff42d76a73214bed0b578c6dcb2ab' into 'rivoreo-fork' by WHR · 2 years, 5 months ago
  78. de5b378 Add an additional key 'o' for listing open files of a process by WHR · 2 years, 5 months ago
  79. 6e5b5f4 Always reformat process start time on display by WHR · 2 years, 5 months ago
  80. c81e594 Fix comparison 'unsigned int' value with major(3) or minor(3) return value in function 'LinuxProcessList_updateTtyDevice' causes warning on Android/Linux, Cygwin and FreeBSD by WHR · 2 years, 5 months ago
  81. b891b2b Check for asprintf(3) failure by WHR · 2 years, 5 months ago
  82. 37df28d Document the vi mode in man page by WHR · 2 years, 5 months ago
  83. c013348 Update columns documentation in the man page by WHR · 2 years, 5 months ago
  84. 08547be Merge remote-tracking branch 'scootergrisen/patch-1' into 'rivoreo-fork' by WHR · 2 years, 5 months ago
  85. a36e899 Move 'vi_mode' CheckItem into newly added ControlOptionsPanel by WHR · 2 years, 5 months ago
  86. 9b8f771 Implement vi(1)-style key-bindings by WHR · 2 years, 5 months ago
  87. 5dab3b2 Remove 'err.h' checking as it is no longer used by WHR · 2 years, 5 months ago
  88. c74e5c0 Fix incorrect buffer size for strftime(3); expand a compact 'switch' block in darwin/DarwinProcess.c by WHR · 2 years, 5 months ago
  89. 808f8b9 Reformat usage message; update copyright notices and license information by WHR · 2 years, 5 months ago
  90. f3326bd Exit on invalid command line usage; fix incorrect description for long options in usage message by WHR · 2 years, 5 months ago
  91. b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 5 months ago
  92. d91709b Update following process after searching next / previous (key n / N) by WHR · 2 years, 5 months ago
  93. a5497e4 Honour setting of counting CPUs from 0/1 when presenting meters by Ricardo Nabinger Sanchez · 6 years ago
  94. 5656fae Remove unnecessary type casts by WHR · 2 years, 5 months ago
  95. 7a08fb6 Support using Linux-specific code with kFreeBSD linprocfs(5) by WHR · 2 years, 5 months ago
  96. 602204d Rewrite 'Platform_getMaxPid' for Solaris by WHR · 2 years, 5 months ago
  97. c62c9a6 Fix failure to get processor count with Linux procfs and without Linux sysfs; add a missing closedir(3) call by WHR · 2 years, 5 months ago
  98. b1a22a1 Don't unfollow process on LEFT or RIGHT key by WHR · 2 years, 5 months ago
  99. 8776c4b Use new object type names (after 'typedef') if possible by WHR · 2 years, 5 months ago
  100. 7d35dfd Simplify boolean type toggle in 'Process_toggleTag' by WHR · 2 years, 5 months ago