]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement some time variables from kernel
authorimp <imp@FreeBSD.org>
Tue, 29 Sep 2020 16:29:50 +0000 (16:29 +0000)
committerimp <imp@FreeBSD.org>
Tue, 29 Sep 2020 16:29:50 +0000 (16:29 +0000)
commita231356f1fb2bdc418b756379c287a6ce5213ed3
tree8f7f09c027e2b8fac63df77b6f5f03e19137f212
parenta0cb91dc96a163e73336aa39128e1e6314b12013
Implement some time variables from kernel

OpenZFS will start using some of the kernel timekeeping bits
shortly. This implements the bare minimum of that which currently
is just the time_seconds variable.
stand/libsa/Makefile
stand/libsa/time.c [new file with mode: 0644]