- 02 Jan, 2016 4 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
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.
-
- 02 Nov, 2015 1 commit
-
-
Hisham Muhammad authored
OpenBSD port updates and error exit improvements
-
- 01 Nov, 2015 2 commits
-
-
Michael McConville authored
err.h functions corrupts the terminal when using curses.
-
Michael McConville authored
-
- 26 Oct, 2015 1 commit
-
-
Hisham Muhammad authored
Fix a case where the usertime calculation can overflow (see issue #202)
-
- 25 Oct, 2015 2 commits
-
-
Hisham Muhammad authored
Darwin cpu average
-
Hisham Muhammad authored
-
- 23 Oct, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 19 Oct, 2015 3 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
add hint about system configuration file
-
Hisham Muhammad authored
Closes #293.
-
- 13 Oct, 2015 1 commit
-
-
Michael McConville authored
-
- 09 Oct, 2015 1 commit
-
-
Michael McConville authored
-
- 07 Oct, 2015 1 commit
-
-
Hisham Muhammad authored
PPID and JID update fix
-
- 06 Oct, 2015 15 commits
-
-
Martin "eto" Misuth authored
-
Martin "eto" Misuth authored
Fixed reparenting issue. PPID should be updated each refresh as any process can get reparented to either PID1 or even any other PID (if there are custom reapers in the system). Similar issue with jails, elevated process can ask kernel to attach itself into any jail at any time, thus JID and jail name can change each refresh cycle.
-
Martin "eto" Misuth authored
-
Martin "eto" Misuth authored
-
Hisham Muhammad authored
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
Add OpenBSD signals
-
Michael McConville authored
-
Michael McConville 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 ```
-
Christian Hesse 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 1 commit
-
-
Michael McConville authored
-