From owner-svn-src-all@freebsd.org Fri Oct 23 01:10:04 2015 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 07B32A1CDFA; Fri, 23 Oct 2015 01:10:04 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x232.google.com (mail-qk0-x232.google.com [IPv6:2607:f8b0:400d:c09::232]) (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 B3BA61D27; Fri, 23 Oct 2015 01:10:03 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qkcy65 with SMTP id y65so62040938qkc.0; Thu, 22 Oct 2015 18:10:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=50cERTd5O8UtEs3DMM9DCanvIUJZKu4hwyQkRGKDhv8=; b=foFYKjCBzO7mCEZ1JCVZu2XN4nEh1ToyggqNAwO+2JeXmvzpY/2TGOYhl6eDG+MQM9 sNc09AdAD0OjMM/CU+4W6A7XR0WEet/vR9JhGSqqXizCiikpIJTUNIxa8G/O3zDcJFAb cV0U6v9fgkT50HIu/KUNAiReqaegFDr1stZppgh0t2WdAszT8a1+/pYe4nK1vXpMCzkw ybRzKKZSATZgu25HY/FYq6mFtByUEvtbDCnWHQzXpXYTTZ9AKWLhI48+UQ575XmzVLDU RRC+n4eJ8Zqc0atc6Y7lOYCIsva60qzDHjXeLATzw641JwcN0EjgSno8qyhEWDWaXkQb t32A== MIME-Version: 1.0 X-Received: by 10.55.198.20 with SMTP id b20mr22662183qkj.35.1445562602761; Thu, 22 Oct 2015 18:10:02 -0700 (PDT) Received: by 10.140.88.209 with HTTP; Thu, 22 Oct 2015 18:10:02 -0700 (PDT) In-Reply-To: <201510222303.t9MN37D2093845@repo.freebsd.org> References: <201510222303.t9MN37D2093845@repo.freebsd.org> Date: Thu, 22 Oct 2015 18:10:02 -0700 Message-ID: Subject: Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys From: NGie Cooper To: "Conrad E. Meyer" Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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, 23 Oct 2015 01:10:04 -0000 On Thu, Oct 22, 2015 at 4:03 PM, Conrad E. Meyer wrote: > Author: cem > Date: Thu Oct 22 23:03:06 2015 > New Revision: 289773 > URL: https://svnweb.freebsd.org/changeset/base/289773 > > Log: > Sysctl: Add common support for U8, U16 types > > Sponsored by: EMC / Isilon Storage Division - This is missing documentation in sysctl(9). - It probably deserves `Relnotes: yes`. - Shouldn't __FreeBSD_version be bumped for this change? Thanks! -NGie