- 26 Oct, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 25 Oct, 2015 1 commit
-
-
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.
-
- 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 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 1 commit
-
-
kaefer authored
-