From owner-freebsd-hackers Mon Oct 16 13:21:17 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA19481 for hackers-outgoing; Mon, 16 Oct 1995 13:21:17 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA19476 for ; Mon, 16 Oct 1995 13:21:13 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA25265; Mon, 16 Oct 1995 13:15:22 -0700 From: Terry Lambert Message-Id: <199510162015.NAA25265@phaeton.artisoft.com> Subject: Re: A couple problems in FreeBSD 2.1.0-950922-SNAP To: bde@zeta.org.au (Bruce Evans) Date: Mon, 16 Oct 1995 13:15:22 -0700 (MST) Cc: ache@astral.msk.su, j@uriah.heep.sax.de, hackers@freefall.freebsd.org, kaleb@x.org In-Reply-To: <199510152252.IAA32542@godzilla.zeta.org.au> from "Bruce Evans" at Oct 16, 95 08:52:00 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 661 Sender: owner-hackers@FreeBSD.org Precedence: bulk > BTW, this hack adds 24K to the size of a minimal statically linked > program `main() {}' and defeats the point of most of the specially named > routines in crt0.c. E.g., there is a special version of getenv() named > _getenv() to avoid the namespace pollution and bloat from getenv(), but > the hack calls getenv() anyway; there are special versions of read() and > write(), but _startup_setlocale() references things in stdio that reference > read() and write(). Can we say "probable source of BSDI incompatability"? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.