From owner-svn-src-user@FreeBSD.ORG Wed Oct 24 15:33:54 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 1A671756; Wed, 24 Oct 2012 15:33:54 +0000 (UTC) (envelope-from maxim.konovalov@gmail.com) Received: from mp2.macomnet.net (ipv6.irc.int.ru [IPv6:2a02:28:1:2::1b:2]) by mx1.freebsd.org (Postfix) with ESMTP id 4F9DD8FC16; Wed, 24 Oct 2012 15:33:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.14.5/8.14.5) with ESMTP id q9OFXjTq065425; Wed, 24 Oct 2012 19:33:45 +0400 (MSK) (envelope-from maxim.konovalov@gmail.com) Date: Wed, 24 Oct 2012 19:33:45 +0400 (MSK) From: Maxim Konovalov To: Andre Oppermann Subject: Re: svn commit: r242003 - user/andre/tcp_workqueue/sys/netinet In-Reply-To: <201210241502.q9OF2erf037597@svn.freebsd.org> Message-ID: References: <201210241502.q9OF2erf037597@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 15:33:54 -0000 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. -- Maxim Konovalov