]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement some time variables from kernel
authorWarner Losh <imp@FreeBSD.org>
Tue, 29 Sep 2020 16:29:50 +0000 (16:29 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 05:24:27 +0000 (00:24 -0500)
commit4025776a622a881a92f3e51ba9995a3c38bd3c3e
treeb9f338a83d637c710d8bfc4bc9904342ae0e52e1
parent97318fde948f1e543e7df2c1034b84cd96dafcf1
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.

(cherry picked from commit 6ab1ffcbfeaab180691d7c1b5b0003f224442fed)
stand/libsa/Makefile
stand/libsa/time.c [new file with mode: 0644]