From owner-freebsd-current@FreeBSD.ORG  Mon Jun 19 12:42:25 2006
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
X-Original-To: freebsd-current@freebsd.org
Delivered-To: freebsd-current@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B7AF916A484;
	Mon, 19 Jun 2006 12:42:25 +0000 (UTC)
	(envelope-from b.candler@pobox.com)
Received: from rune.pobox.com (rune.pobox.com [208.210.124.79])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 177A043D68;
	Mon, 19 Jun 2006 12:42:20 +0000 (GMT)
	(envelope-from b.candler@pobox.com)
Received: from rune (localhost [127.0.0.1])
	by rune.pobox.com (Postfix) with ESMTP id E75EA7A030;
	Mon, 19 Jun 2006 08:42:41 -0400 (EDT)
Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com
	[212.74.113.67])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by rune.sasl.smtp.pobox.com (Postfix) with ESMTP id 6B70A7A01D;
	Mon, 19 Jun 2006 08:42:38 -0400 (EDT)
Received: from lists by mappit.local.linnet.org with local (Exim 4.61
	(FreeBSD)) (envelope-from <b.candler@pobox.com>)
	id 1FsJ50-0000SK-Uf; Mon, 19 Jun 2006 13:42:10 +0100
Date: Mon, 19 Jun 2006 13:42:10 +0100
From: Brian Candler <B.Candler@pobox.com>
To: Dmitry Morozovsky <marck@rinet.ru>
Message-ID: <20060619124210.GA1704@uk.tiscali.com>
References: <200606141704.30667.freebsd@alaskaparadise.com>
	<200606151246.08363.jhb@freebsd.org>
	<20060619032442.M13558@woozle.rinet.ru>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060619032442.M13558@woozle.rinet.ru>
User-Agent: Mutt/1.4.2.1i
Cc: Beech Rintoul <freebsd@alaskaparadise.com>, freebsd-current@freebsd.org
Subject: Re: malloc.c
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
	<freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, 
	<mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 19 Jun 2006 12:42:25 -0000

On Mon, Jun 19, 2006 at 03:26:35AM +0400, Dmitry Morozovsky wrote:
> The only two are
> 
> root@woozle:~# file /bin/* /sbin/* | grep 'statically linked'
> /sbin/devd:            ELF 32-bit LSB executable, Intel 80386, version 1 
> (FreeBSD), statically linked, stripped
> /sbin/init:            ELF 32-bit LSB executable, Intel 80386, version 1 
> (FreeBSD), statically linked, stripped

Admittedly from 6.0 not -current, I get:

$ find / -type f -print0 | xargs -0 file | grep 'statically linked'

/usr/bin/ar
/usr/bin/as
/usr/bin/ld
/usr/bin/ranlib
/usr/bin/cc
/usr/bin/gcc
/usr/bin/make
/usr/libexec/cc1
/usr/libexec/cc1plus
/usr/libexec/cc1obj
/usr/sbin/nologin
/usr/sbin/pccardc

There may be more, I didn't wait for it to finish. There's /rescue/sh and
its many aliases, too.