summaryrefslogtreecommitdiff
path: root/components
Commit message (Collapse)AuthorAge
* ram: OS splitQuentin Rameau2018-04-30
|
* entropy: OS splitQuentin Rameau2018-04-30
|
* cpu: OS splitQuentin Rameau2018-04-30
|
* battery: OS splitQuentin Rameau2018-04-30
|
* cpu_freq: Port to OpenBSDAaron Marcher2018-04-30
| | | | In OpenBSD CPU frequency gets fetched using sysctl now.
* Fix typo in temperatureAaron Marcher2018-04-29
|
* uptime: Separate function for readbilityAaron Marcher2018-04-29
|
* battery: Separate function for readbilityAaron Marcher2018-04-29
|
* ram: Move up includesAaron Marcher2018-04-29
|
* temp: Port to OpenBSDAaron Marcher2018-04-29
| | | | In OpenBSD temperature gets fetched using sysctl now.
* Add OpenBSD support in volume.cparazyd2018-04-29
|
* ip: add OpenBSD supportAli H. Fardan2018-04-29
| | | | ip.c already works on OpenBSD, it's just missing some headers:
* Add OpenBSD RAM statsDarron Anderson2018-04-14
|
* Format error messages properlyAaron Marcher2018-03-28
| | | | | Make use of strerror(errno) and format all errors equally: function ['parameters']: error message
* Get rid of err.h as it is not portableAaron Marcher2018-03-28
| | | | | Replace warn() and warnx() with fprintf() and add <stdio.h> where necessary.
* More robust preprocessor switchesAaron Marcher2018-03-21
| | | | | Replace #ifdef with #if defined() and #elif with #elif defined() as it should only test if it is defined or not.
* uptime: Port to OpenBSD.Aaron Marcher2018-03-20
| | | | In OpenBSD uptime gets fetched using sysctl now.
* battery_perc: Port to OpenBSD.Aaron Marcher2018-03-19
| | | | In OpenBSD battery percentage gets fetched using apm now.
* Build Linux-only functions only on LinuxAaron Marcher2018-03-18
|
* Fix a bug in wifi_essid().Aaron Marcher2018-01-06
| | | | | When an invalid interface name is passed to wifi_essid() it does not close opened sockets.
* Return actual percentage for wifi_perc()parazyd2017-10-24
| | | | | | Implement basic percentage calculation for wifi_perc. With this commit, the function returns correct percentage, since the max of what /proc/net/wireless returns is 70.
* Move components into dedicated subdirectoryLaslo Hunhold2017-09-24
This brings us a lot more tidiness.