From owner-freebsd-hackers@freebsd.org Mon Jun 29 18:36:36 2015 Return-Path: Delivered-To: freebsd-hackers@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 F0B7498F377 for ; Mon, 29 Jun 2015 18:36:36 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (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 B61911179; Mon, 29 Jun 2015 18:36:36 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 7AB921FE022; Mon, 29 Jun 2015 20:36:32 +0200 (CEST) Message-ID: <5591906E.8060904@selasky.org> Date: Mon, 29 Jun 2015 20:37:34 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Patrick Kelsey , sbruno@freebsd.org CC: "freebsd-hackers@freebsd.org" Subject: Re: sysctl(3) man page examples References: <558F1D88.8010407@ignoranthack.me> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 18:36:37 -0000 On 06/28/15 08:26, Patrick Kelsey wrote: > s a sysctl entry for it (containing an empty > string) Hi, FYI: Until r267960 zero-length strings were not listed by sysctl, which might be part of the reason this bug has not been seen before. --HPS