1. 548788c Add 'NAME' column for AIX process listing by WHR · 3 years, 3 months ago
  2. 0cda368 Merge remote-tracking branch 'NattyNarwhal/aix-wrk' into 'rivoreo-fork' by WHR · 3 years, 3 months ago
  3. ccac6ef Support CPU hot-plugging with Linux procfs by WHR · 3 years, 3 months ago
  4. e809cf6 Fix a null pointer dereference on OpenBSD by WHR · 3 years, 3 months ago
  5. 191f121 Don't try to read kstat on OpenBSD since it didn't support dynamic sysctl names by WHR · 3 years, 3 months ago
  6. ac01eec Listing threads is not supported in BSD; don't consider kernel process which itself containing threads a thread by WHR · 3 years, 3 months ago
  7. 0d814c9 Try truss(1) before strace(1) because Solaris has an unrelated strace(1M) command by WHR · 3 years, 3 months ago
  8. 247d747 Fix formatting types mismatch on Solaris by WHR · 3 years, 3 months ago
  9. b4006f3 Update version number by WHR · 3 years, 3 months ago
  10. 21801ef Fix Android compatibility issue by WHR · 3 years, 3 months ago
  11. ba7b30c Fix using hardcoded power_supply names when reading battery data on Linux via sysfs by WHR · 3 years, 3 months ago
  12. e0be815 Fix some file descriptor leaks by WHR · 3 years, 3 months ago
  13. 7647d0a Fix nice values didn't minus NZERO on Solaris by WHR · 3 years, 3 months ago
  14. 7066ea0 Add generic ZFS ARC size statistic by WHR · 3 years, 3 months ago
  15. 4376760 Optimize colors in help screen by WHR · 3 years, 3 months ago
  16. eb18d4c Add unified interface for kstat by WHR · 3 years, 3 months ago
  17. af5d8c0 Fix potential compatibility issue with Linux procfs meminfo by WHR · 3 years, 3 months ago
  18. 0563721 Fix defining variables in headers by WHR · 3 years, 3 months ago
  19. 6b2e2fa Skip private type definitions when generating header by WHR · 3 years, 3 months ago
  20. 93cd921 Make some private use functions 'static' by WHR · 3 years, 3 months ago
  21. f0722d7 Fix external variables didn't being marked as 'extern' in generated headers by WHR · 3 years, 3 months ago
  22. 040e5b0 Support showing command line on Solaris by WHR · 3 years, 3 months ago
  23. dae0cdd Translate scripts/MakeHeader.py into scripts/MakeHeader.sh to allow building without python(1) by WHR · 3 years, 3 months ago
  24. 47779e0 Adjust unit prefix names by WHR · 3 years, 3 months ago
  25. f68572e Add NAME column by WHR · 3 years, 3 months ago
  26. 4297561 Support tracing via truss(1) by WHR · 3 years, 3 months ago
  27. 3ea913d Style suggestion from kadler by Calvin Buckley · 5 years ago
  28. 7a27d3d Remember to declare uptime func for platform by Calvin Buckley · 5 years ago
  29. 9b66216 Fix totally bogus err shim by Calvin Buckley · 5 years ago
  30. b7d4312 Add OpenBSD copyright to strcasestr shim by Calvin Buckley · 5 years ago
  31. f1c8598 Merge branch 'master' into aix-wrk by Calvin Buckley · 6 years ago
  32. 402e46b Linting changes by Hisham Muhammad · 6 years ago
  33. 90518bf Return of snprintf is not the number of written bytes by Hisham Muhammad · 6 years ago
  34. f49f545 Fix printf() unsigned placeholders by Alan Barr · 7 years ago
  35. 60e5578 Prevent possible NULL pointer deference by Alan Barr · 7 years ago
  36. 79c939e Remove duplicated if condition by Alan Barr · 7 years ago
  37. dc7d035 htop.c: remove unused "--io" / "-i" (#811) by Lion Yang · 7 years ago
  38. e3a7cb7 Make htop work on IBM i with the AIX backend by Calvin Buckley · 7 years ago
  39. c84bb41 Merge branch 'master' into aix-wrk by Calvin · 7 years ago
  40. 67e3689 htop.c: remove unused "--io" / "-i" (#811) by Lion Yang · 7 years ago
  41. 71b95da fix typo after change (though the metric still doesn't seem right?) by Calvin Buckley · 7 years ago
  42. 3197871 Environment variable reading support for AIX by Calvin Buckley · 7 years ago
  43. c99a188 fix process states on AIX by Calvin Buckley · 7 years ago
  44. 8e4d98e headers too by Calvin Buckley · 7 years ago
  45. cf6e3e9 update copyright stamps for aix by Calvin Buckley · 7 years ago
  46. de235fe Fix compiler warninings by Calvin Buckley · 7 years ago
  47. 69993b6 Generalize timeradd change by Calvin Buckley · 7 years ago
  48. da99eaa remove curses ifdef workarounds for AIX by Calvin Buckley · 7 years ago
  49. 07e4808 better strcasestr check by Calvin Buckley · 7 years ago
  50. 7a33118 maybe better memory meters by Calvin Buckley · 7 years ago
  51. c5f7558 CPU percentage by Calvin Buckley · 7 years ago
  52. bae2705 Linux: fix CPU count by Hisham Muhammad · 7 years ago
  53. 8d01ae2 Linux: remove warnings of unused variables by Hisham Muhammad · 7 years ago
  54. 049af17 Improve Catalan translation for desktop file (#828) by Robert Antoni Buj Gelonch · 7 years ago
  55. 61a5062 support CPU average by Calvin Buckley · 7 years ago
  56. 502ba12 very naive implementation, bit erratic but ok POC by Calvin Buckley · 7 years ago
  57. 6e19857 start storing CPU data (just need to figure out how to calc it) by Calvin Buckley · 7 years ago
  58. b82e7d2 Using libperfstat for memory under AIX but not i by Calvin Buckley · 7 years ago
  59. 6794b7a more comments, add a buffer zone for alloc by Calvin Buckley · 7 years ago
  60. 9c467cd store stime and user in AixProcess, we might need them later by Calvin Buckley · 7 years ago
  61. 8713e68 memory percentage looks reasonable by Calvin Buckley · 7 years ago
  62. 8f0482d memory gathering by Calvin Buckley · 7 years ago
  63. ef72b50 process time for aix by Calvin Buckley · 7 years ago
  64. eb1a3ae fix proc start time on AIX by Calvin Buckley · 7 years ago
  65. 9227ef5 more memory values, turn on CPU meters by Calvin Buckley · 7 years ago
  66. a86924e Add signals to AIX by Calvin Buckley · 7 years ago
  67. 6b46757 AIX load avg by Calvin Buckley · 7 years ago
  68. 0cc35e9 args list, uptime by Calvin Buckley · 7 years ago
  69. db98ed3 fix listing of procs by Calvin Buckley · 7 years ago
  70. cbc3eb4 fallback for argv by Calvin Buckley · 7 years ago
  71. 44d210d fix PIDs by Calvin Buckley · 7 years ago
  72. 363cca0 Progressing further by Calvin Buckley · 7 years ago
  73. b0c7f57 fix argv on aix by Calvin Buckley · 7 years ago
  74. 3586134 Initial AIX support by Calvin Buckley · 7 years ago
  75. 8bfd6ba Get AIX working with stubby unsupported platform by Calvin Buckley · 7 years ago
  76. 009837b Improve htop.desktop file (#609) by Jan Chren · 7 years ago
  77. bd1d719 Linux: add process->starttime and use it for STARTTIME column (#700) by Shawn Landden · 7 years ago
  78. ca1cce4 OpenBSD: make the STARTTIME column display correctly (#815) by multiplexd · 7 years ago
  79. c1fb585 OpenBSD: add environment reading support (#819) by multiplexd · 7 years ago
  80. d74b6dc Fix process name updates for shorter strings (#812) by Score_Under · 7 years ago
  81. 666e1e7 Fix virtualization color in help screen by Hisham Muhammad · 7 years ago
  82. 5f9e16b Unstage/gitignore INSTALL since it's regenerated by autogen.sh by Hisham Muhammad · 7 years ago
  83. fd15ead Mention the "c" key (tag subtree) in the man by Jérémie Roquet · 7 years ago
  84. 103f1a4 Disable 'make dist' when pkg.m4 is unused in configure by Explorer09 · 7 years ago
  85. 08a9b05 fix option string by Christian Hesse · 7 years ago
  86. e1e3791 Fix #define to match header when regenerating with MakeHeader.py (#789) by Faster IT · 7 years ago
  87. 04cc193 Bump version to 2.2.0 by Hisham Muhammad · 7 years ago 2.2.0
  88. 5b38466 Update ChangeLog by Hisham Muhammad · 7 years ago
  89. 34dff09 Add tree view flag to man page (#777) by Daniel Flanagan · 7 years ago
  90. e85b072 Require pkg-config as an optional build dependency on Linux (#775) by Hisham Muhammad · 7 years ago
  91. 7cfaa9d MakeHeader.py: Fix for non-utf8 environments (#770) by volkov-am · 7 years ago
  92. db05ba6 Add -t command-line flag for tree view by Daniel Flanagan · 7 years ago
  93. 0505a7c macOS: fix the switched version test (#772) by pmalhaire · 7 years ago
  94. cf04300 Solaris: update proc state letters to reflect Solaris usage by Guy M. Broome · 7 years ago
  95. c53e384 Solaris: bump copyright in Platform.{c,h} by Guy M. Broome · 7 years ago
  96. da4877f Solaris: fix a memory leak caused by calling ProcessList_getProcess twice for each LWP by Guy M. Broome · 7 years ago
  97. 0969f83 Solaris: Implement process environment listing by Guy M. Broome · 7 years ago
  98. 155d7cb Solaris: add placeholder message about environment listing by Guy M. Broome · 7 years ago
  99. 1ae7625 Solaris: showing a dash for the top-level process is no longer necessary by Guy M. Broome · 7 years ago
  100. 3c96467 Solaris: add warning about proc_walk_f callback function by Guy M. Broome · 7 years ago