From owner-cvs-all Fri Nov 1 1:42:45 2002 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 6DC9C37B401; Fri, 1 Nov 2002 01:42:44 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D913043E8A; Fri, 1 Nov 2002 01:42:42 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id UAA10914; Fri, 1 Nov 2002 20:42:30 +1100 Date: Fri, 1 Nov 2002 20:53:50 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Alfred Perlstein Cc: Peter Jeremy , Peter Wemm , , Subject: Re: cvs commit: src/lib/libc/stdio findfp.c In-Reply-To: <20021101073933.GI24139@elvis.mu.org> Message-ID: <20021101205126.A14774-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 31 Oct 2002, Alfred Perlstein wrote: > * Bruce Evans [021031 23:17] wrote: > > > > > Overall, I think we do fairly well. There have been three major API > > > breakages that I can think of: a.out -> ELF, the sigset_t changes > > > and these __sF changes. > > > > ... but apart from these changes they (current applications) often do > > run on old kernels unless they are very system-specific. The a.out > > -> ELF incompatibilities and maybe the sigset_t changes were unavoidable, > > but the others are mostly just from poor organization. > > I'm not sure I understand the importance of all of this honestly but > I don't think anyone would object if options were added to make.conf > to conditionalize __sF and the signal stuff, the default being the > current settings though. Wrong. I would object :-). Hiding bugs under options doesn't make the bugs go away. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message