From owner-cvs-src@FreeBSD.ORG Fri Apr 8 22:27:45 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 39C7016A4CE; Fri, 8 Apr 2005 22:27:45 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E43343D2F; Fri, 8 Apr 2005 22:27:44 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j38MOqMd002051; Fri, 8 Apr 2005 16:24:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 08 Apr 2005 16:24:54 -0600 (MDT) Message-Id: <20050408.162454.74411948.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <22307.1112996518@critter.freebsd.dk> References: <4256BF44.2000100@errno.com> <22307.1112996518@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: bde@zeta.org.au cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: glebius@FreeBSD.org cc: sam@errno.com 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 22:27:45 -0000 In message: <22307.1112996518@critter.freebsd.dk> "Poul-Henning Kamp" writes: : In message <4256BF44.2000100@errno.com>, Sam Leffler writes: : : >> And besides, a formatted sysctl has no binary compatibility issues at : >> all. I like that too. : >> : > : >Sure, that's the downside; you need to design binary protocols with care : >(this is a protocol after all). : : And given that X.400 is dead and SMTP lives I would say that an ascii : based protocol is preferable. But given that TCP/IP lives, I'm not sure that this is a valid argument. Warner