summaryrefslogtreecommitdiffstats
path: root/linux
AgeCommit message (Expand)Author
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-11SELinuxMeter: hardcode SELINUX_MAGIC valueChristian Göttsche
2021-01-11Linux: Add SwapCached to the swap meterDavid Zarzycki
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-11Remove dead codeChristian Göttsche
2021-01-11Process: drop commLenChristian Göttsche
2021-01-11Add wrapper function for free and strdupChristian Göttsche
2021-01-11Drop always false conditionChristian Göttsche
2021-01-11Linux: use correct column alignment for wide fieldsChristian Göttsche
2021-01-10RichString_setAttrn: refactor to take a length instead of a stop indexChristian Göttsche
2021-01-06Hashtable: use more distinct typename for key typeChristian Göttsche
2021-01-06LibSensors: add support for Ryzen CPUsMatej Dian
2021-01-06Declare for loop variables inside the loopChristian Göttsche
2021-01-04Panel_new: reorder argumentsChristian Göttsche
2021-01-02XUtils: check for multiplication overflow in allocation sizeChristian Göttsche
2021-01-02Object: return int on comparisonChristian Göttsche
2021-01-01Only initialize and gather delay accounting data if a related column is enabledChristian Göttsche
2020-12-25Also find libsensors.so.4 for Fedora and friendsDaniel Lange
2020-12-23Linux: accept clock CPU frequencyChristian Göttsche
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