22 Commits (ec2307688e14ccd7d63257db94de8b78e998f6ab)

Author SHA1 Message Date
Christian Göttsche b965417bf7 Add combined memory and swap meter 5 years ago
nia dd91e9a9da netbsd: Add NetworkIOMeter support 5 years ago
nia 6d3b4a0f2e netbsd: handle repeated ENOMEM from HW_IOSTATS safely 5 years ago
nia 324f9d048d netbsd: add more robust error handling for sysctl HW_IOSTATS 5 years ago
nia 5b8654d341 netbsd: Add support for DiskIOMeter 5 years ago
nia 97a859c5bd netbsd: Use newer proplib API. Create aliases so it works on 9.x. 5 years ago
nia c85aafa608 netbsd: If at least one AC adapter is connected, keep its state. 5 years ago
nia 93ca5af953 netbsd: style: declare variables on first use rather than C89-style 5 years ago
nia fdcdc54ec4 netbsd: Add battery support 5 years ago
fraggerfox 2e3f34f5c1 NetBSD: Rework CPU counting. 5 years ago
nia b4884373e5 netbsd: Support display of CPU frequency 5 years ago
Benny Baumann 458749df45 Code indentation 5 years ago
nia 4865e643ad netbsd: Fix display of in-use and cached memory 5 years ago
fraggerfox 686309e34c Redo the memory values based on the other BSD implementations. 5 years ago
fraggerfox 58a895e54c Fixes minor whitespace issues and re-arrange headers to conform to style guide. 5 years ago
fraggerfox e42ae55d69 Renames variable from opl to npl for consistency. 5 years ago
fraggerfox 497f468ed0 Fix include paths and minor whitespace issues 5 years ago
fraggerfox 9b6cecfede Replace strlcpy() by safer String_safeStrncpy() 5 years ago
fraggerfox 3414d3b2d4 Replace maximum_PID value with INT32_MAX 5 years ago
Benny Baumann b900e70e80 Update copyright notices 5 years ago
fraggerfox 440bb87058 Minor code clean up and corrections. 5 years ago
fraggerfox 4b49de44a8 Add NetBSD platform support without procfs dependency 5 years ago
mayurdahibhate 3f86a011e6 platform-dependent files included relative to main source directory 5 years ago
Christian Göttsche e4e3f6c390 OpenBSD: update 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
Nathan Scott 2d1839289e Fix integer sizing issues in the NetworkIO Meter 5 years ago
ahgamut 51e79ddc07 [#480] SysArchMeter to view kernel/arch info 5 years ago
Christian Göttsche 69efa94f9f Use String_eq wrapper instead of raw strcmp 5 years ago
David Zarzycki 37e186fd66 Linux: Add SwapCached to the swap meter 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 57d9ecc551 OpenBSD update 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
Nathan Scott c75c5ef9c6 Minor cleanups to platform-specific init and done 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 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 b23f8235e2 Whitespace and indentation issues 5 years ago
Christian Goettsche c2fdfd99eb FreeBSD: implement Platform_getDiskIO() 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
Christian Göttsche b08b255b41 Drop unused Platform functions Platform_setTasksValues 5 years ago
Christian Göttsche 7cd093ce95 Add NetworkIOMeter 5 years ago
Benny Baumann 4a78f4bb92 Some more locations for ARRAYSIZE 6 years ago
Christian Göttsche ba282cfe19 Mark Object instances const 6 years ago
Christian Göttsche 08d85e6143 Mark Object classes and Object class fields const 6 years ago