This commit adds support for Info(), BootTime() and Uptime() in package Host. It uses no cgo, preferring to parse the output of `kstat -p` instead. Thanks go to @gfrey for the parsing logic for `/etc/release` and `uname`.