Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 1997 11:29:42 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, davidn@unique.usn.blaze.net.au
Cc:        charnier@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG, peter@spinner.dialix.com.au
Subject:   Re: cvs commit: src/sbin/init init.c
Message-ID:  <199706140129.LAA11566@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>[bloat in init]
>Not to mention the bloat caused by including the db library due to
>handling secure console in single user mode. This could be better
>handled by having /sbin/sulogin as in other unices, but unfortunately
>wouldn't gain anything because getcap(3) also uses it (included
>because login_cap uses it).

The -current init linked statically with -current libraries has a text
size of 192K.  This is up from 112K for the 1.1.5 init linked statically
with -current libraries.

I usually don't notice linkage bloat because I link everything except
ld.so and cc1* dynamically :-).  init has a text size of 16K.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706140129.LAA11566>