summaryrefslogtreecommitdiffstats
path: root/linux
Commit message (Expand)AuthorAgeFilesLines
* Simplify statm parsing and document unused fieldsChristian Göttsche2020-10-062-20/+15
* Handle Panel_getSelected() returning NULLChristian Göttsche2020-10-061-1/+2
* Merge branch 'update-license-and-copyright-info'Nathan Scott2020-10-0615-15/+15
|\
| * Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-0515-15/+15
* | Add a date and datetime meter (#159)Michael F. Schönitzer2020-10-051-0/+4
|/
* Introduce ARRAYSIZEChristian Göttsche2020-10-032-2/+2
* Resolve DEBUG compilation issuesChristian Göttsche2020-10-031-1/+1
* Add DiskIOMeter for IO read/write usageChristian Göttsche2020-10-032-0/+53
* Add security attribute process columnChristian Göttsche2020-10-033-1/+38
* Drop redundant declarationsChristian Göttsche2020-09-291-2/+0
* Drop redundant return statementsChristian Göttsche2020-09-291-1/+0
* Drop redundant casts to the same typeChristian Göttsche2020-09-293-6/+6
* CPUMeter: add octuple-column CPU meters.multi2020-09-281-0/+3
* Merge branch 'arc-is-not-cache' of https://github.com/multiplexd/htop into mu...Nathan Scott2020-09-281-0/+7
|\
| * Linux: consider the ZFS ARC to be cache.multi2020-09-241-0/+7
* | Do not drop qualifier in castChristian Göttsche2020-09-243-14/+14
* | Avoid bad function cast warningChristian Göttsche2020-09-241-1/+1
* | Include prototype in Battery implementationChristian Göttsche2020-09-242-1/+4
* | Read CPU frequency from sysfs by defaultChristian Göttsche2020-09-241-51/+77
* | Add DeepCode inline suppressionChristian Göttsche2020-09-241-0/+1
|/
* Use return value of CLAMP functionBenny Baumann2020-09-241-1/+1
* Update delay accounting to use NAN on errorBenny Baumann2020-09-242-4/+4
* Update CPU freq display to use NAN on errorBenny Baumann2020-09-241-1/+1
* Properly query sysconf settting and use NAN if unavailableBenny Baumann2020-09-241-2/+10
* Update IO rate display to use NAN on errorBenny Baumann2020-09-242-5/+12
* Update battery API to use NAN on errorBenny Baumann2020-09-241-12/+13
* Use checked allocation wrappersChristian Göttsche2020-09-231-6/+6
* Fix memory leak on cgroup read failureChristian Göttsche2020-09-212-2/+5
* Mark noreturn functionsChristian Göttsche2020-09-182-0/+3
* Use strict function prototypesChristian Göttsche2020-09-182-4/+4
* Allow third party sigsegv handlerChristian Göttsche2020-09-171-1/+5
* Avoid unsigned integer overflowChristian Göttsche2020-09-171-1/+1
* Add Linux process column for context switchesChristian Göttsche2020-09-173-1/+42
* Use PROCDIR throughout instead of /proc on LinuxChristian Göttsche2020-09-172-3/+3
* Avoid potential buffer overflow in LinuxProcessList_readStatFileChristian Göttsche2020-09-171-2/+4
* Drop always true conditionChristian Göttsche2020-09-121-1/+1
* Switch variable/field naming from WhiteList to MatchListNathan Scott2020-09-092-3/+3
* Consolidate repeated macro definitions into one headerNathan Scott2020-09-094-17/+1
* Further, minor cleanups to headers post-MakeHeadersNathan Scott2020-09-085-64/+0
* Remove superfluous 'extern's from function declarations.Zev Weiss2020-09-036-26/+26
* Axe automated header generation.Zev Weiss2020-09-0312-299/+0
* Reduce oom cast from long to intChristian Göttsche2020-08-311-1/+1
* Merge branch 'configure' of https://github.com/cgzones/htop into cgzones-conf...Nathan Scott2020-08-311-1/+1
|\
| * Really tell gcc to ignore return value of fscanfChristian Göttsche2020-08-281-1/+1
* | Merge branch 'master' of github.com:htop-dev/htopNathan Scott2020-08-312-5/+4
|\ \
| * | Improve OOM outputChristian Göttsche2020-08-282-5/+4
| |/
* | Check btime sscanf parse from /proc/statChristian Göttsche2020-08-281-1/+2
* | Avoid use of uninitialized variablesChristian Göttsche2020-08-281-3/+3
* | Ignore sscanf return value of /proc/statChristian Göttsche2020-08-281-2/+2
* | Fail on out-of-range CPU numberChristian Göttsche2020-08-281-1/+1
|/

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