summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add Ian Remmler to LICENSEAaron Marcher2018-06-041-0/+1
* Add flexible formatting to keyboard_indicators.Ian Remmler2018-06-042-11/+30
* uptime: unification of the uptime function for linux/openbsdTobias Tschinkowitz2018-06-011-50/+10
* wifi: fixed disconnected wifi status on openbsdTobias Tschinkowitz2018-05-311-0/+7
* Clean up header includesAaron Marcher2018-05-3014-20/+0
* Update LICENSE for QuentinAaron Marcher2018-05-291-1/+1
* Flush the output stream instead of arbitrarily disabling bufferingQuentin Rameau2018-05-291-7/+4
* Don't explicitly list each component-targetLaslo Hunhold2018-05-291-21/+1
* swap: removed unused includeTobias Tschinkowitz2018-05-291-1/+0
* Refactor swap.c to use getline() instead of buf-fillingLaslo Hunhold2018-05-281-73/+50
* Update LICENSE for TobiasAaron Marcher2018-05-281-1/+1
* Fix object order and stop using a GNU make idiomLaslo Hunhold2018-05-281-1/+1
* Explicitly list component-objects in the MakefileLaslo Hunhold2018-05-271-6/+25
* Use E-notation for large powers of 10Laslo Hunhold2018-05-272-3/+3
* 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