- 06 Oct, 2015 5 commits
-
-
Martin "eto" Misuth authored
-
Hisham Muhammad authored
-
Martin "eto" Misuth authored
FreeBSD Linux Other platforms will have it undefined for now.
-
Martin "eto" Misuth authored
htop fails to compile with: ```text SignalsPanel.c:32:49: error: use of undeclared identifier 'Platform_signals' Panel_set(this, i, (Object*) ListItem_new(Platform_signals[i].name, Platform_signals[i].number)); ^ 1 error generated. *** Error code 1 ```
-
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.
-
- 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".
-
- 17 Sep, 2015 1 commit
-
-
Michael McConville authored
-
- 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)
-
- 20 Aug, 2015 1 commit
-
-
Hisham Muhammad authored
Closes #228.
-
- 07 Jun, 2015 2 commits
-
-
Lance Chen authored
`Process_new_fn` had been renamed to `Process_New` in d880def0
-
Lance Chen authored
Several functions and struct had changed in b291fba0
-
- 09 Apr, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 17 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 16 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 27 Nov, 2014 8 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
This will produce too much replicated code. I think I'll use a lighter abstraction in things like this.
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-