Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-30 | ram: OS split | Quentin Rameau | |
2018-04-30 | entropy: OS split | Quentin Rameau | |
2018-04-30 | cpu: OS split | Quentin Rameau | |
2018-04-30 | battery: OS split | Quentin Rameau | |
2018-04-30 | cpu_freq: Port to OpenBSD | Aaron Marcher | |
In OpenBSD CPU frequency gets fetched using sysctl now. | |||
2018-04-29 | 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 | |
In OpenBSD temperature gets fetched using sysctl now. | |||
2018-04-29 | Add OpenBSD support in volume.c | parazyd | |
2018-04-29 | ip: add OpenBSD support | Ali H. Fardan | |
ip.c already works on OpenBSD, it's just missing some headers: | |||
2018-04-14 | Add OpenBSD RAM stats | Darron Anderson | |
2018-03-28 | Format error messages properly | Aaron Marcher | |
Make use of strerror(errno) and format all errors equally: function ['parameters']: error message | |||
2018-03-28 | Get rid of err.h as it is not portable | Aaron Marcher | |
Replace warn() and warnx() with fprintf() and add <stdio.h> where necessary. | |||
2018-03-21 | More robust preprocessor switches | Aaron Marcher | |
Replace #ifdef with #if defined() and #elif with #elif defined() as it should only test if it is defined or not. | |||
2018-03-20 | uptime: Port to OpenBSD. | Aaron Marcher | |
In OpenBSD uptime gets fetched using sysctl now. | |||
2018-03-19 | battery_perc: Port to OpenBSD. | Aaron Marcher | |
In OpenBSD battery percentage gets fetched using apm now. | |||
2018-03-18 | Build Linux-only functions only on Linux | Aaron Marcher | |
2018-01-06 | Fix a bug in wifi_essid(). | Aaron Marcher | |
When an invalid interface name is passed to wifi_essid() it does not close opened sockets. | |||
2017-10-24 | Return actual percentage for wifi_perc() | parazyd | |
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. | |||
2017-09-24 | Move components into dedicated subdirectory | Laslo Hunhold | |
This brings us a lot more tidiness. |