From owner-svn-src-all@FreeBSD.ORG Tue Mar 24 18:02:35 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E5E21065680; Tue, 24 Mar 2009 18:02:35 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8C77A8FC14; Tue, 24 Mar 2009 18:02:35 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n2OI2ZOj052973; Tue, 24 Mar 2009 18:02:35 GMT (envelope-from luigi@svn.freebsd.org) Received: (from luigi@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n2OI2Zt1052972; Tue, 24 Mar 2009 18:02:35 GMT (envelope-from luigi@svn.freebsd.org) Message-Id: <200903241802.n2OI2Zt1052972@svn.freebsd.org> From: Luigi Rizzo Date: Tue, 24 Mar 2009 18:02:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r190385 - head/release/picobsd/bridge X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2009 18:02:36 -0000 Author: luigi Date: Tue Mar 24 18:02:35 2009 New Revision: 190385 URL: http://svn.freebsd.org/changeset/base/190385 Log: remove stale comments on the size of objects, they are more than 10 years old and do not reflect reality anymore. Also remove some commented out entries that have no hope to be useful anymore. Modified: head/release/picobsd/bridge/crunch.conf Modified: head/release/picobsd/bridge/crunch.conf ============================================================================== --- head/release/picobsd/bridge/crunch.conf Tue Mar 24 17:57:48 2009 (r190384) +++ head/release/picobsd/bridge/crunch.conf Tue Mar 24 18:02:35 2009 (r190385) @@ -48,13 +48,13 @@ srcdirs /usr/src/libexec # variables contain the list of sources and objects, and so on. # init is almost always necessary. -progs init # 4KB. +progs init # fsck is almost always necessary, unless you have everything on the # image and use 'tar' or something similar to read/write raw blocks # from the floppy. -progs fsck # 24KB. +progs fsck # ifconfig is needed if you want to configure interfaces... -progs ifconfig # 4KB. +progs ifconfig # # You will also need a shell and a bunch of utilities. # The standard shell is not that large, but you need many @@ -64,114 +64,94 @@ progs ifconfig # 4KB. # no additional memory. # There are a few exceptions such as 'less', which in 4.x is # rather large. -progs sh # 36KB. +progs sh ln sh -sh -progs echo # 0KB. +progs echo progs pwd progs mkdir rmdir progs chmod chown -progs mv ln # 0KB. +progs mv ln progs mount -progs minigzip # 0KB. +progs minigzip ln minigzip gzip -progs cp # 0KB. +progs cp progs rm progs ls progs kill -progs df # 0KB. -progs ps # 4KB. -progs ns # 4KB. +progs df +progs ps +progs ns ln ns netstat -progs vm # 0KB. -progs cat # 0KB. -progs test # 0KB. +progs vm +progs cat +progs test ln test [ -progs hostname # 0KB. -progs login # 4KB. -progs getty # 4KB. -progs stty # 4KB. -progs w # 0KB. -progs msg # 0KB. +progs hostname +progs login +progs getty +progs stty +progs w +progs msg ln msg dmesg -progs reboot # 0KB. -progs less # 36KB +progs reboot +progs less #ln less more -#progs more # 12KB +#progs more special more srcdir /usr/ports/misc/44bsd-more/work progs sysctl -progs swapon # 0KB. -progs pwd_mkdb # 0KB. +progs swapon +progs pwd_mkdb progs umount -progs du # 0KB. -progs tail # 0KB. -progs tee # 0KB. -progs passwd # 0KB. +progs du +progs tail +progs tee +progs passwd -progs route # 8KB +progs route # progs mount_msdosfs # progs comcontrol # # If you want to run natd, remember the alias library -#progs natd # 20KB +#progs natd #libs -lalias # natd # # ppp is rather large. Note that as of Jan.01, RELEASE_CRUNCH # makes ppp not use libalias, so you cannot have aliasing. -#progs ppp # 112KB +#progs ppp # You need an editor. ee is relatively small, though there are # smaller ones. vi is much larger. # The editor also usually need a curses library. -progs ee # 32KB. +progs ee libs -lncurses -# progs vi # ?? +# progs vi # libs -lcurses # for vi -#progs tcpdump # 100KB. +#progs tcpdump special tcpdump srcdir /usr/src/usr.sbin/tcpdump/tcpdump -progs arp # 0KB. +progs arp -progs bsdlabel # 4KB. -progs fdisk # 4KB. -progs vnconfig # 0KB. - -#progs grep # 16KB. -progs date # 4KB. -#progs mount_nfs # 0KB. +progs bsdlabel +progs fdisk +progs mdconfig + +#progs grep +progs date +#progs mount_nfs ln mount_nfs nfs -progs ping # 4KB. -#progs routed # 32KB. -progs ipfw # 12KB. -progs traceroute # 0KB. -# progs mount_cd9660 # 4KB. +progs ping +#progs routed +progs ipfw +progs traceroute +# progs mount_cd9660 # ln mount_cd9660 cd9660 -# progs newfs # 12KB. +# progs newfs #ln newfs mount_mfs ln chown chgrp # ln mount_msdosfs msdos -# If you need to access the box remotely, and maybe copy files -# from/to it, you can use telnet, rsh or ssh. -# inetd is only needed for telnet and rshd -#progs inetd # 12KB. -#progs telnet # 20KB. -#progs telnetd # 12KB. -#progs ftp # 28KB. -#progs tar # 32KB. - -# Check the ssh license! If you want to use this, -# go to /usr/ports/security/ssh-picobsd, do a make extract configure -# You also need to install /usr/ports/math/libgmp-freebsd -#progs sshd # includes ssh and scp -special sshd objvar SSHD_OBJS -special sshd srcdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27 -special sshd objdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27 -ln sshd ssh -ln sshd ssh1 -ln sshd scp -#libs /usr/local/lib/libgmp.a libs -ll # used by sh libs -lufs # used by mount