summaryrefslogtreecommitdiffstats
path: root/linux/SystemdMeter.c
AgeCommit message (Expand)Author
2022-05-19Minor code style updateBenny Baumann
2022-05-19Use of NULL in execlp() must have a pointer cast.Explorer09
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-07-15Use PATH lookup for systemctl in systemd meterScott Olson
2021-05-10platform-dependent files included relative to main source directorymayurdahibhate
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-04-26Use RichString_appendnAscii where possibleChristian Göttsche
2021-04-14Add read-only optionChristian Göttsche
2021-03-04Save text buffer in MeterChristian Göttsche
2021-01-30Use String_eq wrapper instead of raw strcmpChristian Göttsche
2021-01-25Add configure option to create static htop binaryChristian Göttsche
2021-01-11Add wrapper function for free and strdupChristian Göttsche
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
2020-12-04Convert personal copyright authorship to teamChristian Göttsche
2020-11-19IWYU update (Linux)Christian Göttsche
2020-11-17Silence theoretical memory leakChristian Göttsche
2020-10-31Add SystemdMeterChristian Göttsche