summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-19Implement scaling for cpu_freqAaron Marcher
2018-05-19Implement fmt_human_2() and fmt_human_10()Laslo Hunhold
2018-05-19Add the percent sign to *_perc functionsAaron Marcher
2018-05-19Increase precision in netspeeds.cLaslo Hunhold
2018-05-19Implement esnprintf() and make formatted calls more efficientLaslo Hunhold
2018-05-19Simplify ipv* functionsAaron Marcher
2018-05-19Use `int` for flagsAaron Marcher
2018-05-19Revert aac29e2 as it is nonsenseAaron Marcher
2018-05-19Set {r,t}xbytes 0 before incrementing them on OBSDAaron Marcher
2018-05-19Missing assignment for last commitAaron Marcher
2018-05-19Unify and simplify netspeed logic and typesAaron Marcher
2018-05-19netspeeds: added error condition for openbsdTobias Tschinkowitz
2018-05-19uptime: Format function is staticAaron Marcher
2018-05-19battery: Move out struct as common codeAaron Marcher
2018-05-19implemented openbsd netspeed functionsTobias Tschinkowitz
2018-05-19Add netspeeds to config.def.hAaron Marcher
2018-05-19Add network speed functionsAaron Marcher
2018-05-18Implement fmt_scaled for ram_* functionsAaron Marcher
2018-05-18Fix ram_free for LinuxAaron Marcher
2018-05-18Implement fmt_scaled for swap_* functionsAaron Marcher
2018-05-18Implement fmt_scaled for disk_* functionsAaron Marcher
2018-05-18Add fmt_scaled util functionAaron Marcher
2018-05-18Use %d instead of accidentally %iAaron Marcher
2018-05-18Port battery_remaining to LinuxAaron Marcher
2018-05-18Fix memory leakAaron Marcher
2018-05-18battery: fixed remaining time on connected ACTobias Tschinkowitz
2018-05-18Fix indentationAaron Marcher
2018-05-18Add battery_remaining function on OpenBSDTobias Tschinkowitz
2018-05-18Add warn() and die()Laslo Hunhold
2018-05-18Audit slstatus.cLaslo Hunhold
2018-05-17Properly handle *snprintf() errorsLaslo Hunhold
2018-05-17Remove UNUSED macroAaron Marcher
2018-05-17Mark unused parameters, fix compiler warningsAaron Marcher
2018-05-17wifi: Fix order and add missing headerAaron Marcher
2018-05-17wifi: Change memmove to memcpy on OpenBSDAaron Marcher
2018-05-17Unify type of in for loopsAaron Marcher
2018-05-17wifi_essid: Fix coding styleAaron Marcher
2018-05-17Unify type of `i` in for loopsAaron Marcher
2018-05-17Change done to int as it is the CPU's natural typeAaron Marcher
2018-05-17Change interval to unsigned intAaron Marcher
2018-05-17Add comments for battery_* functions on OpenBSDAaron Marcher
2018-05-17added comment for temp function (openbsd)Tobias Tschinkowitz
2018-05-17corrected calculations for disk space on openbsdTobias Tschinkowitz
2018-05-16Update READMEAaron Marcher
2018-05-16wifi: Fix coding styleAaron Marcher
2018-05-16load_ieee80211_nodereq: Fix typoAaron Marcher
2018-05-16wifi: Move out common headersAaron Marcher
2018-05-16added wifi functionality for openbsdTobias Tschinkowitz
2018-05-16corrected calculation for swap on openbsdTobias Tschinkowitz
2018-05-16consistent calculation of ram_* on openbsdTobias Tschinkowitz