From owner-cvs-src@FreeBSD.ORG Sun Dec 10 14:29:12 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 25F8816A412; Sun, 10 Dec 2006 14:29:12 +0000 (UTC) Date: Sun, 10 Dec 2006 14:29:12 +0000 From: Darren Reed To: Kip Macy Message-ID: <20061210142912.GA12063@hub.freebsd.org> References: <200611230225.kAN2PGYi043437@repoman.freebsd.org> <20061123145304.GF973@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i 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 14:29:12 -0000 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