summaryrefslogtreecommitdiff
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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