From owner-cvs-src@FreeBSD.ORG Fri Apr 8 22:05:29 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 0834F16A4CE for ; Fri, 8 Apr 2005 22:05:29 +0000 (GMT) Received: from critter.freebsd.dk (f170.freebsd.dk [212.242.86.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 515C443D2D for ; Fri, 8 Apr 2005 22:05:28 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.3/8.13.1) with ESMTP id j38M5Gum022652; Sat, 9 Apr 2005 00:05:16 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Richard Coleman From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 08 Apr 2005 18:02:44 EDT." <4256FF84.20008@criticalmagic.com> Date: Sat, 09 Apr 2005 00:05:16 +0200 Message-ID: <22651.1112997916@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: src-committers@FreeBSD.org cc: Bruce Evans cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Gleb Smirnoff cc: Sam Leffler 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:05:29 -0000 In message <4256FF84.20008@criticalmagic.com>, Richard Coleman writes: >But I think the general idea was that any ad hoc protocol will generally >suck, whether it is binary or ascii. I'm not arguing for an ad-hoc protocol, I'm perfectly fine with us standardizing the format, either traditional unix ("something-separated") or XML and then have a generic routine to format it in userland. I'm sort of partial to simple whitespace format with headerlines starting with '#', it just looks right for some reason... :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.