summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Mark some things as constRichard2017-07-2215-34/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Several string pointer arrays pointed to const strings but were not const themselves. A few various structures and arrays were also marked const.
| | * | .gitignore vim & nano swp filesRichard2017-07-221-0/+1
| | | |
| * | | Merge pull request #657 from kalbasit/remove_whitespace_from_config_fileHisham Muhammad2017-07-251-3/+9
| |\ \ \ | | |/ / | |/| | Settings: do not emit trailing whitespace
| | * | Settings: do not emit trailing whitespaceWael M. Nasreddine2017-07-241-3/+9
| |/ /
* | | Security review: make privilege dropping-restoring optional.Hisham Muhammad2017-07-267-21/+92
| | | | | | | | | | | | | | | | | | | | | This is/was necessary only on macOS, because you needed root in order to read the process list. This was never necessary on Linux, and it also raises security concerns, so now it needs to be enabled explicitly at build time.
* | | Use regular readdir since readdir_r is deprecated and newer GCC complains.Hisham Muhammad2017-07-261-12/+6
|/ /
* | Add "no perm" status when other fields fail due to lack of permission.Hisham Muhammad2017-07-102-2/+15
| | | | | | | | | | Thanks @Sworddragon for the heads up. See #88.
* | Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad2017-07-101-1/+1
|\ \
| * \ Merge pull request #647 from Explorer09/dragonfly-pid-maxHisham Muhammad2017-07-101-1/+1
| |\ \ | | |/ | |/| DragonFlyBSD PID_MAX is 999999.
| | * DragonFlyBSD PID_MAX is 999999.Explorer092017-07-071-1/+1
| |/ | | | | | | | | | | See DragonFlyBSD source "sys/sys/proc.h". Fixes #646
* / Add a clear warning about unsupported platforms.Hisham Muhammad2017-07-101-0/+14
|/ | | | Closes #648.
* Set idle I/O prio to 0x6007, like ionice.Hisham Muhammad2017-07-052-2/+2
| | | | As suggested by @wolfgang42 in #100.
* Use class value only to display idle I/O priority.Hisham Muhammad2017-07-051-1/+1
| | | | As suggested by @wolfgang42. Fixes #100.
* Merge branch 'master' into fixedgrayHisham2017-06-061-1/+1
|\
| * Merge pull request #624 from mklein-de/xterm-256colorHisham Muhammad2017-06-061-1/+1
| |\ | | | | | | make special keys also work with TERM=xterm-256color
| | * make special keys also work with TERM=xterm-256colorMichael Klein2017-06-011-1/+1
| |/
* / Work around the strange behavior of gray.Hisham2017-05-232-12/+28
|/
* Merge pull request #414 from Explorer09/meters-panel-editHisham Muhammad2017-04-242-7/+19
|\ | | | | Mouse-friendly functions bar for meters panel
| * Mouse-friendly functions bar for meters panelExplorer092016-07-162-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: SpaceStyle EnterMove DelDeleteEscDone | ~~~~~ ~~~~~ ~~~ ~~~ | UpUp DnDown LtLeft RtRight EnterConfirmDelDeleteEscDone | ~~ ~~ ~~ ~~ ~~~~~ ~~~ ~~~ | After: SpaceStyle EnterMove DelDeleteF10Done ~~~~~ ~~~~~ ~~ ~~~ ~~~ SpaceStyle EnterLock UpUp DnDown <-Left ->Right DelDeleteF10Done ~~~~~ ~~~~~ ~~ ~~ ~~ ~~ ~~ ~~~ ~~~ * Align 'Delete' and 'Done' to the right to match functions on other screens. (Accidental clicking is avoided as a side benefit.) * You could change meter type while in moving mode. New bar now hints this. * Two Enter key functions are put in the same place and so mouse clicks there act like functions toggle. (The wording change to 'Lock' is also to reflect this.) * '<-' and '->' instead of 'Lt' and 'Rt' abbreviation as the latter is not widely seen and arrows shapes are obvious. :) * 'Esc' key for 'Done' in this context may not be intuitive, comparing to 'F10'. While I wish there be a Cancel/Undo function for 'Esc', it wouldn't hurt if we write 'F10' for 'Done' on functions bar for now.
| * Reword 'Type' to 'Style' for meters.Explorer092016-07-162-1/+5
| | | | | | | | | | Per @hishamhm's suggestion. This is UI change only. In code the class names and symbols still refer them as "modes".
* | F6 is actually used for both actions, depending on context.Hisham2017-04-241-1/+1
| |
* | Merge pull request #612 from ryenus/keymapHisham Muhammad2017-04-241-2/+2
|\ \ | | | | | | update keymap in help
| * | update keymap in helpryenus2017-04-191-2/+2
| | |
* | | Merge pull request #613 from dkgroot/masterHisham Muhammad2017-04-2413-10/+1259
|\ \ \ | | | | | | | | Initial addition of dragonflybsd (based on FreeBSD)
| * | | Enh: Add support for backtrace using execinfoDiederik de Groot2017-04-213-2/+19
| | | |
| * | | Fix: TreeViewDiederik de Groot2017-04-211-1/+2
| | | |
| * | | implement: readJailNameDiederik de Groot2017-04-202-45/+72
| | | | | | | | | | | | | | | | | | | | 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.
| * | | Initial addition of dragonflybsd (based on FreeBSD)Diederik de Groot2017-04-1913-10/+1214
| |/ /
* | | Merge pull request #614 from dkgroot/EnhanceMakeHeaderHisham Muhammad2017-04-241-24/+33
|\ \ \ | |/ / |/| | Enh: scripts/MakeHeader script
| * | Enh: scripts/MakeHeader scriptDiederik de Groot2017-04-211-24/+33
|/ / | | | | | | | | Only write a new .h file if something changed for the header file being created. This prevents a lot of recompilation during development
* | Merge pull request #610 from coypoop/patch-1Hisham Muhammad2017-03-281-0/+1
|\ \ | | | | | | Add missing include
| * | Add missing includecoypoop2017-03-251-0/+1
| | | | | | | | | sys/time.h for struct timeval
* | | Merge pull request #608 from giwhub/giwhub-patch-1Hisham Muhammad2017-03-281-0/+2
|\ \ \ | |/ / |/| | Add Comment[zh_CN] and GenericName[zh_CN] into htop.desktop
| * | Add Comment[zh_CN] and GenericName[zh_CN] into htop.desktopgiwhub2017-03-241-0/+2
|/ /
* | Merge branch 'master' of https://github.com/hishamhm/htopHisham2017-02-1511-33/+33
|\ \
| * \ Merge pull request #593 from kamyarrasta/issue/502sessionidHisham Muhammad2017-02-045-8/+8
| |\ \ | | | | | | | | Issue #502 update Session ID column
| | * | Issue #502 fix SID colunm header widthKamyar Rasta2017-02-054-4/+4
| | | |
| | * | Issue #502 update Session ID columnKamyar Rasta2017-02-015-8/+8
| |/ /
| * | Merge pull request #584 from EliteTK/buffer-lengthsHisham Muhammad2016-12-306-25/+25
| |\ \ | | | | | | | | Replace all uses of sprintf with snprintf
| | * | Replace all uses of sprintf with snprintfTomasz Kramkowski2016-12-296-25/+25
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* / / Cap battery at 100%.Hisham2017-02-151-0/+3
|/ / | | | | | | | | Apparently invalid results can be returned by buggy drivers in old laptops, as reported by @thukydides. See #596.
* | Interpret TTY_NR column on Linux,Hisham2016-10-0110-30/+197
| | | | | | | | | | translate dev_t to major:minor on other platforms. Closes #316.
* | Merge branch 'master' of https://github.com/hishamhm/htopHisham2016-09-160-0/+0
|\ \
| * \ Merge pull request #551 from Explorer09/rt-signalsHisham Muhammad2016-09-161-1/+24
| |\ \ | | | | | | | | Real-time signals support (kill command)
* | | | Protect against strange values of SIGRTMIN and SIGRTMAX,Hisham2016-09-161-14/+5
| | | | | | | | | | | | | | | | and change alignment of numbers.
* | | | Merge pull request #551 from Explorer09/rt-signalsHisham Muhammad2016-09-161-1/+24
|\ \ \ \ | |/ / / |/| / / | |/ / Real-time signals support (kill command)
| * / Real-time signals support (for kill command)Explorer092016-09-141-1/+24
|/ / | | | | | | | | | | | | | | | | | | 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>
* | Merge branch 'master' of https://github.com/hishamhm/htopHisham2016-09-111-1/+1
|\ \
| * \ Merge pull request #555 from ivan/masterHisham Muhammad2016-09-061-1/+1
| |\ \ | | | | | | | | Fix column misalignment for priority -101 threads
| | * | Fix column misalignment for priority -101 threadsIvan Kozik2016-09-061-1/+1
| |/ / | | | | | | | | | | | | | | | BFS-patched kernels can have kernel threads with priority -101. This change makes priority -101 display as "RT", just like priority -100. Related: https://github.com/hishamhm/htop/issues/314

© 2014-2024 Faster IT GmbH | imprint | privacy policy