1. 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 4 months ago
  2. 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, 4 months ago
  3. 0bc2865 Add non-empty 'Process_pidColumns' for unsupported platform code as an example by WHR · 2 years, 4 months ago
  4. 4a7cb82 Remove unnecessary declaration of 'Process_pidFormat' from */Platform.c by WHR · 2 years, 4 months ago
  5. e999908 Fix missing 'delete' member function for 'UnsupportedProcess' object by WHR · 2 years, 4 months ago
  6. 04cc76a Fix outdated HTOP_STATE_FIELD descriptions by WHR · 2 years, 5 months ago
  7. b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 5 months ago
  8. 73563d6 Don't add the swap meter by default if no swap is configured 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. b3fb54b Optimize some platform-specific codes for reading process command line; implement getting 'argv0_length' on AIX by WHR · 2 years, 5 months ago
  11. 19e5ec1 Rename 'basenameOffset' member of 'Process' object to 'argv0_length' by WHR · 2 years, 5 months ago
  12. 6e5b5f4 Always reformat process start time on display by WHR · 2 years, 5 months ago
  13. b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 5 months ago
  14. b347b25 Be consistent with name and head comment of source files by WHR · 2 years, 5 months ago
  15. 269919c Fix free(3)ing pointer to string literal on unsupported platforms; remove uses of unsafe strncpy(3) and strcat(3) by WHR · 2 years, 5 months ago
  16. 7ad0553 Fix unsupported skeleton code uses removed field 'flags' of 'Process' object; add a dummy process on unsupported platforms by WHR · 2 years, 5 months ago
  17. 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
  18. 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 5 months ago
  19. a511616 Use 6-character space for showing UID values by WHR · 2 years, 5 months ago
  20. 7b6872e Use signal name macros instead of hard coded numbers for 'Platform_signals' by WHR · 2 years, 5 months ago
  21. e8ee7eb Unify 'Platform_getUptime' implementation for BSD platforms by WHR · 2 years, 5 months ago
  22. 0a6db60 Try to enable backtrace(3) support for all platforms by WHR · 2 years, 5 months ago
  23. 4218e9e Make function Platform_getUptime fail on unsupported platform to properly fallback to using utmpx(5) by WHR · 2 years, 5 months ago
  24. 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 6 months ago
  25. 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
  26. a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 6 months ago
  27. da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 6 months ago
  28. c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 6 months ago
  29. 334a00e Set process name to '<unsupported>' in UnsupportedProcessList by WHR · 2 years, 6 months ago
  30. 7641825 Rewrite Platform_getProcessEnv to return a vector instead; implement Platform_getProcessEnv for FreeBSD by WHR · 2 years, 6 months ago
  31. f0722d7 Fix external variables didn't being marked as 'extern' in generated headers by WHR · 2 years, 6 months ago
  32. f68572e Add NAME column by WHR · 2 years, 6 months ago
  33. eed18dd Remove unused function from unsupported/ by Hisham Muhammad · 7 years ago
  34. 3f6d126 Issue #502 fix SID colunm header width by Kamyar Rasta · 8 years ago
  35. 84bc00a Issue #502 update Session ID column by Kamyar Rasta · 8 years ago
  36. 8af4d9f Interpret TTY_NR column on Linux, by Hisham · 8 years ago
  37. 1f3d85b Mark signal tables 'const' by Explorer09 · 8 years ago
  38. ae823c3 Make unsupported platform build again. by Hisham · 9 years ago
  39. ffcf48f Merge branch 'xalloc' by Hisham · 9 years ago
  40. b54d2dd Check for failure in allocations. by Hisham · 9 years ago
  41. 301c346 Update generated headers. by Hisham · 9 years ago
  42. b10e54c Merge remote-tracking branch 'upstream/master' into envscreen by Michael Klein · 9 years ago
  43. 7170382 Fix spelling of "maintainer" by Michael McConville · 9 years ago
  44. cc23d13 Add Platform_getProcessEnv by Michael Klein · 9 years ago
  45. e8970b6 fix calloc() calls by Christian Hesse · 9 years ago
  46. 9428010 Make column width calculation dynamic. by Hisham Muhammad · 9 years ago
  47. feb7a01 Make unsupported run by David Hunt · 9 years ago
  48. ddbb71d Add files to unsupported platform. by Hisham Muhammad · 10 years ago
  49. d2acffa Merge branch 'wip' of https://github.com/hishamhm/htop into freebsd by Hisham Muhammad · 10 years ago
  50. 5ca9b8e Work on fixing build of "unsupported" platform by Hisham Muhammad · 10 years ago
  51. d4c26a3 Merge branch 'master' into freebsd by Hisham Muhammad · 10 years ago
  52. 430c7c9 Move platform-dependent parts of Linux battery meter. by Hisham Muhammad · 10 years ago
  53. da0956d Merge branch 'master' into freebsd by Hisham Muhammad · 10 years ago
  54. b4f6b11 Move "get max pid" code into platform specific area. by Hisham Muhammad · 10 years ago
  55. 6d92d7f Load averages for FreeBSD! by Hisham Muhammad · 10 years ago
  56. 5290956 Isolate cross-platform code for load average. by Hisham Muhammad · 10 years ago
  57. ca03094 Make UptimeMeter cross-platform again. by Hisham Muhammad · 10 years ago
  58. 357e7a3 Move UptimeMeter into platform-dependent area. by Hisham Muhammad · 10 years ago
  59. cda6bdd Add ProcessList_delete to the variable interface. by Hisham Muhammad · 10 years ago
  60. 26422af Files moved and added for supporting separate platforms. by Hisham Muhammad · 10 years ago