summaryrefslogtreecommitdiffstats
path: root/linux
AgeCommit message (Expand)Author
2020-12-22Resolve clang-analyzer signed/unsigned comparison CI failureNathan Scott
2020-12-21DiD: Ensure string offsets are inside string boundariesBenny Baumann
2020-12-21Avoid NULL dereference on zombie processesBenny Baumann
2020-12-20Make remaining number literals use uppercaseBenny Baumann
2020-12-20Use upper case numeric literalsChristian Göttsche
2020-12-19Mark Platform_defaultFields constChristian Göttsche
2020-12-19Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche
2020-12-19Rework enum ProcessFieldChristian Göttsche
2020-12-19LinuxProcess: drop dead Process columnsChristian Göttsche
2020-12-19Split boilerplate and platform-independent field comparisonBenny Baumann
2020-12-19Invert Process_compare resolution so that superclass matches run firstHisham Muhammad
2020-12-16Move macro definitions close to usageChristian Göttsche
2020-12-16Use common naming for bare enum typesChristian Göttsche
2020-12-15LibSensors: fix unversioned libsensors library nameChristian Göttsche
2020-12-15LibSensors: restore temperature for Raspberry PiChristian Göttsche
2020-12-14Handle absence of package CPU temperatureChristian Göttsche
2020-12-14Harden the extraction of boot time for the Linux platformNathan Scott
2020-12-14Cleanup initialization of jiffies on the Linux platformNathan Scott
2020-12-14Simplify initialization of the Linux haveSmapsRollup variableNathan Scott
2020-12-13Merge branch 'fix-dlopen-libsensors-debian' of fasterit/htopDaniel Lange
2020-12-13Define O_PATH if not already definedChris Burr
2020-12-12Fix dlopen issue for libsensors5 in Debian Buster, BullseyeDaniel Lange
2020-12-10Cull the definitions of pageSize and pageSizeKB from CRT.cNathan Scott
2020-12-08PSI Meter: use constant width and only print ten-duration as barChristian Göttsche
2020-12-08Additional code simplificationBenny Baumann
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-07SELinuxMeter: silence comparison warning on 32-bitChristian Göttsche
2020-12-06Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing t...Christian Göttsche
2020-12-06Use size_t as type for buffer length in ProcessChristian Göttsche
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
2020-12-06IWYU updateChristian Göttsche
2020-12-06Initialize buffer for retrieved pathBenny Baumann
2020-12-05LinuxProcessList: add underscore suffix for raw struct nameChristian Göttsche
2020-12-05Resolve conversion from ssize_t to int for readlink return valueChristian Göttsche
2020-12-04Convert personal copyright authorship to teamChristian Göttsche
2020-12-03Linux: avoid float division by 0 after system sleepChristian Göttsche
2020-12-03Add Linux cwd process columnChristian Göttsche
2020-12-02Dynamically load libsensors at runtimeChristian Göttsche
2020-12-02Add xReadfile wrapper for reading small to medium size filesChristian Göttsche
2020-12-02PressureStallMeter: improve display stringsChristian Göttsche
2020-12-02Use String_eq for readability and consistencyChristian Göttsche
2020-12-02Add cast to unsigned char to avoid signed char misuseChristian Göttsche
2020-12-02Merge identical conditional branchesChristian Göttsche
2020-12-02Drop redundant return statementsChristian Göttsche
2020-11-29Linux: fix process parsing for hidden pid directoriesChristian Göttsche
2020-11-28TypoChristian Göttsche
2020-11-28Update even more snprintfsChristian Göttsche
2020-11-28Use 'N/A' instead of 'no perm' for more consistencyBenny Baumann
2020-11-28Fix reading of device nodes > 2 chars from memory mapsDaniel Lange
2020-11-28Add compat mode for systems without openat(2)Christian Göttsche