- 04 Jan, 2016 6 commits
-
-
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.
-
- 23 Dec, 2015 2 commits
-
-
-
Hisham Muhammad authored
major meters update
-
- 22 Dec, 2015 2 commits
-
-
Hisham Muhammad authored
Fix text on function bar when moving meters.
-
Explorer09 authored
Before: [Up]Up [Dn]Down [Lt]Left [Rt]Right [Arrow]Confirm [Enter]Delete [Del]Done After: [Up]Up [Dn]Down [Lt]Left [Rt]Right [Enter]Confirm [Del]Delete [Esc]Done
-
- 17 Dec, 2015 1 commit
-
-
Martin "eto" Misuth authored
this caused htop to show processes as if freebsd kernel was their parent. on next pass reparenting code took chance to run, and that caused process to jump around. this fixed behaviour should be the correct one
-
- 14 Dec, 2015 1 commit
-
-
Hisham Muhammad authored
Apparently a line longer than 255 chars was spotted in the wild: http://serverfault.com/questions/577939/linux-ps-htop-show-processes-running-for-hundreds-or-thousands-of-days-though-h#comment676098_577939
-
- 13 Dec, 2015 3 commits
-
-
Martin "eto" Misuth authored
-
Martin "eto" Misuth authored
-
Martin "eto" Misuth authored
-
- 12 Dec, 2015 1 commit
-
-
Martin "eto" Misuth authored
-
- 11 Dec, 2015 1 commit
-
-
Martin "eto" Misuth authored
-
- 10 Dec, 2015 2 commits
-
-
Hisham Muhammad authored
Redraw the panel when resizing the window during an incremental search
-
Antoine Catton authored
KEY_RESIZE wasn't handled by the incremental search. Resulting in this bug: * Set your terminal window to a small size. * Press '\' to filter the processes * Maximize your terminal window * The list of processes didn't resize. This change fixes this bug. Thank you Julian Andrews (@julianandrews) for finding this bug.
-
- 09 Dec, 2015 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
See #198.
-
- 06 Dec, 2015 2 commits
-
-
-
Hisham Muhammad authored
when testing for ncurses library. See #198.
-
- 30 Nov, 2015 3 commits
-
-
Hisham Muhammad authored
Update calculation of used vs. free memory.
-
Hisham Muhammad authored
Ensure that all necessary libs and flags are passed along, such as adding -ltinfo when needed. Closes #198.
-
Hisham Muhammad authored
Thanks to @OmegaPhil for discussion and reviewing.
-
- 29 Nov, 2015 1 commit
-
-
Hisham Muhammad authored
reclaimable slab as cached memory. Hopefully this presents a more truthful representation of available vs. used memory on Linux. See brndnmtthws/conky#82, #242, #67, #263.
-
- 23 Nov, 2015 1 commit
-
-
Hisham Muhammad authored
-