1. 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 5 months ago
  2. c8cb119 Fix 'break' without a dedicated line in switch block caused incorrect 'break' statements by WHR · 2 years, 5 months ago
  3. a511616 Use 6-character space for showing UID values by WHR · 2 years, 5 months ago
  4. ecc360a Add some architecture-specific signals to linux/Platform.c by WHR · 2 years, 5 months ago
  5. 7b6872e Use signal name macros instead of hard coded numbers for 'Platform_signals' by WHR · 2 years, 5 months ago
  6. e8ee7eb Unify 'Platform_getUptime' implementation for BSD platforms by WHR · 2 years, 5 months ago
  7. 5d41842 Return -1 from Platform_getUptime to indicate failure by WHR · 2 years, 5 months ago
  8. b79587b Get page size once in 'CRT_init' by WHR · 2 years, 5 months ago
  9. 6bb4b53 Fix null pointer dereference when an user space process having empty command line, on Linux-based platforms by WHR · 2 years, 5 months ago
  10. e7a63ef Remove unnecessary variables and useless assert(3) in Platform_getLoadAverage for Linux procfs, as it breaks Cygwin by WHR · 2 years, 5 months ago
  11. d69474b Correctly detect kernel processes on Linux-based platforms; remove Linux-specific 'flags' member from generic 'Process' object by WHR · 2 years, 5 months ago
  12. 0a6db60 Try to enable backtrace(3) support for all platforms by WHR · 2 years, 5 months ago
  13. 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 6 months ago
  14. 7bf6fd1 Move function xread out of Linux-specific code to allow it to be reused elsewhere by WHR · 2 years, 6 months ago
  15. 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
  16. 00e1355 Remove settings value 'hide_threads' by WHR · 2 years, 6 months ago
  17. a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 6 months ago
  18. da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 6 months ago
  19. 35d0bdf Remove unused includes; fix include order in openbsd/OpenBSDProcessList.c by WHR · 2 years, 6 months ago
  20. e71d126 Don't try to read sysctl on Cygwin by WHR · 2 years, 6 months ago
  21. ea40f6c Rename 2 settings variables by WHR · 2 years, 6 months ago
  22. 16c2f3f Check consistency when reading '<pid>/stat' from Linux procfs by WHR · 2 years, 6 months ago
  23. 1eaecc4 Port to Cygwin by WHR · 2 years, 6 months ago
  24. 3ef86ff Count kernel processes and threads separately by WHR · 2 years, 6 months ago
  25. 5c00d83 Fix incorrect buffer size for snprintf(3) by WHR · 2 years, 6 months ago
  26. e983ba2 s/Process_isKernelThread/Process_isKernelProcess/ by WHR · 2 years, 6 months ago
  27. c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 6 months ago
  28. 7641825 Rewrite Platform_getProcessEnv to return a vector instead; implement Platform_getProcessEnv for FreeBSD by WHR · 2 years, 6 months ago
  29. 461353c Remove hardcoded path for Linux procfs by WHR · 2 years, 6 months ago
  30. ccac6ef Support CPU hot-plugging with Linux procfs by WHR · 2 years, 6 months ago
  31. ba7b30c Fix using hardcoded power_supply names when reading battery data on Linux via sysfs by WHR · 2 years, 6 months ago
  32. eb18d4c Add unified interface for kstat by WHR · 2 years, 6 months ago
  33. af5d8c0 Fix potential compatibility issue with Linux procfs meminfo by WHR · 2 years, 6 months ago
  34. f0722d7 Fix external variables didn't being marked as 'extern' in generated headers by WHR · 2 years, 6 months ago
  35. f68572e Add NAME column by WHR · 2 years, 6 months ago
  36. 402e46b Linting changes by Hisham Muhammad · 6 years ago
  37. bae2705 Linux: fix CPU count by Hisham Muhammad · 6 years ago
  38. 8d01ae2 Linux: remove warnings of unused variables by Hisham Muhammad · 6 years ago
  39. bd1d719 Linux: add process->starttime and use it for STARTTIME column (#700) by Shawn Landden · 6 years ago
  40. d74b6dc Fix process name updates for shorter strings (#812) by Score_Under · 6 years ago
  41. e1e3791 Fix #define to match header when regenerating with MakeHeader.py (#789) by Faster IT · 6 years ago
  42. 47cf153 Linux: change how kernel threads are detected by Hisham Muhammad · 7 years ago
  43. ccd156f Updates to generated header files by Hisham Muhammad · 7 years ago
  44. c01f40e Fix build failure ('major' undefined) in glibc 2.28. (#746) by Kang-Che Sung (宋岡哲) · 7 years ago
  45. 8c65321 Replace size_t with int/void* union by Hisham Muhammad · 7 years ago
  46. b064d50 linux/Battery.c: make sure fd is always closed by Hisham Muhammad · 7 years ago
  47. 6dda8d2 linux/LinuxProcessList.c: Fix indentation. by Hisham Muhammad · 7 years ago
  48. 70ed51a linux/LinuxProcessList: fix reading of number of read syscalls of process by Marc Kleine-Budde · 7 years ago
  49. b0588d9 parseBatInfo: check `line` for NULL before passing it to String_getToken() by Jan Chren (rindeal) · 7 years ago
  50. 87be623 Add support for Linux TASK_IDLE by Vladimir Panteleev · 7 years ago
  51. b7b66b7 Adds support for linux delay accounting (#667) by André Carvalho · 7 years ago
  52. 9487bda Do not use xSnprintf when the result is used. Fixes #662. by Hisham Muhammad · 7 years ago
  53. 09e241f Security review: check results of snprintf. by Hisham Muhammad · 7 years ago
  54. 3975e9c Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 7 years ago
  55. f205f70 Use regular readdir since readdir_r is deprecated and newer GCC complains. by Hisham Muhammad · 7 years ago
  56. d5faf64 Mark some things as const by Richard · 7 years ago
  57. e940aec Add "no perm" status when other fields fail due to lack of permission. by Hisham Muhammad · 7 years ago
  58. 71785e2 Set idle I/O prio to 0x6007, like ionice. As suggested by @wolfgang42 in #100. by Hisham Muhammad · 7 years ago
  59. e9ecbd0 Use class value only to display idle I/O priority. by Hisham Muhammad · 7 years ago
  60. fa30938 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham · 8 years ago
  61. bb8dec1 Cap battery at 100%. by Hisham · 8 years ago
  62. 3f6d126 Issue #502 fix SID colunm header width by Kamyar Rasta · 8 years ago
  63. 84bc00a Issue #502 update Session ID column by Kamyar Rasta · 8 years ago
  64. 8af4d9f Interpret TTY_NR column on Linux, by Hisham · 8 years ago
  65. 1f3d85b Mark signal tables 'const' by Explorer09 · 8 years ago
  66. bd5d37f Return when reading cmdline fails (e.g. zombie process) by Hisham · 8 years ago
  67. bf35921 Optimize Strings_startWith() by Explorer09 · 8 years ago
  68. 0fa0332 Dynamically adjust the size of line reads by Hisham Muhammad · 8 years ago
  69. 1a13b4d Don't store invisible trailing whitespace by Hisham · 8 years ago
  70. e77811e any of these values may wrap by Hisham · 9 years ago
  71. 797bcd0 Catch invalid IO values due to no permissions. by Hisham · 9 years ago
  72. baec4bd Try to retain last full name of a zombie process. by Hisham · 9 years ago
  73. e0c364b Fix reading of io_syscr and io_syscw. by Hisham · 9 years ago
  74. 3565720 Disable the syscall on systems that don't have it. by Hisham · 9 years ago
  75. 0b70439 Fix buffer reuse. by Hisham · 9 years ago
  76. b2c2b2b Merge branch 'reuse-comm' by Hisham · 9 years ago
  77. 1cfcc42 Reuse comm object if possible, avoid useless repetitions of free+strdup. by Hisham · 9 years ago
  78. b54d2dd Check for failure in allocations. by Hisham · 9 years ago
  79. 6dae810 Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses. by Explorer09 · 9 years ago
  80. b10e54c Merge remote-tracking branch 'upstream/master' into envscreen by Michael Klein · 9 years ago
  81. be9edc5 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 9 years ago
  82. 7170382 Fix spelling of "maintainer" by Michael McConville · 9 years ago
  83. 802e216 Extend buffer for reading lines from /proc. by Hisham Muhammad · 9 years ago
  84. cc23d13 Add Platform_getProcessEnv by Michael Klein · 9 years ago
  85. a84aa2e Cached memory calculations, take 2. by Hisham Muhammad · 9 years ago
  86. 5bc1f5e Account unreclaimable slab and shmem as used memory, by Hisham Muhammad · 9 years ago
  87. b669540 Merge pull request #298 from patrickmarlier/issue202 by Hisham Muhammad · 9 years ago
  88. 7119065 Calculate CPU averages on Darwin (See #295). by Hisham Muhammad · 9 years ago
  89. 93f05b4 fixed broken merge, where I forgot to check linux/Platform.c so that it matches upstream by Martin "eto" Misuth · 9 years ago
  90. 2379835 Added platform dependent DEFAULT_SIGNAL define, for now for: by Martin "eto" Misuth · 9 years ago
  91. 3fe2f3e Move list of signals to platform-specific code. by Hisham Muhammad · 9 years ago
  92. b37d4f1 Fix a case where the usertime calculation can overflow (see issue #202) by Patrick Marlier · 9 years ago
  93. e8970b6 fix calloc() calls by Christian Hesse · 9 years ago
  94. 5e4f1e4 Reduce scope of variables. by Hisham Muhammad · 9 years ago
  95. 9428010 Make column width calculation dynamic. by Hisham Muhammad · 9 years ago
  96. 5e602f1 Rename String to StringUtils. by David Hunt · 9 years ago
  97. e42d780 Merge pull request #230 from maksqwe/cstime_fix by Hisham Muhammad · 9 years ago
  98. 6f6f0e3 Fix typo in comment by peter-warhzner · 9 years ago
  99. 1bdee6b Fix sort by cstime by Maks Naumov · 9 years ago
  100. 08829cb fix compiler warnings by Christian Hesse · 9 years ago