371 Commits (78b993dbb4d58aec8cb5b32f23014eeabd900f2f)

Author SHA1 Message Date
Christian Göttsche 2b62126aea Mark several non-modified pointer variables const 5 years ago
Christian Göttsche 960f52b783 SELinuxMeter: hardcode SELINUX_MAGIC value 5 years ago
David Zarzycki 37e186fd66 Linux: Add SwapCached to the swap meter 5 years ago
Christian Göttsche d72b0a682e Mark several non-modified pointer variables const 5 years ago
Christian Göttsche 1b2d48bc9a Remove dead code 5 years ago
Christian Göttsche d9240999e9 Process: drop commLen 5 years ago
Christian Göttsche 70f48f1f44 Add wrapper function for free and strdup 5 years ago
Christian Göttsche 3715301fe3 Drop always false condition 5 years ago
Christian Göttsche a5db139a0a Linux: use correct column alignment for wide fields 5 years ago
Christian Göttsche 3bb731c645 RichString_setAttrn: refactor to take a length instead of a stop index 5 years ago
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