malloc.c

Brian Candler B.Candler at pobox.com
Mon Jun 19 12:42:25 UTC 2006


On Mon, Jun 19, 2006 at 03:26:35AM +0400, Dmitry Morozovsky wrote:
> The only two are
> 
> root at 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.


More information about the freebsd-current mailing list