From owner-svn-src-head@FreeBSD.ORG Fri Sep 6 22:53:13 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9875FCE4; Fri, 6 Sep 2013 22:53:13 +0000 (UTC) (envelope-from davide.italiano@gmail.com) Received: from mail-ve0-x22e.google.com (mail-ve0-x22e.google.com [IPv6:2607:f8b0:400c:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 223A92FA3; Fri, 6 Sep 2013 22:53:13 +0000 (UTC) Received: by mail-ve0-f174.google.com with SMTP id jy13so2061048veb.33 for ; Fri, 06 Sep 2013 15:53:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=gdHtOSllLh9hfifEQJVfW6Ge6evDOPzoCeR4r2oelSI=; b=tlTQk3gyhehRVuMLrF1QU8kX2uocErRawzJtGUc09Ejcy8HynAzf803ep5LGjuLKcQ ONCr99oinymYgyvbXPkGjA9mwlG23k4/F4mdbCWVmPDiUDU6sc8XQiEKQfOoQHeT8NxH CCz7/WnFGoXhndVJnfvC7Sj7mTJxJN+sOVQt12X4H/qU15VaAJsfEmb53LRo1BR9GtAV /NN5+CP/Ax/fLutvL97MF7nuRH8mKOqN2bsA2NVOUHIsAzRjiGwrVnuaGbM1N+hdguhN B3Y8qDIDCQS4C1BqZhWq/7kynKusSr2MgbDyiP8GuneKzBlMi5fS3INlOouccd/j+wIN mnuA== MIME-Version: 1.0 X-Received: by 10.58.19.162 with SMTP id g2mr4626398vee.12.1378507991720; Fri, 06 Sep 2013 15:53:11 -0700 (PDT) Sender: davide.italiano@gmail.com Received: by 10.220.65.132 with HTTP; Fri, 6 Sep 2013 15:53:11 -0700 (PDT) In-Reply-To: <201309062102.r86L2iLo083427@svn.freebsd.org> References: <201309062102.r86L2iLo083427@svn.freebsd.org> Date: Sat, 7 Sep 2013 00:53:11 +0200 X-Google-Sender-Auth: NZWAwBkJap_av393i2l48Pr-GoA Message-ID: Subject: Re: svn commit: r255329 - head/sys/net From: Davide Italiano To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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, 06 Sep 2013 22:53:13 -0000 On Fri, Sep 6, 2013 at 11:02 PM, Davide Italiano wrote: > Author: davide > Date: Fri Sep 6 21:02:43 2013 > New Revision: 255329 > URL: http://svnweb.freebsd.org/changeset/base/255329 > > Log: > Retire netisr.netisr_direct and netisr.netisr_direct_force sysctls. > These were used to control/export dispatch policy but they're not anymore. > This commit cannot be MFC'ed to 9 because old netstat(9) binary relies That should be read as netstat(1) obviously. -- Davide "There are no solved problems; there are only problems that are more or less solved" -- Henri Poincare