From owner-svn-src-all@freebsd.org Fri Mar 31 15:17:05 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 907D0D27727 for ; Fri, 31 Mar 2017 15:17:05 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31EA8F66 for ; Fri, 31 Mar 2017 15:17:04 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 120c821d-1625-11e7-b96e-2378c10e3beb X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.eu.mailhop.org (Halon) with ESMTPSA id 120c821d-1625-11e7-b96e-2378c10e3beb; Fri, 31 Mar 2017 15:16:54 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v2VFGpPK001423; Fri, 31 Mar 2017 09:16:51 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1490973411.64669.121.camel@freebsd.org> Subject: Re: svn commit: r316311 - in head: lib/libstand sys/boot/geli sys/boot/i386/gptboot sys/boot/i386/loader sys/boot/i386/zfsboot From: Ian Lepore To: Allan Jude , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Fri, 31 Mar 2017 09:16:51 -0600 In-Reply-To: <201703310004.v2V04W3A043449@repo.freebsd.org> References: <201703310004.v2V04W3A043449@repo.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 15:17:05 -0000 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