From owner-cvs-src@FreeBSD.ORG Sun Dec 10 18:13:02 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C2B916A47C for ; Sun, 10 Dec 2006 18:13:02 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id E834543CA4 for ; Sun, 10 Dec 2006 18:11:46 +0000 (GMT) (envelope-from kip.macy@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1674390nfc for ; Sun, 10 Dec 2006 10:12:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=cWCHimFFquUOLgTf+OMgvrAFh6qgyGudZBdzc7Husrju6+TzYRcYo/ncxWbNz43eee9aHBUUMc6QtsJA3kV5VGXZJmBx76oKceFlvJPvzEtDbV6Ft9pmLTgHZyAW4qKtxWiwsOdv9G9BUnIUbZq6gmLzH2UqAYHTv0q5xMWyF1E= Received: by 10.82.107.15 with SMTP id f15mr189690buc.1165774377099; Sun, 10 Dec 2006 10:12:57 -0800 (PST) Received: by 10.82.151.10 with HTTP; Sun, 10 Dec 2006 10:12:56 -0800 (PST) Message-ID: Date: Sun, 10 Dec 2006 10:12:56 -0800 From: "Kip Macy" To: "Darren Reed" In-Reply-To: <20061210142912.GA12063@hub.freebsd.org> MIME-Version: 1.0 References: <200611230225.kAN2PGYi043437@repoman.freebsd.org> <20061123145304.GF973@submonkey.net> <20061210142912.GA12063@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, Ceri Davies , src-committers@freebsd.org, Kip Macy , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sun4v/include asm.h src/sys/sun4v/sun4v hcall.S interrupt.S support.S t1_copy.S 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: Sun, 10 Dec 2006 18:13:02 -0000 The files in question have been re-written from scratch, so the discussion is moot at this point. On 12/10/06, Darren Reed wrote: > > On Thu, Nov 23, 2006 at 11:41:36AM -0800, Kip Macy wrote: > > Sun puts the CDDL into their sendmail, ssh, etc. config files. If its a > file > > that they touch, they CDDL it. There isn't a whole lot of discrimination > > that goes on. > > Actually, there is. > > They don't and can't CDDL any file that they didn't write from the > ground up. They do touch sendmail and ssh source code but don't > CDDL it. Same for IPFilter. Config files are different beasts > to source code. > > Darren >