| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix typo in temperature | Aaron Marcher | 2018-04-29 |
| | | |||
| * | uptime: Separate function for readbility | Aaron Marcher | 2018-04-29 |
| | | |||
| * | battery: Separate function for readbility | Aaron Marcher | 2018-04-29 |
| | | |||
| * | ram: Move up includes | Aaron Marcher | 2018-04-29 |
| | | |||
| * | temp: Port to OpenBSD | Aaron Marcher | 2018-04-29 |
| | | | | | In OpenBSD temperature gets fetched using sysctl now. | ||
| * | Add OpenBSD support in volume.c | parazyd | 2018-04-29 |
| | | |||
| * | ip: add OpenBSD support | Ali H. Fardan | 2018-04-29 |
| | | | | | ip.c already works on OpenBSD, it's just missing some headers: | ||
| * | Add OpenBSD RAM stats | Darron Anderson | 2018-04-14 |
| | | |||
| * | Format error messages properly | Aaron Marcher | 2018-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 portable | Aaron Marcher | 2018-03-28 |
| | | | | | | Replace warn() and warnx() with fprintf() and add <stdio.h> where necessary. | ||
| * | More robust preprocessor switches | Aaron Marcher | 2018-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 Marcher | 2018-03-20 |
| | | | | | In OpenBSD uptime gets fetched using sysctl now. | ||
| * | battery_perc: Port to OpenBSD. | Aaron Marcher | 2018-03-19 |
| | | | | | In OpenBSD battery percentage gets fetched using apm now. | ||
| * | Build Linux-only functions only on Linux | Aaron Marcher | 2018-03-18 |
| | | |||
| * | Fix a bug in wifi_essid(). | Aaron Marcher | 2018-01-06 |
| | | | | | | When an invalid interface name is passed to wifi_essid() it does not close opened sockets. | ||
| * | Return actual percentage for wifi_perc() | parazyd | 2017-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 subdirectory | Laslo Hunhold | 2017-09-24 |
| This brings us a lot more tidiness. | |||
