From owner-svn-src-user@FreeBSD.ORG Wed Oct 24 19:48:59 2012 Return-Path: Delivered-To: svn-src-user@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C52DA40 for ; Wed, 24 Oct 2012 19:48:59 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 6FA3D8FC14 for ; Wed, 24 Oct 2012 19:48:58 +0000 (UTC) Received: (qmail 35470 invoked from network); 24 Oct 2012 21:26:44 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 24 Oct 2012 21:26:44 -0000 Message-ID: <5088461D.7090301@freebsd.org> Date: Wed, 24 Oct 2012 21:48:45 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Maxim Konovalov Subject: Re: svn commit: r242003 - user/andre/tcp_workqueue/sys/netinet References: <201210241502.q9OF2erf037597@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: src-committers@FreeBSD.ORG, svn-src-user@FreeBSD.ORG X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2012 19:48:59 -0000 On 24.10.2012 17:33, Maxim Konovalov wrote: > On Wed, 24 Oct 2012, 15:02-0000, Andre Oppermann wrote: > >> Author: andre >> Date: Wed Oct 24 15:02:39 2012 >> New Revision: 242003 >> URL: http://svn.freebsd.org/changeset/base/242003 >> >> Log: >> Mark the tcpstat sysctl read-only instead of writeable. Userspace >> should not write into tcp statistics. >> > Why? "netstat -z -p tcp" does that and this is a nice feature. Agreed. Didn't think of that. Will scrap it. -- Andre