From owner-svn-src-head@freebsd.org Fri Mar 31 15:27:16 2017 Return-Path: Delivered-To: svn-src-head@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 51591D27949 for ; Fri, 31 Mar 2017 15:27:16 +0000 (UTC) (envelope-from steven.hartland@multiplay.co.uk) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1A448BF for ; Fri, 31 Mar 2017 15:27:15 +0000 (UTC) (envelope-from steven.hartland@multiplay.co.uk) Received: by mail-wm0-x233.google.com with SMTP id w204so353859wmd.1 for ; Fri, 31 Mar 2017 08:27:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=multiplay-co-uk.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to; bh=9d8mb0nxiAmgfnQtvhMNCyV+2XKm9x3m8AXyaJ8eZGQ=; b=ppuBjDshj2xUeu0Yzw9Y1XmCQ59MkymS61rYrjNpgRSv+/BOtEM75hwAaA9ua8bUm8 0vI6NVnVoObsrmfw4kTT422lP6PZ4Otx3inH+LuIviitpocpWwVboq3H1KtU1fSI2miQ fMATRqtWGzkOipVBZvetUO5sbsfWAKuSmJ+ZYys9yvuXnfGknd0GKS7leQu0F5WHIuyj Dp8Rb9WcxT75fW5ikU173uPwzdRk4sEgXZreyDMhv5oT7hrlfh68ZIc2ZCF7JdJJ+ejt zdupOjMqPACym35l80nMQfnINRhf5D1S84z7ShdwcDw9l/OXejh51UvttYo9Z9PzD/R0 QpHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to; bh=9d8mb0nxiAmgfnQtvhMNCyV+2XKm9x3m8AXyaJ8eZGQ=; b=qQRpQxzOA35CldEeBGI0n6GhNiD8KFHb/UPa+LDHLdshGj+8uWN+QvUJrgV7l1blzr gtBufW6nVgn5Aw7jOFsQAq8hwRb3YJtfwhysPJQ+zWwO9qebyn62ZdmjBIQsKaM2Id7Q QFtL6UKbBn0p4PXLfUFDylzSg+H4WtC/xi0I534/fmLdSTM7+1PQKtJXL+ggqO7XZH+e z1JOxg1rjyaiSfcgd64bsjqQgHZ6msmWiOeukFcArHMRXQ2X4XL0veSW7g/GV4t1XH6y aLCjgD2eTdnHR5eu1OcsUbh4mL7IEo1H9lnt4h3Tu4nzD3eT8N9k+JMjBaAHZc5P+wpO DmXQ== X-Gm-Message-State: AFeK/H3cIAQk4sUbQZ0jmcHvKLvv/eR+vv/E9HdkNvRtmZSyD092d186htOTLsrrg0HYRGOt X-Received: by 10.28.69.147 with SMTP id l19mr3966081wmi.55.1490974033867; Fri, 31 Mar 2017 08:27:13 -0700 (PDT) Received: from [10.10.1.58] ([185.97.61.26]) by smtp.gmail.com with ESMTPSA id m83sm3304459wmc.7.2017.03.31.08.27.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Mar 2017 08:27:12 -0700 (PDT) Subject: Re: svn commit: r316311 - in head: lib/libstand sys/boot/geli sys/boot/i386/gptboot sys/boot/i386/loader sys/boot/i386/zfsboot To: Ian Lepore , Allan Jude , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201703310004.v2V04W3A043449@repo.freebsd.org> <1490973411.64669.121.camel@freebsd.org> From: Steven Hartland Message-ID: Date: Fri, 31 Mar 2017 16:27:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490973411.64669.121.camel@freebsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 15:27:16 -0000 On 31/03/2017 16:16, Ian Lepore wrote: > 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()? > Not sure why your system doesn't find the main page, as it works on my 11 box, however does this help: https://www.freebsd.org/cgi/man.cgi?query=explicit_bzero&apropos=0&sektion=3&manpath=FreeBSD+11-current&format=html Regards Steve