summaryrefslogtreecommitdiffstats
path: root/linux
AgeCommit message (Expand)Author
2019-03-20Linux: Use /proc/*/smaps_rollup for improved PSS parsing speedAlexander Schlarb
2019-03-20Linux: Add PSS (proportional set size), Swap and SwapPSS calculationAlexander Schlarb
2019-02-13Add pressure stall information (PSI) meters on LinuxRan Benita
2019-02-12Don't follow process when selecting non-process-specific optionswangqr
2019-02-10Linting changesHisham Muhammad
2018-12-15Remove unnecessary HAVE_SYS_SYSMACROS_H checkWataru Ashihara
2018-10-07Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking al...Daniel Lange
2018-08-24Linux: fix CPU countHisham Muhammad
2018-08-24Linux: remove warnings of unused variablesHisham Muhammad
2018-08-19Linux: add process->starttime and use it for STARTTIME column (#700)Shawn Landden
2018-07-28Fix process name updates for shorter strings (#812)Score_Under
2018-05-22Fix #define to match header when regenerating with MakeHeader.py (#789)Faster IT
2018-03-25Linux: change how kernel threads are detectedHisham Muhammad
2018-02-26Updates to generated header filesHisham Muhammad
2018-02-26Fix build failure ('major' undefined) in glibc 2.28. (#746)Kang-Che Sung (宋岡哲)
2018-02-18Replace size_t with int/void* unionHisham Muhammad
2018-02-18linux/Battery.c: make sure fd is always closedHisham Muhammad
2018-02-17linux/LinuxProcessList.c: Fix indentation.Hisham Muhammad
2018-02-17linux/LinuxProcessList: fix reading of number of read syscalls of processMarc Kleine-Budde
2018-02-04parseBatInfo: check `line` for NULL before passing it to String_getToken()Jan Chren (rindeal)
2018-02-04Add support for Linux TASK_IDLEVladimir Panteleev
2017-12-04Adds support for linux delay accounting (#667)André Carvalho
2017-08-01Do not use xSnprintf when the result is used. Fixes #662.Hisham Muhammad
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2017-07-26Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2017-07-26Use regular readdir since readdir_r is deprecated and newer GCC complains.Hisham Muhammad
2017-07-22Mark some things as constRichard
2017-07-10Add "no perm" status when other fields fail due to lack of permission.Hisham Muhammad
2017-07-05Set idle I/O prio to 0x6007, like ionice.Hisham Muhammad
2017-07-05Use class value only to display idle I/O priority.Hisham Muhammad
2017-02-15Merge branch 'master' of https://github.com/hishamhm/htopHisham
2017-02-15Cap battery at 100%.Hisham
2017-02-05Issue #502 fix SID colunm header widthKamyar Rasta
2017-02-01Issue #502 update Session ID columnKamyar Rasta
2016-10-01Interpret TTY_NR column on Linux,Hisham
2016-08-30Mark signal tables 'const'Explorer09
2016-08-24Return when reading cmdline fails (e.g. zombie process)Hisham
2016-08-11Optimize Strings_startWith()Explorer09
2016-06-19Dynamically adjust the size of line readsHisham Muhammad
2016-06-15Don't store invisible trailing whitespaceHisham
2016-02-29any of these values may wrapHisham
2016-02-20Catch invalid IO values due to no permissions.Hisham
2016-02-19Try to retain last full name of a zombie process.Hisham
2016-02-16Fix reading of io_syscr and io_syscw.Hisham
2016-02-14Disable the syscall on systems that don't have it.Hisham
2016-02-13Fix buffer reuse.Hisham
2016-02-02Merge branch 'reuse-comm'Hisham
2016-02-02Reuse comm object if possible, avoid useless repetitions of free+strdup.Hisham
2016-02-02Check for failure in allocations.Hisham
2016-01-15Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer09