361 Commits (bfcb8ca0196eef942e6363e2fd7faa80eddec644)

Author SHA1 Message Date
Christian Göttsche 8fe04b7494 Hashtable: use more distinct typename for key type 5 years ago
Matej Dian 43d5c61884 LibSensors: add support for Ryzen CPUs 5 years ago
Christian Göttsche e103ec0317 Declare for loop variables inside the loop 5 years ago
Christian Göttsche ce9e7fd14f Panel_new: reorder arguments 5 years ago
Christian Göttsche 8c8149d146 XUtils: check for multiplication overflow in allocation size 5 years ago
Christian Göttsche 90ea3ac3c9 Object: return int on comparison 5 years ago
Christian Göttsche 293c16e22d Only initialize and gather delay accounting data if a related column is enabled 5 years ago
Daniel Lange ca9d7cd708 Also find libsensors.so.4 for Fedora and friends 5 years ago
Christian Göttsche aa08279964 Linux: accept clock CPU frequency 5 years ago
Nathan Scott dfb9b82607 Resolve clang-analyzer signed/unsigned comparison CI failure 5 years ago
Benny Baumann 6502b02666 DiD: Ensure string offsets are inside string boundaries 5 years ago
Benny Baumann 10c6810bff Avoid NULL dereference on zombie processes 5 years ago
Benny Baumann 4a73e80338 Make remaining number literals use uppercase 5 years ago
Christian Göttsche 6b100b0cf4 Use upper case numeric literals 5 years ago
Christian Göttsche f614b8a19f Mark Platform_defaultFields const 5 years ago
Christian Göttsche 9f68c8d341 Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns 5 years ago
Christian Göttsche 89473cc9ae Rework enum ProcessField 5 years ago
Christian Göttsche d872e36308 LinuxProcess: drop dead Process columns 5 years ago
Benny Baumann 77db240b48 Split boilerplate and platform-independent field comparison 5 years ago
Hisham Muhammad 3d1703f16f Invert Process_compare resolution so that superclass matches run first 5 years ago
Christian Göttsche 0cb257586a Move macro definitions close to usage 5 years ago
Christian Göttsche 1193c6e349 Use common naming for bare enum types 5 years ago
Christian Göttsche 4eeeb63647 LibSensors: fix unversioned libsensors library name 5 years ago
Christian Göttsche eb36385a6b LibSensors: restore temperature for Raspberry Pi 5 years ago
Christian Göttsche c9583c692d Handle absence of package CPU temperature 5 years ago
Nathan Scott b7836515e8 Harden the extraction of boot time for the Linux platform 5 years ago
Nathan Scott a3db2da4a7 Cleanup initialization of jiffies on the Linux platform 5 years ago
Nathan Scott 8d69a9a53e Simplify initialization of the Linux haveSmapsRollup variable 5 years ago
Chris Burr 8149823d56 Define O_PATH if not already defined 5 years ago
Daniel Lange 12421f460a Fix dlopen issue for libsensors5 in Debian Buster, Bullseye 5 years ago
Nathan Scott 75e9f9a8d9 Cull the definitions of pageSize and pageSizeKB from CRT.c 5 years ago
Christian Göttsche ded9c5d363 PSI Meter: use constant width and only print ten-duration as bar 5 years ago
Benny Baumann f6613db5cd Additional code simplification 5 years ago
Christian Göttsche 157086e750 Split RichString_(append|appendn|write) into wide and ascii 5 years ago
Christian Göttsche 05969998c1 SELinuxMeter: silence comparison warning on 32-bit 5 years ago
Christian Göttsche ad764ff972 Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing to bar buffers 5 years ago
Christian Göttsche 77ec86aff4 Use size_t as type for buffer length in Process 5 years ago
Christian Göttsche e1ce141bc3 Use size_t as len type for Meter_UpdateValues 5 years ago
Christian Göttsche 7ba25aa3c4 IWYU update 5 years ago
Benny Baumann 22f8f8000c Initialize buffer for retrieved path 5 years ago
Christian Göttsche 876194492f LinuxProcessList: add underscore suffix for raw struct name 5 years ago
Christian Göttsche f61e74a4af Resolve conversion from ssize_t to int for readlink return value 5 years ago
Christian Göttsche bc16fa037f
Convert personal copyright authorship to team 5 years ago
Christian Göttsche d1db9da936 Linux: avoid float division by 0 after system sleep 5 years ago
Christian Göttsche fe84840314 Add Linux cwd process column 5 years ago
Christian Göttsche b76eaf187a Dynamically load libsensors at runtime 5 years ago
Christian Göttsche f7a8952933 Add xReadfile wrapper for reading small to medium size files 5 years ago
Christian Göttsche 1d8192c10b PressureStallMeter: improve display strings 5 years ago
Christian Göttsche c0b50164dd Use String_eq for readability and consistency 5 years ago
Christian Göttsche 7975cd2ca3 Add cast to unsigned char to avoid signed char misuse 5 years ago