122 Commits (d2a476cddb009f98bd709bbbfe335a08e4820bce)

Author SHA1 Message Date
mayurdahibhate 3f86a011e6 platform-dependent files included relative to main source directory 5 years ago
mayurdahibhate 1b74dfe187 cleaned up includes with iwyu 5 years ago
Christian Göttsche 36880cd61c Add read-only option 5 years ago
Christian Göttsche 812cfcb94d Rename drop-capabilities options none to off 5 years ago
Christian Göttsche 73f5ecf528 Linux: handle garbage in /proc/loadavg 5 years ago
Christian Göttsche 5ef3c26168 Drop always true condition 5 years ago
Christian Göttsche 7b293dc3e2 Linux: fix --drop-capabilities 5 years ago
Nathan Scott 253ff23f9e Use a platform-specific routine for long option usage 5 years ago
Nathan Scott 0ada9f325f Move libcap use to (Linux) platform-specific code 5 years ago
Christian Göttsche a11d01568c Use unsigned types for CPU counts and associated variables 5 years ago
Christian Göttsche 9f41dc3332 MemoryMeter: show shared memory before cached 5 years ago
Christian Göttsche d9f2eacbc5 Linux: individually show shared memory 5 years ago
Nathan Scott 00339087b0 Fix integer sizing issues in the DiskIO Meter 5 years ago
Nathan Scott 2d1839289e Fix integer sizing issues in the NetworkIO Meter 5 years ago
Christian Göttsche f273bfd083 Linux: restore memory calculation regarding HugePages 5 years ago
Christian Göttsche 3d497a3760 Linux: overhaul memory partition 5 years ago
Christian Göttsche fd4e6b432b Use MainPanel type in State struct 5 years ago
ahgamut 51e79ddc07 [#480] SysArchMeter to view kernel/arch info 5 years ago
Christian Göttsche 4d85848988 Linux: handle hugepages 5 years ago
Daniel Lange 71f51a20c1 Define PATH_MAX for GNU/hurd 5 years ago
Christian Göttsche 2b62126aea Mark several non-modified pointer variables const 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 f614b8a19f Mark Platform_defaultFields const 5 years ago
Christian Göttsche 89473cc9ae Rework enum ProcessField 5 years ago
Christian Göttsche 7ba25aa3c4 IWYU update 5 years ago
Christian Göttsche f61e74a4af Resolve conversion from ssize_t to int for readlink return value 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 ea4f33409a Update even more snprintfs 5 years ago
Christian Göttsche 601ad61e7d Unify naming of first argument of Platform_getBattery 5 years ago
Christian Göttsche fa002c0ba9 Rename virtual memory column from M_SIZE to M_VIRT 5 years ago
Christian Göttsche 7cf5277594 IWYU update (Linux) 5 years ago
Nathan Scott 5d50f43d5f Add whitespace to improve Linux Platform_init readability 5 years ago
Nathan Scott c75c5ef9c6 Minor cleanups to platform-specific init and done 5 years ago
Nathan Scott 0eb3c7589d Merge individual Battery.[ch] files into Platform.[ch] 5 years ago
Nathan Scott ea9622b8c9 Merge individual Battery.[ch] files into Platform.[ch] 5 years ago
Christian Göttsche 1b225cd7a0 Show CPU temperature in CPU meter 5 years ago
Benny Baumann d431786fca Split data array for file lock information into separate fields 5 years ago
Benny Baumann 18763051a2 Split platform dependent parts for file locks screen 5 years ago
Benny Baumann 45869513bf Embracing branches 5 years ago
Benny Baumann 61e14d4bb2 Spacing around operators 5 years ago
Benny Baumann 374edb9ed5 Spacing after keywords (if) 5 years ago
Christian Göttsche 2a9e8ca074 Add SystemdMeter 5 years ago
Murloc Knight ab17ef4dc0 Zram Meter feature 5 years ago
Christian Goettsche c2fdfd99eb FreeBSD: implement Platform_getDiskIO() 5 years ago
Christian Göttsche ac2b07eddd Avoid some unnecessary casts and mark some not changing variables const 5 years ago
Benny Baumann c98d4577c9 Refactor code for reading process environment from procfs 5 years ago
Christian Göttsche 72103e9613 Hold only a const version of the ProcessList in Meters 5 years ago
Christian Göttsche f757810f48 Improve handling of no data in Disk and Network IO Meters 5 years ago