summaryrefslogtreecommitdiff
path: root/components
AgeCommit message (Expand)Author
2018-05-20Check return value of pclose()Laslo Hunhold
2018-05-20Refactor ram.cAaron Marcher
2018-05-20Make temp more readable on LinuxAaron Marcher
2018-05-20Refactor entropy.cLaslo Hunhold
2018-05-20Remove initialization to 0 for static varsAaron Marcher
2018-05-20Remove unnecessary "valid" variable in cpu_percAaron Marcher
2018-05-20Add unit to temperatureAaron Marcher
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 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-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-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-17corrected calculations for disk space on openbsdTobias Tschinkowitz
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
2018-05-16updated ram_total and ram_free (obsd)Tobias Tschinkowitz
2018-05-14Cast CPU percentage to int and fix indenationAaron Marcher