- 21 Jan, 2016 2 commits
-
-
Hisham authored
as suggested by @Explorer09. It's not really faster.
-
https://github.com/Explorer09/htopHisham authored
-
- 15 Jan, 2016 1 commit
-
-
Explorer09 authored
(Stupid me for forgetting to delete the line when changing code in commit 5c18866e )
-
- 12 Jan, 2016 3 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
-
- 11 Jan, 2016 2 commits
-
-
-
Hisham Muhammad authored
Thank you @Explorer09 for the report!
-
- 07 Jan, 2016 1 commit
-
-
Hisham Muhammad authored
Fix typo: prority => priority
-
- 06 Jan, 2016 5 commits
-
-
Benjamin Porter authored
-
Michael Klein authored
-
Michael Klein authored
-
Hisham Muhammad authored
add some security checks when running SUID root
-
Hisham Muhammad authored
use AC_HELP_STRING for proc dir
-
- 05 Jan, 2016 2 commits
-
-
Explorer09 authored
-
Christian Hesse authored
-
- 04 Jan, 2016 8 commits
-
-
Hisham Muhammad authored
Rename variable for consistency
-
Michael McConville authored
Suggested by Hisham.
-
Hisham Muhammad authored
align help output
-
Hisham Muhammad authored
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
Plug mem leak, improve CPU enumeration logic
-
Christian Hesse authored
-
- 03 Jan, 2016 7 commits
-
-
Michael McConville authored
These are never necessary when using the standard library.
-
Michael McConville authored
I think this leak may still exist in the FreeBSD port.
-
-
Hisham Muhammad authored
Should fix #321.
-
Hisham Muhammad authored
OpenBSD fixes and updates
-
Hisham Muhammad authored
Fix spelling of "maintainer"
-
Michael McConville authored
This is what OpenBSD's top(1) does when the libkvm call fails, and it's a good idea. This commit also fixes process name construction. The space was being written one character too far.
-
- 02 Jan, 2016 5 commits
-
-
Michael McConville authored
Even when they're constant, as is the case for zombie processes.
-
Michael McConville authored
Pointed out by Michael Reed.
-
Michael McConville authored
So that we can see errno. Pointed out by Michael Reed.
-
Michael McConville authored
-
Michael McConville authored
I forgot how awful the process name logic was. It was an initial hack to get it running, and I forgot to clean it up. I also had to change a few includes and error function uses.
-
- 26 Dec, 2015 1 commit
-
-
Explorer09 authored
The variable 'dot' in GraphMeterMode_draw now means "maximum number of dots per value (column) in graph". The old meaning was "amount of value that is to be represented by a dot" and was always a fraction. Due to a limitation in floating point computing, if GRAPH_HEIGHT were not a power of 2, then rounding errors will occur on numbers like (1.0/3). (Currently GRAPH_HEIGHT is 4 and so no precision loss.) 'dot' was used as a divisor, and it's "division by a reciprocal". We change that to simple multiplication.
-
- 24 Dec, 2015 3 commits
-
-
Explorer09 authored
This allows the graph be rendered with a differ color scheme when user changes the color scheme.
-
Explorer09 authored
-
Explorer09 authored
-