summaryrefslogtreecommitdiffstats
path: root/linux
AgeCommit message (Expand)Author
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
2016-01-06Merge remote-tracking branch 'upstream/master' into envscreenMichael Klein
2016-01-03Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2016-01-02Fix spelling of "maintainer"Michael McConville
2015-12-14Extend buffer for reading lines from /proc.Hisham Muhammad
2015-12-03Add Platform_getProcessEnvMichael Klein
2015-11-29Cached memory calculations, take 2.Hisham Muhammad
2015-11-28Account unreclaimable slab and shmem as used memory,Hisham Muhammad
2015-10-26Merge pull request #298 from patrickmarlier/issue202Hisham Muhammad
2015-10-23Calculate CPU averages on Darwin (See #295).Hisham Muhammad
2015-10-06fixed broken merge, where I forgot to check linux/Platform.c so that it match...Martin "eto" Misuth
2015-10-06Added platform dependent DEFAULT_SIGNAL define, for now for:Martin "eto" Misuth
2015-10-06Move list of signals to platform-specific code.Hisham Muhammad
2015-09-14Fix a case where the usertime calculation can overflow (see issue #202)Patrick Marlier
2015-09-07fix calloc() callsChristian Hesse
2015-08-20Reduce scope of variables.Hisham Muhammad
2015-08-20Make column width calculation dynamic.Hisham Muhammad
2015-08-19Rename String to StringUtils.David Hunt
2015-08-12Merge pull request #230 from maksqwe/cstime_fixHisham Muhammad
2015-08-04Fix typo in commentpeter-warhzner
2015-07-23Fix sort by cstimeMaks Naumov
2015-05-15fix compiler warningsChristian Hesse
2015-05-13Fix compilation of OpenVZ support.Hisham Muhammad
2015-04-09Enable OOM support unconditionally on Linux.Hisham Muhammad
2015-04-09Fixes to use platform-specific compare routines.Hisham Muhammad
2015-04-02Merge branch 'master' into wipHisham Muhammad
2015-03-31Fixes to subclassing Process.Hisham Muhammad