From owner-cvs-src@FreeBSD.ORG Fri Apr 8 17:30:02 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F5FF16A4CE for ; Fri, 8 Apr 2005 17:30:02 +0000 (GMT) Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 527C443D31 for ; Fri, 8 Apr 2005 17:30:02 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (wlan033219.uni-rostock.de [139.30.33.219]) by hydra.bec.de (Postfix) with ESMTP id 3DC8C35707 for ; Fri, 8 Apr 2005 19:30:00 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1001) id 367617CFD; Fri, 8 Apr 2005 19:29:58 +0200 (CEST) Date: Fri, 8 Apr 2005 19:29:58 +0200 From: Joerg Sonnenberger To: cvs-src@freebsd.org Message-ID: <20050408172958.GB20631@britannica.bec.de> References: <4256B3EF.5090702@errno.com> <19677.1112980993@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19677.1112980993@critter.freebsd.dk> User-Agent: Mutt/1.5.9i Subject: Re: cvs commit: src/sys/kern kern_mutex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 08 Apr 2005 17:30:02 -0000 On Fri, Apr 08, 2005 at 07:23:13PM +0200, Poul-Henning Kamp wrote: > And besides, a formatted sysctl has no binary compatibility issues at > all. I like that too. Linux programmers proved the opposite. Joerg