svn commit: r316311 - in head: lib/libstand sys/boot/geli sys/boot/i386/gptboot sys/boot/i386/loader sys/boot/i386/zfsboot

Ian Lepore ian at freebsd.org
Fri Mar 31 15:17:05 UTC 2017


On Fri, 2017-03-31 at 00:04 +0000, Allan Jude wrote:
> 
>   Add explicit_bzero() to libstand, and switch GELIBoot to using it

    revolution > man explicit_bzero
    No manual entry for explicit_bzero

    revolution > svn log -v explicit_bzero.c
    ...
    r272673 | delphij | 2014-10-06 22:54:11 -0600 (Mon, 06 Oct 2014) | 5 lines

    Add explicit_bzero(3) and its kernel counterpart.

    Obtained from:  OpenBSD

So... can anyone provide a clue what's "explicit" (or different in any
way) between explicit_bzero() and normal bzero()?

-- Ian



More information about the svn-src-head mailing list