1. 117c294 Always update swap values on OpenBSD to avoid bogus values when no swap is configured by WHR · 2 years, 7 months ago
  2. 4749116 Properly update modifiable information for existing processes on OpenBSD by WHR · 2 years, 7 months ago
  3. b60e644 Fix tree view broken on OpenBSD 6.1+ with 'hide_high_level_processes' enabled by WHR · 2 years, 7 months ago
  4. 4bd878d Fix sysctl(3) type mismatches; fix CPUData-related memory corruption on OpenBSD by WHR · 2 years, 7 months ago
  5. 8412d5c Support OpenBSD 5.0 by WHR · 2 years, 7 months ago
  6. 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 7 months ago
  7. 8df8d75 Allow hiding high-level processes on OpenBSD if high-level processes would having a different ID from its main thread ID by WHR · 2 years, 7 months ago
  8. 30c895a Remove 'traced' process state; fix the 'swapper' process isn't considered as a kernel process on DragonFly BSD by WHR · 2 years, 7 months ago
  9. a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 7 months ago
  10. da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 7 months ago
  11. 6cb0d43 Fix kernel processes never showing on OpenBSD 5.2~6.0 by WHR · 2 years, 7 months ago
  12. 453d2fd Support OpenBSD 5.1 by WHR · 2 years, 7 months ago
  13. 35d0bdf Remove unused includes; fix include order in openbsd/OpenBSDProcessList.c by WHR · 2 years, 7 months ago
  14. c39c350 Workaround compiler warning "'struct proc' declared inside parameter list" on OpenBSD by WHR · 2 years, 7 months ago
  15. b3f82ec Remove unused or duplicated includes from openbsd/Platform.c by WHR · 2 years, 7 months ago
  16. b1c4174 Fix implicit declaration of strcmp(3) by WHR · 2 years, 7 months ago
  17. b064da1 Define macro '_KERNEL' to get more macros defined from 'sys/proc.h' on OpenBSD if possible by WHR · 2 years, 7 months ago
  18. 02a9bf2 Support showing thread processes on OpenBSD by WHR · 2 years, 7 months ago
  19. ea40f6c Rename 2 settings variables by WHR · 2 years, 7 months ago
  20. 3ef86ff Count kernel processes and threads separately by WHR · 2 years, 7 months ago
  21. e983ba2 s/Process_isKernelThread/Process_isKernelProcess/ by WHR · 2 years, 7 months ago
  22. c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 7 months ago
  23. 7641825 Rewrite Platform_getProcessEnv to return a vector instead; implement Platform_getProcessEnv for FreeBSD by WHR · 2 years, 7 months ago
  24. e809cf6 Fix a null pointer dereference on OpenBSD by WHR · 2 years, 7 months ago
  25. ac01eec Listing threads is not supported in BSD; don't consider kernel process which itself containing threads a thread by WHR · 2 years, 7 months ago
  26. 93cd921 Make some private use functions 'static' by WHR · 2 years, 7 months ago
  27. f68572e Add NAME column by WHR · 2 years, 7 months ago
  28. ca1cce4 OpenBSD: make the STARTTIME column display correctly (#815) by multiplexd · 6 years ago
  29. c1fb585 OpenBSD: add environment reading support (#819) by multiplexd · 6 years ago
  30. 1cf8f42 OpenBSD: read Battery data by nerd972 · 7 years ago
  31. 8af4d9f Interpret TTY_NR column on Linux, by Hisham · 8 years ago
  32. 1f3d85b Mark signal tables 'const' by Explorer09 · 8 years ago
  33. 1809f4b Remove needless allocation error conditions by Michael McConville · 9 years ago
  34. 4ad7aa6 Merge branch 'openbsd-mem-used' of https://github.com/juanfra684/htop into juanfra684-openbsd-mem-used by Hisham Muhammad · 9 years ago
  35. 4b780a3 A few more OpenBSD fixes by Michael McConville · 9 years ago
  36. b08cb73 Misc. OpenBSD tuneup and improvement by Michael McConville · 9 years ago
  37. 1b5025e Add support for cachedMem and fix usedMem on OpenBSD. by Juan Francisco Cantero Hurtado · 9 years ago
  38. ffcf48f Merge branch 'xalloc' by Hisham · 9 years ago
  39. b54d2dd Check for failure in allocations. by Hisham · 9 years ago
  40. 301c346 Update generated headers. by Hisham · 9 years ago
  41. 6dae810 Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses. by Explorer09 · 9 years ago
  42. b10e54c Merge remote-tracking branch 'upstream/master' into envscreen by Michael Klein · 9 years ago
  43. e595f68 Rename variable for consistency by Michael McConville · 9 years ago
  44. 198592a Plug mem leak, improve CPU enumeration logic by Michael McConville · 9 years ago
  45. 86954f9 Merge pull request #331 from mmcco/fixes by Hisham Muhammad · 9 years ago
  46. 918cfd5 Fall back to sysctl's command name, and a bugfix by Michael McConville · 9 years ago
  47. 3da36bb Use dynamically allocated memory for process names by Michael McConville · 9 years ago
  48. c1b3289 Check for allocation failure by Michael McConville · 9 years ago
  49. ae5c01f Use err() rather then errx() for sysctl() by Michael McConville · 9 years ago
  50. 7170382 Fix spelling of "maintainer" by Michael McConville · 9 years ago
  51. 22cfda6 OpenBSD fixes and updates by Michael McConville · 9 years ago
  52. cc23d13 Add Platform_getProcessEnv by Michael Klein · 9 years ago
  53. fd5dd66 Merge pull request #299 from mmcco/master by Hisham Muhammad · 9 years ago
  54. cd3d233 Replace all err.h function uses with CRT_fatalError(). Failing with by Michael McConville · 9 years ago
  55. 0fb9a8c Remove a debugging print by Michael McConville · 9 years ago
  56. 78f2933 Regenerate platform-dependent headers. Closes #293. by Hisham Muhammad · 9 years ago
  57. 8673a84 Remove some trailing whitespace by Michael McConville · 9 years ago
  58. 9f1884c Fix generation of openbsd/Platform.h and replace a vestigial dummy CPU utilization value by Michael McConville · 9 years ago
  59. 5619332 let's let the user find SIGIOT if the look for it :) by Hisham Muhammad · 9 years ago
  60. c4eb99f Add header file reference for OpenBSD signals by Michael McConville · 9 years ago
  61. 77f12bb Add OpenBSD signals by Michael McConville · 9 years ago
  62. 6a21d2f Fix enumeratoin of on-CPU processes in OpenBSD by Michael McConville · 9 years ago
  63. ad1a0ad Replace some remaining tabs by Michael McConville · 9 years ago
  64. e2bbd5c Change some tabs to three spaces by Michael McConville · 9 years ago
  65. a9a5a53 (Very) initial working OpenBSD port by Michael McConville · 9 years ago