1. 46dfedd Fix incorrect arguments to lseek(2) in kFreeBSD-specific code by WHR · 1 year, 11 months ago
  2. 5c483e5 Don't round up time values by WHR · 2 years, 4 months ago
  3. 2d8fa3e Add HTOP_DISK_BLOCK_COUNT_FIELD and HTOP_DISK_BYTE_COUNT_FIELD to show size of disks by WHR · 2 years, 4 months ago
  4. f2de7d0 Truncate CAM path string according to column width by WHR · 2 years, 4 months ago
  5. 866cbe9 Fix missing 'DiskList_done' call from function 'DiskList_delete' by WHR · 2 years, 4 months ago
  6. 63baa4e Fix build failure due to DIOCGPHYSPATH unavailable from kFreeBSD versions early than 9 by WHR · 2 years, 4 months ago
  7. be8002b Implement HTOP_DISK_PHYS_PATH_FIELD and add HTOP_DISK_CAM_PATH_FIELD for kFreeBSD-based platforms by WHR · 2 years, 4 months ago
  8. de735cb Use 12-character space for showing disk names by WHR · 2 years, 4 months ago
  9. 75b214c Make DSM_TOTAL_DURATION and DSM_TOTAL_BUSY_TIME macros if available by WHR · 2 years, 4 months ago
  10. 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, 4 months ago
  11. 4234e41 Fix column width of READ_BLOCK_RATE and WRITE_BLOCK_RATE for disk statistics mode by WHR · 2 years, 4 months ago
  12. 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 4 months ago
  13. e6316e0 Make this pointer of 'Process' object 'writeField' member functions read-only by WHR · 2 years, 5 months ago
  14. 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
  15. 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
  16. bf91db8 Fix building failure on FreeBSD 5 by WHR · 2 years, 5 months ago
  17. 04cc76a Fix outdated HTOP_STATE_FIELD descriptions by WHR · 2 years, 5 months ago
  18. b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 5 months ago
  19. 73563d6 Don't add the swap meter by default if no swap is configured by WHR · 2 years, 5 months ago
  20. c75954f Support showing terminal device name of processes on BSD platforms by WHR · 2 years, 5 months ago
  21. 69b3046 Rename all constants in 'ProcessField' its extensions to avoid identifier pollution by WHR · 2 years, 5 months ago
  22. b8eb088 Add 'EMULATION' column for kFreeBSD process listing; rename constants in 'FreeBSDProcessField' to avoid identifier pollution by WHR · 2 years, 5 months ago
  23. 0e04a2e Support getting processor ID of processes on kFreeBSD-based platforms and OpenBSD by WHR · 2 years, 5 months ago
  24. 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
  25. e987812 Remove unnecessary explicit type casts by WHR · 2 years, 5 months ago
  26. b3fb54b Optimize some platform-specific codes for reading process command line; implement getting 'argv0_length' on AIX by WHR · 2 years, 5 months ago
  27. 19e5ec1 Rename 'basenameOffset' member of 'Process' object to 'argv0_length' by WHR · 2 years, 5 months ago
  28. 4d1206c Consider vm.stats.vm.v_laundry_count if present on kFreeBSD-based platforms by WHR · 2 years, 5 months ago
  29. c3dc50d Check for sysctl(3) failure by WHR · 2 years, 5 months ago
  30. 99dd066 Remove unused 'sharedMem' member from 'ProcessList' object by WHR · 2 years, 5 months ago
  31. aa36ac5 Support sorting items case-insensitively by WHR · 2 years, 5 months ago
  32. f9da27b Use process state I based on kernel MAXSLP value on BSD platforms by WHR · 2 years, 5 months ago
  33. d5f2b42 Fix incorrect detection of process state D on kFreeBSD-based platforms by WHR · 2 years, 5 months ago
  34. b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 5 months ago
  35. 75303f8 Rename enumeration types to remove plural names by WHR · 2 years, 5 months ago
  36. a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 5 months ago
  37. 923e459 Remove unnecessary type casts by WHR · 2 years, 5 months ago
  38. b347b25 Be consistent with name and head comment of source files by WHR · 2 years, 5 months ago
  39. 42dac52 Fix incorrect buffer size for snprintf(3) by WHR · 2 years, 5 months ago
  40. 48e76d3 Remove unused variable 'isIdleProcess' from freebsd/FreeBSDProcessList.c; don't count idle process for 'running_process_count' and 'running_thread_count' on kFreeBSD-based platforms; partially reformat unsupported/UnsupportedProcessList.c by WHR · 2 years, 5 months ago
  41. a44f595 Fix build failure on GNU/kFreeBSD: GNU C Library didn't expose SIGTHR to application programs by WHR · 2 years, 5 months ago
  42. 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 5 months ago
  43. 0240398 Update modifiable information for existing processes by WHR · 2 years, 5 months ago
  44. c8cb119 Fix 'break' without a dedicated line in switch block caused incorrect 'break' statements by WHR · 2 years, 5 months ago
  45. a511616 Use 6-character space for showing UID values by WHR · 2 years, 5 months ago
  46. e13f868 Fix SIGLIBRT not available on kFreeBSD versions before 10.0 by WHR · 2 years, 6 months ago
  47. 7b6872e Use signal name macros instead of hard coded numbers for 'Platform_signals' by WHR · 2 years, 6 months ago
  48. e8ee7eb Unify 'Platform_getUptime' implementation for BSD platforms by WHR · 2 years, 6 months ago
  49. b79587b Get page size once in 'CRT_init' by WHR · 2 years, 6 months ago
  50. 6f0b3a0 Always update PPID on all supported platforms by WHR · 2 years, 6 months ago
  51. 7e0a467 Support older kFreeBSD versions that don't have 'ki_jid' member in 'struct kinfo_proc' by WHR · 2 years, 6 months ago
  52. 1fd497e Fix processes buffer can only grow once on kFreeBSD systems without kvm(3) by WHR · 2 years, 6 months ago
  53. 0c6c99e Optimize buffer management of sysctl(3)-based processes iteration on kFreeBSD-based platforms by WHR · 2 years, 6 months ago
  54. 65e384b Fix incorrect nice values on GNU/kFreeBSD by WHR · 2 years, 6 months ago
  55. 62d6de2 Support kFreeBSD-based platforms without kvm(3) by WHR · 2 years, 6 months ago
  56. 98dd9eb Implement Platform_getProcessEnv for DragonFly BSD and FreeBSD without KERN_PROC_ENV by WHR · 2 years, 6 months ago
  57. 2c3c408 Fix sysctl(3) MIB error in Platform_getProcessEnv for FreeBSD by WHR · 2 years, 6 months ago
  58. 0a6db60 Try to enable backtrace(3) support for all platforms by WHR · 2 years, 6 months ago
  59. 6943655 Remove unused Platform_setTasksValues function definitions by WHR · 2 years, 6 months ago
  60. 4bd878d Fix sysctl(3) type mismatches; fix CPUData-related memory corruption on OpenBSD by WHR · 2 years, 6 months ago
  61. 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 6 months ago
  62. 30c895a Remove 'traced' process state; fix the 'swapper' process isn't considered as a kernel process on DragonFly BSD by WHR · 2 years, 6 months ago
  63. a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 6 months ago
  64. da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 6 months ago
  65. 35d0bdf Remove unused includes; fix include order in openbsd/OpenBSDProcessList.c by WHR · 2 years, 6 months ago
  66. 526256c Consider process 0 a kernel process on kFreeBSD by WHR · 2 years, 6 months ago
  67. ea40f6c Rename 2 settings variables by WHR · 2 years, 6 months ago
  68. 3ef86ff Count kernel processes and threads separately by WHR · 2 years, 6 months ago
  69. e983ba2 s/Process_isKernelThread/Process_isKernelProcess/ by WHR · 2 years, 6 months ago
  70. c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 6 months ago
  71. 7641825 Rewrite Platform_getProcessEnv to return a vector instead; implement Platform_getProcessEnv for FreeBSD by WHR · 2 years, 6 months ago
  72. 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
  73. 7066ea0 Add generic ZFS ARC size statistic by WHR · 2 years, 6 months ago
  74. eb18d4c Add unified interface for kstat by WHR · 2 years, 6 months ago
  75. 0563721 Fix defining variables in headers by WHR · 2 years, 6 months ago
  76. 93cd921 Make some private use functions 'static' by WHR · 2 years, 6 months ago
  77. f68572e Add NAME column by WHR · 2 years, 6 months ago
  78. 09e241f Security review: check results of snprintf. by Hisham Muhammad · 7 years ago
  79. 3f6d126 Issue #502 fix SID colunm header width by Kamyar Rasta · 8 years ago
  80. 84bc00a Issue #502 update Session ID column by Kamyar Rasta · 8 years ago
  81. 8af4d9f Interpret TTY_NR column on Linux, by Hisham · 8 years ago
  82. 6d4df3d Merge branch 'master' of https://github.com/hishamhm/htop by Hisham · 8 years ago
  83. d4a8023 Fix typos, by @Gelma. Closes #546. by Hisham · 8 years ago
  84. 1f3d85b Mark signal tables 'const' by Explorer09 · 8 years ago
  85. 6028e1b Merge pull request #496 from tcreech/lwp_hack by Hisham Muhammad · 8 years ago
  86. 5776cb5 Revert "Fix FreeBSD CPU% calculation" by Andy Pilate · 8 years ago
  87. e2ccc7b Prepare for release 2.0.1. by Hisham · 9 years ago 2.0.1
  88. db80f20 Avoid global, as done by @gaod in #387. by Hisham Muhammad · 9 years ago
  89. 98e4381 Merge branch 'master' of https://github.com/Sp1l/htop into Sp1l-master by Hisham Muhammad · 9 years ago
  90. b886ecc Improve error reporting on FreeBSD libkvm call by Michael McConville · 9 years ago
  91. cc8375f FreeBSD: use KERN_PROC_PROC with kvm_getprocs to avoid erroneously combining LWPs by Tim Creech · 9 years ago
  92. 0cf3cfa Fix low CPU usage reporting in FreeBSD by Tim Creech · 9 years ago
  93. f554f08 Fix FreeBSD CPU% calculation by Bernard Spil · 9 years ago
  94. d753996 Fix memory percentage display on FreeBSD by Bernard Spil · 9 years ago
  95. c66ac09 Add MEM% for processes in process list on FreeBSD. by Hung-Yi Chen · 9 years ago
  96. cc4267c Suppress compiler warnings. by Hung-Yi Chen · 9 years ago
  97. bb0333e fix process memory on FreeBSD by Greg V · 9 years ago
  98. f1d1d6e add FreeBSD battery support by Greg V · 9 years ago
  99. ffcf48f Merge branch 'xalloc' by Hisham · 9 years ago
  100. b54d2dd Check for failure in allocations. by Hisham · 9 years ago