summaryrefslogtreecommitdiff
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Clean up header includesAaron Marcher2018-05-3014-20/+0
* swap: removed unused includeTobias Tschinkowitz2018-05-291-1/+0
* Refactor swap.c to use getline() instead of buf-fillingLaslo Hunhold2018-05-281-73/+50
* Use E-notation for large powers of 10Laslo Hunhold2018-05-271-1/+1
* Revert "Add basic backlight percentage support"Aaron Marcher2018-05-271-32/+0
* ram: fixed int overflow on pagetok macroTobias Tschinkowitz2018-05-241-1/+1
* Refactor keymap.cLaslo Hunhold2018-05-231-56/+45
* keymap: Add braces for for loopAaron Marcher2018-05-231-1/+2
* Add keymap componentMichael Buch2018-05-231-0/+97
* netspeeds: Fix indentationAaron Marcher2018-05-221-1/+1
* Add basic backlight percentage supportDavid Demelier2018-05-221-0/+32
* Change to fmt_human in netspeeds on OpenBSDAaron Marcher2018-05-221-1/+1
* swap.c: Refactor getstats() and its usageLaslo Hunhold2018-05-211-14/+22
* Merge fmt_human_2 and fmt_human_10 to one functionAaron Marcher2018-05-215-24/+31
* Remove fmt from load_avgs for consistencyAaron Marcher2018-05-211-2/+2
* battery_remaining: check for division by zeroAaron Marcher2018-05-211-0/+4
* battery_remaining: Change float to doubleAaron Marcher2018-05-211-3/+3
* battery: Minor coding style fixesAaron Marcher2018-05-211-10/+15
* Increase readability for load_uvmexp returnAaron Marcher2018-05-211-1/+5
* Remove units from numbersAaron Marcher2018-05-219-41/+39
* swap_perc: check for division by zero on obsd tooAaron Marcher2018-05-211-0/+4
* swap_perc: check for division by zeroAaron Marcher2018-05-201-0/+4
* Support energy_now/power_now in battery_remainingDavid Demelier2018-05-201-14/+27
* ip: fixed memory leakTobias Tschinkowitz2018-05-201-0/+1
* Check return value of pclose()Laslo Hunhold2018-05-201-1/+4
* Refactor ram.cAaron Marcher2018-05-201-24/+37
* Make temp more readable on LinuxAaron Marcher2018-05-201-2/+5
* Refactor entropy.cLaslo Hunhold2018-05-201-3/+6
* Remove initialization to 0 for static varsAaron Marcher2018-05-201-4/+4
* Remove unnecessary "valid" variable in cpu_percAaron Marcher2018-05-201-6/+2
* Add unit to temperatureAaron Marcher2018-05-201-2/+2
* Implement scaling for cpu_freqAaron Marcher2018-05-191-5/+13
* Implement fmt_human_2() and fmt_human_10()Laslo Hunhold2018-05-194-23/+35
* Add the percent sign to *_perc functionsAaron Marcher2018-05-197-12/+12
* Increase precision in netspeeds.cLaslo Hunhold2018-05-191-8/+8
* Implement esnprintf() and make formatted calls more efficientLaslo Hunhold2018-05-193-18/+49
* Simplify ipv* functionsAaron Marcher2018-05-191-33/+12
* Use `int` for flagsAaron Marcher2018-05-191-2/+2
* Revert aac29e2 as it is nonsenseAaron Marcher2018-05-191-8/+14
* Set {r,t}xbytes 0 before incrementing them on OBSDAaron Marcher2018-05-191-2/+6
* 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