From owner-svn-src-all@FreeBSD.ORG Sun Sep 7 07:57:02 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C373661A; Sun, 7 Sep 2014 07:57:02 +0000 (UTC) Received: from mail-n.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail-n.franken.de", Issuer "Thawte DV SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8477D1F23; Sun, 7 Sep 2014 07:57:02 +0000 (UTC) Received: from [192.168.1.200] (p54818BEE.dip0.t-ipconnect.de [84.129.139.238]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTP id 3037A1C0E9748; Sun, 7 Sep 2014 09:56:58 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r271204 - head/sys/netinet From: Michael Tuexen In-Reply-To: <20140907060141.GL17059@FreeBSD.org> Date: Sun, 7 Sep 2014 09:56:57 +0200 Content-Transfer-Encoding: 7bit Message-Id: References: <201409061912.s86JCF13069516@svn.freebsd.org> <20140907060141.GL17059@FreeBSD.org> To: Gleb Smirnoff X-Mailer: Apple Mail (2.1878.6) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 07 Sep 2014 07:57:02 -0000 On 07 Sep 2014, at 08:01, Gleb Smirnoff wrote: > Michael, > > On Sat, Sep 06, 2014 at 07:12:15PM +0000, Michael Tuexen wrote: > M> Author: tuexen > M> Date: Sat Sep 6 19:12:14 2014 > M> New Revision: 271204 > M> URL: http://svnweb.freebsd.org/changeset/base/271204 > M> > M> Log: > M> Fix the handling of sysctl variables when used with VIMAGE. > M> While there do some cleanup of the code. > > Note that after r261590 you don't need SYSCTL_VNET_* macros. You > can use base SYSCTL_* macros adding CTLFLAG_VNET. > > SCTP was/is the major user of SYSCTL_VNET_* macros. If it is > cleansed, then I can fix the rest and then we probably can remove > their declarations. Done in http://svnweb.freebsd.org/changeset/base/271219 Thanks for suggesting the change! Best regards Michael > > -- > Totus tuus, Glebius. >