- 26 Jul, 2017 1 commit
-
-
Hisham Muhammad authored
-
- 10 Jul, 2017 4 commits
-
-
Hisham Muhammad authored
Thanks @Sworddragon for the heads up. See #88.
-
-
Hisham Muhammad authored
Closes #648.
-
Hisham Muhammad authored
DragonFlyBSD PID_MAX is 999999.
-
- 07 Jul, 2017 1 commit
-
-
Explorer09 authored
See DragonFlyBSD source "sys/sys/proc.h". Fixes #646
-
- 05 Jul, 2017 2 commits
-
-
Hisham Muhammad authored
As suggested by @wolfgang42 in #100.
-
Hisham Muhammad authored
As suggested by @wolfgang42. Fixes #100.
-
- 06 Jun, 2017 2 commits
-
-
Hisham authored
-
Hisham Muhammad authored
make special keys also work with TERM=xterm-256color
-
- 01 Jun, 2017 1 commit
-
-
Michael Klein authored
-
- 23 May, 2017 1 commit
-
-
Hisham authored
-
- 25 Apr, 2017 5 commits
-
-
Hisham Muhammad authored
Mouse-friendly functions bar for meters panel
-
Hisham authored
-
Hisham Muhammad authored
update keymap in help
-
Hisham Muhammad authored
Initial addition of dragonflybsd (based on FreeBSD)
-
Hisham Muhammad authored
Enh: scripts/MakeHeader script
-
- 21 Apr, 2017 3 commits
-
-
Diederik de Groot authored
Only write a new .h file if something changed for the header file being created. This prevents a lot of recompilation during development
-
Diederik de Groot authored
-
Diederik de Groot authored
-
- 20 Apr, 2017 1 commit
-
-
Diederik de Groot authored
Note: dragonflybsd does not have 'jail_get' like freebsd does. It does however provide a sysctl "jail.list" which returns a list of all jails.
-
- 19 Apr, 2017 2 commits
-
-
Diederik de Groot authored
-
ryenus authored
-
- 29 Mar, 2017 2 commits
-
-
Hisham Muhammad authored
Add missing include
-
Hisham Muhammad authored
Add Comment[zh_CN] and GenericName[zh_CN] into htop.desktop
-
- 25 Mar, 2017 1 commit
-
-
coypoop authored
sys/time.h for struct timeval
-
- 23 Mar, 2017 1 commit
-
-
giwhub authored
-
- 16 Feb, 2017 2 commits
-
-
https://github.com/hishamhm/htopHisham authored
-
Hisham authored
Apparently invalid results can be returned by buggy drivers in old laptops, as reported by @thukydides. See #596.
-
- 04 Feb, 2017 2 commits
-
-
Hisham Muhammad authored
Issue #502 update Session ID column
-
Kamyar Rasta authored
-
- 31 Jan, 2017 1 commit
-
-
Kamyar Rasta authored
-
- 30 Dec, 2016 1 commit
-
-
Hisham Muhammad authored
Replace all uses of sprintf with snprintf
-
- 29 Dec, 2016 1 commit
-
-
Tomasz Kramkowski authored
In all the cases where sprintf was being used within htop, snprintf could have been used. This patch replaces all uses of sprintf with snprintf which makes sure that if a buffer is too small to hold the resulting string, the string is simply cut short instead of causing a buffer overflow which leads to undefined behaviour. `sizeof(variable)` was used in these cases, as opposed to `sizeof variable` which is my personal preference because `sizeof(variable)` was already used in one way or another in other parts of the code.
-
- 01 Oct, 2016 1 commit
-
-
Hisham authored
translate dev_t to major:minor on other platforms. Closes #316.
-
- 16 Sep, 2016 4 commits
-
-
https://github.com/hishamhm/htopHisham authored
-
Hisham authored
and change alignment of numbers.
-
Hisham Muhammad authored
Real-time signals support (kill command)
-
Hisham Muhammad authored
Real-time signals support (kill command)
-
- 14 Sep, 2016 1 commit
-
-
Explorer09 authored
SignalsPanel_new now fetches SIGRTMIN and SIGRTMAX and generates real- time signals entries at runtime. All signals between SIGRTMIN and SIGRTMAX are written in "SIGRTMIN+n" notation, per discussion in pull request #551. Signed-off-by: Kang-Che Sung <explorer09 @ gmail.com>
-