From owner-cvs-src@FreeBSD.ORG Tue Oct 16 02:00:12 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A9A516A418 for ; Tue, 16 Oct 2007 02:00:12 +0000 (UTC) (envelope-from mureninc@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.freebsd.org (Postfix) with ESMTP id EF76A13C45A for ; Tue, 16 Oct 2007 02:00:11 +0000 (UTC) (envelope-from mureninc@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so886274wra for ; Mon, 15 Oct 2007 19:00:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=sLODVlIopt19W6cTC4k4hnmvHdnKPnnD5o6irxxE/38=; b=ULKKt3zIkbJer+mcfTqzhlBVBS4KsLkdJVMGZAT+ONUbtc8wJuVFE4xqXEacDyHXmzlinmPMfIQzKhI9BDfoBvPwMu4JfZljGF5KG+Ykliz+Es2cwmG48jf4GzV5ayOUx/0xokmGXKBVSYKQZWU0+E25UK+jET/HpkJbxVgR6gs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=Y83z580CtexfOLsfw14V9J/YyCnLyLQ/7dXJ2Hh2NG067pAm58JZBYGO5ERh8vsNt7KVSsdczy9teUZXWyvhaqluymNkZIjuWA5kqfd5qTSFwFxVLms2YyL+MnKAocLqXXNLxols2oWfpErK5YAEul2UNT5PlPICmv0rlKzxXbA= Received: by 10.90.83.14 with SMTP id g14mr9796072agb.1192500010523; Mon, 15 Oct 2007 19:00:10 -0700 (PDT) Received: by 10.90.78.10 with HTTP; Mon, 15 Oct 2007 19:00:10 -0700 (PDT) Message-ID: Date: Mon, 15 Oct 2007 22:00:10 -0400 From: "Constantine A. Murenin" Sender: mureninc@gmail.com To: "M. Warner Losh" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 241ee501e1f7c1bc Cc: rpaulo@fnop.net, src-committers@freebsd.org, netchild@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, "Constantine A. Murenin" , phk@phk.freebsd.dk, linimon@hub.freebsd.org Subject: Re: cvs commit: src/etc Makefile sensorsd.conf src/etc/defaults rc.conf src/etc/rc.d Makefile sensorsd src/lib/libc/gen sysctl.3 src/sbin/sysctl sysctl.8 sysctl.c src/share/man/man5 rc.conf.5 src/share/man/man9 Makefile sensor_attach.9 src/sys/conf f X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2007 02:00:12 -0000 On 14/10/2007, M. Warner Losh wrote: > In message: <20071014171922.GA61934@hub.freebsd.org> > Mark Linimon writes: > : On Sun, Oct 14, 2007 at 05:14:38PM +0000, Poul-Henning Kamp wrote: > : > To write some new code that works inside a sensible architectural > : > framework that doesn't needlessly push tons of crap into the kernel. > : > : I have already written a protest to core about the tone, timing, and > : public nature of your email. > : > : Since this is a) an architectural issue, and b) has already been made > : inflammatory, I strongly suggest that the issue be handled by core@ and > : not further argued on this mailing list. > > I didn't find phk's tone all that objectionable, and I also objected > to the framework going in. We've certainly had much worse in the > past. > > : I will not be following this discussion further, pending their intervention. > > I'll not be participating in that discussion, since I have very strong > objections to the commit that were totally blown off. Now I have to > go and look closely to see if any of them were silently corrected > based on my feedback. Dear Warner, I am certainly not aware of any strong objections that you have regarding any of the work that was part of this commit. Do you mind sharing any of these very strong objections? Thanks, Constantine.