From owner-cvs-sbin Fri Jun 13 18:31:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA02031 for cvs-sbin-outgoing; Fri, 13 Jun 1997 18:31:37 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA02019; Fri, 13 Jun 1997 18:31:27 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id LAA11566; Sat, 14 Jun 1997 11:29:42 +1000 Date: Sat, 14 Jun 1997 11:29:42 +1000 From: Bruce Evans Message-Id: <199706140129.LAA11566@godzilla.zeta.org.au> To: bde@zeta.org.au, davidn@unique.usn.blaze.net.au Subject: Re: cvs commit: src/sbin/init init.c Cc: charnier@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG, peter@spinner.dialix.com.au Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>[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