]> 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)
committerWarner Losh <imp@FreeBSD.org>
Tue, 29 Sep 2020 16:29:50 +0000 (16:29 +0000)
commit6ab1ffcbfeaab180691d7c1b5b0003f224442fed
tree8f7f09c027e2b8fac63df77b6f5f03e19137f212
parent025730aad66f227a2dc5d17982b15c53cfa353b3
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]