1. d2f49e4 Don't include sys/proc.h directly in DragonFly-specific code by WHR · 2 years, 5 months ago
  2. 9378264 Highlight PID of the current htop process by WHR · 2 years, 5 months ago
  3. 58752a9 Fix DragonFly-specific code insanely used 'kp_swtime' to calculate processor time of processes by WHR · 2 years, 5 months ago
  4. 3623528 Remove unused or duplicated includes by WHR · 2 years, 5 months ago
  5. 04cc76a Fix outdated HTOP_STATE_FIELD descriptions by WHR · 2 years, 5 months ago
  6. b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 5 months ago
  7. 73563d6 Don't add the swap meter by default if no swap is configured by WHR · 2 years, 5 months ago
  8. c75954f Support showing terminal device name of processes on BSD platforms by WHR · 2 years, 5 months ago
  9. 69b3046 Rename all constants in 'ProcessField' its extensions to avoid identifier pollution 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. b3fb54b Optimize some platform-specific codes for reading process command line; implement getting 'argv0_length' on AIX by WHR · 2 years, 5 months ago
  13. 19e5ec1 Rename 'basenameOffset' member of 'Process' object to 'argv0_length' by WHR · 2 years, 5 months ago
  14. c3dc50d Check for sysctl(3) failure by WHR · 2 years, 5 months ago
  15. 99dd066 Remove unused 'sharedMem' member from 'ProcessList' object by WHR · 2 years, 5 months ago
  16. 9e634c0 Remove unnecessary explicit type casts by WHR · 2 years, 5 months ago
  17. aa36ac5 Support sorting items case-insensitively by WHR · 2 years, 5 months ago
  18. f9da27b Use process state I based on kernel MAXSLP value on BSD platforms by WHR · 2 years, 5 months ago
  19. b675ce0 Reformat DragonFlyBSD process state gathering code, and drop states Q and W by WHR · 2 years, 5 months ago
  20. b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 5 months ago
  21. 75303f8 Rename enumeration types to remove plural names by WHR · 2 years, 5 months ago
  22. a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 5 months ago
  23. 923e459 Remove unnecessary type casts by WHR · 2 years, 5 months ago
  24. b347b25 Be consistent with name and head comment of source files by WHR · 2 years, 5 months ago
  25. 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 5 months ago
  26. 0240398 Update modifiable information for existing processes by WHR · 2 years, 5 months ago
  27. c8cb119 Fix 'break' without a dedicated line in switch block caused incorrect 'break' statements by WHR · 2 years, 5 months ago
  28. a511616 Use 6-character space for showing UID values by WHR · 2 years, 5 months ago
  29. 7b6872e Use signal name macros instead of hard coded numbers for 'Platform_signals' by WHR · 2 years, 5 months ago
  30. e8ee7eb Unify 'Platform_getUptime' implementation for BSD platforms by WHR · 2 years, 5 months ago
  31. b79587b Get page size once in 'CRT_init' by WHR · 2 years, 5 months ago
  32. 98dd9eb Implement Platform_getProcessEnv for DragonFly BSD and FreeBSD without KERN_PROC_ENV by WHR · 2 years, 5 months ago
  33. 0a6db60 Try to enable backtrace(3) support for all platforms by WHR · 2 years, 5 months ago
  34. 6943655 Remove unused Platform_setTasksValues function definitions by WHR · 2 years, 5 months ago
  35. 4bd878d Fix sysctl(3) type mismatches; fix CPUData-related memory corruption on OpenBSD by WHR · 2 years, 6 months ago
  36. 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 6 months ago
  37. 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
  38. a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 6 months ago
  39. da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 6 months ago
  40. 35d0bdf Remove unused includes; fix include order in openbsd/OpenBSDProcessList.c by WHR · 2 years, 6 months ago
  41. ea40f6c Rename 2 settings variables by WHR · 2 years, 6 months ago
  42. 3ef86ff Count kernel processes and threads separately by WHR · 2 years, 6 months ago
  43. 5c00d83 Fix incorrect buffer size for snprintf(3) by WHR · 2 years, 6 months ago
  44. e983ba2 s/Process_isKernelThread/Process_isKernelProcess/ by WHR · 2 years, 6 months ago
  45. c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 6 months ago
  46. 7641825 Rewrite Platform_getProcessEnv to return a vector instead; implement Platform_getProcessEnv for FreeBSD by WHR · 2 years, 6 months ago
  47. 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
  48. eb18d4c Add unified interface for kstat by WHR · 2 years, 6 months ago
  49. 0563721 Fix defining variables in headers by WHR · 2 years, 6 months ago
  50. 93cd921 Make some private use functions 'static' by WHR · 2 years, 6 months ago
  51. f68572e Add NAME column by WHR · 2 years, 6 months ago
  52. 09e241f Security review: check results of snprintf. by Hisham Muhammad · 7 years ago
  53. e70f447 DragonFlyBSD PID_MAX is 999999. by Explorer09 · 7 years ago
  54. cb7a063 Enh: Add support for backtrace using execinfo by Diederik de Groot · 7 years ago
  55. cba6959 Fix: TreeView by Diederik de Groot · 7 years ago
  56. 49af12e implement: readJailName by Diederik de Groot · 7 years ago
  57. b258d6e Initial addition of dragonflybsd (based on FreeBSD) by Diederik de Groot · 7 years ago