summaryrefslogtreecommitdiff
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Missing assignment for last commitAaron Marcher2018-05-191-0/+2
* Unify and simplify netspeed logic and typesAaron Marcher2018-05-191-30/+24
* netspeeds: added error condition for openbsdTobias Tschinkowitz2018-05-191-2/+12
* uptime: Format function is staticAaron Marcher2018-05-191-1/+1
* battery: Move out struct as common codeAaron Marcher2018-05-191-14/+8
* implemented openbsd netspeed functionsTobias Tschinkowitz2018-05-191-1/+59
* Add network speed functionsAaron Marcher2018-05-191-0/+53
* Implement fmt_scaled for ram_* functionsAaron Marcher2018-05-181-14/+6
* Fix ram_free for LinuxAaron Marcher2018-05-181-1/+5
* Implement fmt_scaled for swap_* functionsAaron Marcher2018-05-181-6/+6
* Implement fmt_scaled for disk_* functionsAaron Marcher2018-05-181-7/+3
* Use %d instead of accidentally %iAaron Marcher2018-05-182-4/+4
* Port battery_remaining to LinuxAaron Marcher2018-05-181-3/+31
* Fix memory leakAaron Marcher2018-05-181-1/+1
* battery: fixed remaining time on connected ACTobias Tschinkowitz2018-05-181-2/+6
* Fix indentationAaron Marcher2018-05-181-1/+1
* Add battery_remaining function on OpenBSDTobias Tschinkowitz2018-05-181-25/+45
* Add warn() and die()Laslo Hunhold2018-05-1817-51/+40
* Remove UNUSED macroAaron Marcher2018-05-172-9/+3
* Mark unused parameters, fix compiler warningsAaron Marcher2018-05-172-2/+8
* wifi: Fix order and add missing headerAaron Marcher2018-05-171-1/+2
* wifi: Change memmove to memcpy on OpenBSDAaron Marcher2018-05-171-1/+1
* Unify type of in for loopsAaron Marcher2018-05-171-1/+2
* wifi_essid: Fix coding styleAaron Marcher2018-05-171-2/+2
* Unify type of `i` in for loopsAaron Marcher2018-05-172-4/+3
* corrected calculations for disk space on openbsdTobias Tschinkowitz2018-05-171-4/+4
* wifi: Fix coding styleAaron Marcher2018-05-161-7/+10
* load_ieee80211_nodereq: Fix typoAaron Marcher2018-05-161-1/+1
* wifi: Move out common headersAaron Marcher2018-05-161-20/+12
* added wifi functionality for openbsdTobias Tschinkowitz2018-05-161-1/+75
* corrected calculation for swap on openbsdTobias Tschinkowitz2018-05-161-7/+5
* consistent calculation of ram_* on openbsdTobias Tschinkowitz2018-05-161-4/+4
* updated ram_total and ram_free (obsd)Tobias Tschinkowitz2018-05-161-4/+4
* Cast CPU percentage to int and fix indenationAaron Marcher2018-05-141-11/+11
* include <sys/time.h> before <sys/sensors.h> for time struct timevalJosuah Demangeon2018-05-081-1/+1
* Fix indents (spaces for alignment)Aaron Marcher2018-05-071-1/+1
* wifi_perc: SimplifyAaron Marcher2018-05-071-4/+1
* num_files: Variable declarations at top of blockAaron Marcher2018-05-071-1/+2
* Fix disk_perc by casting it to intAaron Marcher2018-05-071-2/+2
* disk_perc: SimplifyAaron Marcher2018-05-071-4/+2
* cpu: Simplify functionsAaron Marcher2018-05-071-16/+14
* Unify header includesAaron Marcher2018-05-076-11/+11
* entropy: Small fixAaron Marcher2018-05-061-1/+2
* entropy: Port to OpenBSDAaron Marcher2018-05-061-1/+5
* datetime: Add <stdio.h> for fprintfAaron Marcher2018-05-061-0/+1
* datetime: Add error messageAaron Marcher2018-05-061-0/+1
* Fix coding styleAaron Marcher2018-05-0614-65/+89
* Remove cpu_iowaitAaron Marcher2018-05-061-25/+0
* cpu_perc: Documentation and readbility improvementsAaron Marcher2018-05-061-9/+9
* cpu_perc: Port to OpenBSDAaron Marcher2018-05-061-0/+35