summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-05-16Add he4d to LICENSEAaron Marcher
2018-05-16updated ram_total and ram_free (obsd)Tobias Tschinkowitz
2018-05-14Cast CPU percentage to int and fix indenationAaron Marcher
2018-05-08fflush(stdout) to print line by line if stdout is not a ttyJosuah Demangeon
2018-05-08Add josuah to LICENSEAaron Marcher
2018-05-08include <sys/time.h> before <sys/sensors.h> for time struct timevalJosuah Demangeon
2018-05-07Only variable declarations at top of blockAaron Marcher
2018-05-07Fix indents (spaces for alignment)Aaron Marcher
2018-05-07wifi_perc: SimplifyAaron Marcher
2018-05-07num_files: Variable declarations at top of blockAaron Marcher
2018-05-07Fix disk_perc by casting it to intAaron Marcher
2018-05-07disk_perc: SimplifyAaron Marcher
2018-05-07cpu: Simplify functionsAaron Marcher
2018-05-07Unify header includesAaron Marcher
2018-05-06entropy: Small fixAaron Marcher
2018-05-06entropy: Port to OpenBSDAaron Marcher
2018-05-06datetime: Add <stdio.h> for fprintfAaron Marcher
2018-05-06datetime: Add error messageAaron Marcher