]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Treat the boot loader as the same as the kernel for what's visible
authorimp <imp@FreeBSD.org>
Fri, 28 Aug 2020 17:55:54 +0000 (17:55 +0000)
committerimp <imp@FreeBSD.org>
Fri, 28 Aug 2020 17:55:54 +0000 (17:55 +0000)
commit576c6d192764e76ff90c1a49fcfcfd700532a564
treeced75dce6cd21e23167e6bfd0bf66652b02d3b44
parent78e95fad9557ab4544c0f084907a4b2a585b14a0
Treat the boot loader as the same as the kernel for what's visible

The boot loader will be growing some (limited) support for some kernel
interfaces for some of the timekeeping routines to support zstd code.
Allow the declarations for them to be visible when compiling for the
boot loader, rather than treating it like a user-space environment
(which stand.h already provides to a limited degree).
sys/sys/time.h