- 05 Oct, 2015 2 commits
-
-
Hisham Muhammad authored
add editorconfig file to give hints to editors
-
Christian Hesse authored
We use an unusual indent of three spaces. Let's give editors a hint about that.
-
- 01 Oct, 2015 1 commit
-
-
Hisham Muhammad authored
Added preliminary attempt at jails support on FreeBSD - JID and JAIL (name) columns
-
- 30 Sep, 2015 1 commit
-
-
Martin "eto" Misuth authored
Added preliminary attempt at jails support on FreeBSD - JID and JAIL (name) columns, somewhat more correct kernel "thread" detection. Seems FreeBSD kernel can spawn both kernel processes (what is what htop currently sees) and kernel threads. For now let's consider kernel processes kernel "threads".
-
- 21 Sep, 2015 1 commit
-
-
Hisham Muhammad authored
Update htop.desktop (FR l10n)
-
- 18 Sep, 2015 2 commits
-
-
trebmuh authored
fix
-
Hisham Muhammad authored
Mac build fixes
-
- 17 Sep, 2015 2 commits
- 14 Sep, 2015 2 commits
- 11 Sep, 2015 3 commits
-
-
Hisham Muhammad authored
-
-
Hisham Muhammad authored
It's the case on Darwin, and might be in other BSDs as well. As referred in #268. Supersedes PR #269.
-
- 10 Sep, 2015 3 commits
-
-
Hisham Muhammad authored
Darwin fixes - duplicate & conflicting decls
-
Jardel Weyrich authored
-
Jardel Weyrich authored
-
- 08 Sep, 2015 1 commit
-
-
Hisham Muhammad authored
fix calloc() calls
-
- 07 Sep, 2015 1 commit
-
-
Christian Hesse authored
* size_t nmemb (number of elements) first, then size_t size * do not assume char is size 1 but use sizeof() * allocate for char, not pointer to char (found by Michael McConville, fixes #261)
-
- 29 Aug, 2015 4 commits
-
-
Hisham Muhammad authored
kilobytes is the smallest unit and never has precision
-
Christian Hesse authored
Signed-off-by: Christian Hesse <mail@eworm.de>
-
Hisham Muhammad authored
get a useful tolal for clock meter
-
Hisham Muhammad authored
add missing blank
-
- 28 Aug, 2015 6 commits
-
-
Christian Hesse authored
-
Christian Hesse authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
Could no longer reproduce #244 after these fixes.
-
Hisham Muhammad authored
-
- 27 Aug, 2015 11 commits
-
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
remove extra space in dual meters without margins
-
Christian Hesse authored
-
Hisham Muhammad authored
Dynamic unit
-
Hisham Muhammad authored
use ASCII blank even for graphical meter in UTF-8 mode
-
Christian Hesse authored
Signed-off-by: Christian Hesse <mail@eworm.de>
-
Christian Hesse authored
Signed-off-by: Christian Hesse <mail@eworm.de>
-
Hisham Muhammad authored
include wctype.h for iswprint()
-