Re: malloc.c

From: Brian Candler <B.Candler_at_pobox.com>
Date: Mon, 19 Jun 2006 13:42:10 +0100
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.
Received on Mon Jun 19 2006 - 10:42:25 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:57 UTC