summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Add basic backlight percentage support"Aaron Marcher2018-05-276-41/+0
* ram: fixed int overflow on pagetok macroTobias Tschinkowitz2018-05-241-1/+1
* Refactor keymap.cLaslo Hunhold2018-05-231-56/+45
* Refactor snprintf-usage in util.cLaslo Hunhold2018-05-231-13/+19
* keymap: Add braces for for loopAaron Marcher2018-05-231-1/+2
* Add keymap to READMEAaron Marcher2018-05-231-0/+1
* Add Michael Buch to LICENSEAaron Marcher2018-05-231-0/+1
* Add keymap componentMichael Buch2018-05-234-0/+103
* Remove o-flag as it is redundantLaslo Hunhold2018-05-222-13/+4
* Check printf() for output errorsLaslo Hunhold2018-05-221-1/+3
* netspeeds: Fix indentationAaron Marcher2018-05-221-1/+1
* Add basic backlight percentage supportDavid Demelier2018-05-226-0/+41
* 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
* Refactor fmt_human() and fix a bugLaslo Hunhold2018-05-212-12/+20
* Merge fmt_human_2 and fmt_human_10 to one functionAaron Marcher2018-05-217-46/+44
* Remove fmt from load_avgs for consistencyAaron Marcher2018-05-212-4/+3
* Add option to output only once and exitAaron Marcher2018-05-212-4/+13
* 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-2111-47/+45
* 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
* Add David Demelier to LICENSEAaron Marcher2018-05-201-0/+1
* 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-196-32/+61
* 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-196-23/+72
* 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-192-2/+60