Commit Graph

4 Commits

Author SHA1 Message Date
Justin Yang e82d2e4ca8 host: enable uptime for NetBSD 2023-09-09 21:25:51 +08:00
mmorel-35 1e6b445a8a gofumpt 2021-12-22 21:54:41 +00:00
Sergey Vinogradov 5209442b3c Refactor "host" package 2020-09-11 18:54:53 +03:00
Tobias Klauser 28890b0482 Use common implementation for BootTime/Uptime on all BSDs
All BSDs use the same implementation to get BootTime{,WithContext} and
Uptime{,WithContext} based on the kern.boottime sysctl. Move this
implementation to a separate host/host_bsd.go file shared by darwin,
freebsd and openbsd. Also use SysctlTimeval to get
the boot time directly as a type Timeval instead of manually
extracting it using package unsafe. It will also allow for easier reuse
to support package host on e.g. Dragonfly BSD or NetBSD.

This requires updating the golang.org/x/sys/unix dependency to the
latest revision.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2020-07-23 13:23:20 +02:00