diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-03-18 23:30:54 +0100 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-03-18 23:30:54 +0100 |
commit | 45b6fc2da05cc82e685e42d42484dcce1f7a695d (patch) | |
tree | b15da77741d2f71661786e87aa176adcddb7eaf6 /README | |
parent | 34be66d4a98a789091b3846f5da8103c36cee7f8 (diff) |
README: Add list of non-portable functions
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -60,3 +60,15 @@ source code. This keeps it fast, secure and simple. Todo ---- Porting to OpenBSD is the current goal before thinking about a release. + +The following functions are not portable at the moment: +- uptime +- ipv{4,6} +- ram_{free,perc,total,used} +- wifi_{perc,essid} +- cpu_{freq,perc,iowait} +- entropy +- swap_{free,perc,total,used} +- battery_{perc,power,state} +- temp +- vol_perc |