1. 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 4 months ago
  2. e6316e0 Make this pointer of 'Process' object 'writeField' member functions read-only by WHR · 2 years, 5 months ago
  3. 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, 5 months ago
  4. 4a7cb82 Remove unnecessary declaration of 'Process_pidFormat' from */Platform.c by WHR · 2 years, 5 months ago
  5. 9378264 Highlight PID of the current htop process by WHR · 2 years, 5 months ago
  6. bbf0635 Support reading battery information on Solaris with ACPI driver by WHR · 2 years, 5 months ago
  7. abb3f2c Support CPU hot-plugging on Solaris by WHR · 2 years, 5 months ago
  8. 04cc76a Fix outdated HTOP_STATE_FIELD descriptions by WHR · 2 years, 5 months ago
  9. b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 5 months ago
  10. 73563d6 Don't add the swap meter by default if no swap is configured by WHR · 2 years, 5 months ago
  11. 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
  12. 69b3046 Rename all constants in 'ProcessField' its extensions to avoid identifier pollution by WHR · 2 years, 5 months ago
  13. 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
  14. e987812 Remove unnecessary explicit type casts by WHR · 2 years, 5 months ago
  15. b70c468 Support Solaris 9 by WHR · 2 years, 5 months ago
  16. b3fb54b Optimize some platform-specific codes for reading process command line; implement getting 'argv0_length' on AIX by WHR · 2 years, 5 months ago
  17. 19e5ec1 Rename 'basenameOffset' member of 'Process' object to 'argv0_length' by WHR · 2 years, 5 months ago
  18. aa36ac5 Support sorting items case-insensitively by WHR · 2 years, 5 months ago
  19. 6c2eed8 Update process states brief of help screen by WHR · 2 years, 5 months ago
  20. 1c5c8ba Also update 'running_thread_count' on Solaris without libproc(3LIB) by WHR · 2 years, 5 months ago
  21. 47b46be Hide kernel threads if 'hide_kernel_processes' is set, on Solaris with libproc(3LIB) by WHR · 2 years, 5 months ago
  22. 6e5b5f4 Always reformat process start time on display by WHR · 2 years, 5 months ago
  23. c74e5c0 Fix incorrect buffer size for strftime(3); expand a compact 'switch' block in darwin/DarwinProcess.c by WHR · 2 years, 5 months ago
  24. b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 5 months ago
  25. 602204d Rewrite 'Platform_getMaxPid' for Solaris by WHR · 2 years, 5 months ago
  26. 75303f8 Rename enumeration types to remove plural names by WHR · 2 years, 5 months ago
  27. a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 5 months ago
  28. 923e459 Remove unnecessary type casts by WHR · 2 years, 5 months ago
  29. b347b25 Be consistent with name and head comment of source files by WHR · 2 years, 5 months ago
  30. 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 5 months ago
  31. c8cb119 Fix 'break' without a dedicated line in switch block caused incorrect 'break' statements by WHR · 2 years, 5 months ago
  32. a511616 Use 6-character space for showing UID values by WHR · 2 years, 5 months ago
  33. 7b6872e Use signal name macros instead of hard coded numbers for 'Platform_signals' by WHR · 2 years, 6 months ago
  34. e8ee7eb Unify 'Platform_getUptime' implementation for BSD platforms by WHR · 2 years, 6 months ago
  35. 75afb57 Fix Solaris LWP time incorrectly used whole process time for nanosecond part by WHR · 2 years, 6 months ago
  36. b79587b Get page size once in 'CRT_init' by WHR · 2 years, 6 months ago
  37. 0a6db60 Try to enable backtrace(3) support for all platforms by WHR · 2 years, 6 months ago
  38. 30c1311 Make utmpx-based uptime implementation available as a fallback for all platforms that supporting utmpx(5) by WHR · 2 years, 6 months ago
  39. 2b000b3 Update PPID for existing processes on Solaris by WHR · 2 years, 6 months ago
  40. ecb0241 Cleanup solaris/Platform.c by WHR · 2 years, 6 months ago
  41. 3d82eb0 Cleanup solaris/SolarisProcessList.c by WHR · 2 years, 6 months ago
  42. 45ea821 Consider process 0 (sched) a kernel process on Solaris by WHR · 2 years, 6 months ago
  43. 835b1af Don't use LWPID column on Solaris when building without libproc(3LIB) by WHR · 2 years, 6 months ago
  44. e9b9b5f Support reading process environment on Solaris without libproc(3LIB) by WHR · 2 years, 6 months ago
  45. 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 6 months ago
  46. 579c60b Support Solaris without libproc(3LIB) by WHR · 2 years, 6 months ago
  47. a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 6 months ago
  48. da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 6 months ago
  49. 35d0bdf Remove unused includes; fix include order in openbsd/OpenBSDProcessList.c by WHR · 2 years, 6 months ago
  50. 52c4f3a Use _SC_NPROCESSORS_CONF to get processor count by WHR · 2 years, 6 months ago
  51. ea40f6c Rename 2 settings variables by WHR · 2 years, 6 months ago
  52. 3ef86ff Count kernel processes and threads separately by WHR · 2 years, 6 months ago
  53. 5c00d83 Fix incorrect buffer size for snprintf(3) by WHR · 2 years, 6 months ago
  54. e983ba2 s/Process_isKernelThread/Process_isKernelProcess/ by WHR · 2 years, 6 months ago
  55. e8a32cd Fix process time scale error on Solaris by WHR · 2 years, 6 months ago
  56. c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 6 months ago
  57. 7641825 Rewrite Platform_getProcessEnv to return a vector instead; implement Platform_getProcessEnv for FreeBSD by WHR · 2 years, 6 months ago
  58. ac01eec Listing threads is not supported in BSD; don't consider kernel process which itself containing threads a thread by WHR · 2 years, 6 months ago
  59. 7647d0a Fix nice values didn't minus NZERO on Solaris by WHR · 2 years, 6 months ago
  60. 0563721 Fix defining variables in headers by WHR · 2 years, 6 months ago
  61. f0722d7 Fix external variables didn't being marked as 'extern' in generated headers by WHR · 2 years, 6 months ago
  62. 040e5b0 Support showing command line on Solaris by WHR · 2 years, 6 months ago
  63. f68572e Add NAME column by WHR · 2 years, 6 months ago
  64. cf04300 Solaris: update proc state letters to reflect Solaris usage by Guy M. Broome · 7 years ago
  65. c53e384 Solaris: bump copyright in Platform.{c,h} by Guy M. Broome · 7 years ago
  66. da4877f Solaris: fix a memory leak caused by calling ProcessList_getProcess twice for each LWP by Guy M. Broome · 7 years ago
  67. 0969f83 Solaris: Implement process environment listing by Guy M. Broome · 7 years ago
  68. 155d7cb Solaris: add placeholder message about environment listing by Guy M. Broome · 7 years ago
  69. 1ae7625 Solaris: showing a dash for the top-level process is no longer necessary by Guy M. Broome · 7 years ago
  70. 3c96467 Solaris: add warning about proc_walk_f callback function by Guy M. Broome · 7 years ago
  71. 7f40a3a Solaris: condense separate process vs lwp handling down to a single workflow by Guy M. Broome · 7 years ago
  72. 45fad05 Solaris: get completely out of the file handling business using libproc by Guy M. Broome · 7 years ago
  73. 4ba06c5 Solaris: Condense conditional blocks for new vs old LWPs and procs by Guy M. Broome · 7 years ago
  74. fa18ac9 Solaris: remove unneeded accumulators for process and thread counting by Guy M. Broome · 7 years ago
  75. 192e43c Solaris: Assorted post-LWP code cleanup by Guy M. Broome · 7 years ago
  76. 75598c1 Solaris: Implement kernel thread counting by Guy M. Broome · 7 years ago
  77. c235b45 Solaris: If a process has a running LWP, then the process is by definition running by Guy M. Broome · 7 years ago
  78. 42c3a1f Solaris: Implement LWP enumeration (#768) by gmbroome · 7 years ago
  79. 70bc51a Solaris: Fix virt and resident memory sizes. Was using KiB, needed pages. by Guy M. Broome · 7 years ago
  80. 5a75797 Solaris: code indentation fix by gmbroome · 7 years ago
  81. cda84fc Solaris: enough changes made to justify a copyright bump to 2018 by Guy M. Broome · 7 years ago
  82. 6935523 Solaris: fix memory allocation for usernames (some empty usernames in 32-bit builds) by Guy M. Broome · 7 years ago
  83. cefbe49 Solaris: fix malloc() / free() issues with zone name handling by Guy M. Broome · 7 years ago
  84. 4bd6880 Solaris: Import backtrace-on-abort from Linux, with minor modification for Solaris by Guy M. Broome · 7 years ago
  85. 697f5bb Import Solaris support (#741) by gmbroome · 7 years ago