From owner-svn-src-user@FreeBSD.ORG Wed Oct 24 18:16:18 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 9560936A; Wed, 24 Oct 2012 18:16:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6679C8FC0C; Wed, 24 Oct 2012 18:16:18 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id A75E7B9AD; Wed, 24 Oct 2012 14:16:17 -0400 (EDT) From: John Baldwin To: Maxim Konovalov Subject: Re: svn commit: r242003 - user/andre/tcp_workqueue/sys/netinet Date: Wed, 24 Oct 2012 14:15:32 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p20; KDE/4.5.5; amd64; ; ) References: <201210241502.q9OF2erf037597@svn.freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201210241415.32836.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 24 Oct 2012 14:16:17 -0400 (EDT) Cc: src-committers@freebsd.org, Andre Oppermann , 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 18:16:18 -0000 On Wednesday, October 24, 2012 11:33:45 am 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. -- John Baldwin