- 06 Oct, 2015 6 commits
-
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
Add OpenBSD signals
-
Michael McConville authored
-
Michael McConville authored
-
Hisham Muhammad authored
Implementations for Linux (tested) and FreeBSD (still untested, thanks to @etosan for providing the table). Darwin and OpenBSD(ping @mmcco) builds should be broken now, pending their own tables.
-
- 05 Oct, 2015 4 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
Cleanup and initial OpenBSD support
-
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)
-
- 19 Sep, 2015 4 commits
-
-
Michael McConville authored
-
Michael McConville authored
-
Michael McConville authored
Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few existing ones and fix some style.
-
Michael McConville authored
-
- 18 Sep, 2015 3 commits
-
-
trebmuh authored
fix
-
Hisham Muhammad authored
Mac build fixes
-
Michael McConville authored
-
- 17 Sep, 2015 3 commits
-
-
trebmuh authored
This one is adding FR localisation to the desktop file. Cheers.
-
kaefer authored
-
Michael McConville authored
-
- 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 3 commits
-
-
Christian Hesse authored
-
Christian Hesse authored
-
Hisham Muhammad authored
-