Aaron Marcher
|
273d3db573
|
uptime: Separate function for readbility
|
2018-04-29 20:07:09 +02:00 |
|
Aaron Marcher
|
faa52bdcc0
|
Format error messages properly
Make use of strerror(errno) and format all errors equally:
function ['parameters']: error message
|
2018-03-28 19:46:27 +02:00 |
|
Aaron Marcher
|
e79d4932ea
|
More robust preprocessor switches
Replace #ifdef with #if defined() and #elif with #elif defined() as it
should only test if it is defined or not.
|
2018-03-21 12:21:37 +01:00 |
|
Aaron Marcher
|
fc5d23212f
|
uptime: Port to OpenBSD.
In OpenBSD uptime gets fetched using sysctl now.
|
2018-03-20 00:52:09 +01:00 |
|
Aaron Marcher
|
ebf5a35052
|
Build Linux-only functions only on Linux
|
2018-03-18 23:26:13 +01:00 |
|
Laslo Hunhold
|
7246dc4381
|
Move components into dedicated subdirectory
This brings us a lot more tidiness.
|
2017-09-24 17:20:27 +02:00 |
|