From owner-cvs-all@FreeBSD.ORG Fri Mar 18 19:00:39 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B4A16A4CE; Fri, 18 Mar 2005 19:00:39 +0000 (GMT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B50B43D54; Fri, 18 Mar 2005 19:00:39 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) j2IJ0ai9018308; Fri, 18 Mar 2005 14:00:36 -0500 (EST) Date: Fri, 18 Mar 2005 14:00:36 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Warner Losh In-Reply-To: <20050318.114956.74684448.imp@bsdimp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) cc: danfe@freebsd.org cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: scottl@samsco.org cc: cvs-all@freebsd.org cc: das@freebsd.org cc: sobomax@portaone.com Subject: Re: cvs commit: src/lib/msun/i387 fenv.c fenv.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 19:00:39 -0000 On Fri, 18 Mar 2005, Warner Losh wrote: > > Yeah, well, that was your karmic punishment for touching the internals > > of FILE. Serves you right! > > I didn't touch the internals of FILE. I just helped clean up the > mess. :-( That was me, but as I recall we ended up keeping binary compat by reusing an existing field and extending it (green's idea I believe). I think the real pain came when we tried to fix the predefined stdio, stdin, and stderr descriptors to prevent ABI breakage for future FILE changes. Has anyone experimented with symbol versioning yet? I recall someone wanting to do that (dfr?). -- DE