freebsd-dev/release/scripts
David E. O'Brien ca5bd0c65a newfs with `-m 1'
This is needed even with `-o space' as the kernel decides to be "helpful"
and not really do space optimization.  Looking at src/sys/ufs/ffs/ffs_alloc.c
we see why:		if (fs->fs_minfree <= 5 ||
		            fs->fs_cstotal.cs_nffree >
		            (off_t)fs->fs_dsize * fs->fs_minfree / (2 * 100))
			            break;
	            log(LOG_NOTICE, "%s: optimization changed from SPACE to TIME\n"

I have picked `1' vs. `0' just incase some code somewhere has the assumption
the %free can never be `0'.

Helped with understanding why -m 1 made a different:	imp
2001-03-09 01:03:15 +00:00
..
X11 Remove the parts of the patch that was committed to the XFree86 port. 2001-02-18 04:49:42 +00:00
base-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00
bin-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00
catpages-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00
catpages-make.sh Add the whatis database to catpages too 1998-04-26 08:34:26 +00:00
commerce-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00
compat1x-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00
compat3x-install.sh Add script to install the compat3x distribution. 1999-04-20 11:42:51 +00:00
compat20-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00
compat21-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00
compat22-install.sh MFS. 1999-05-10 00:54:18 +00:00
crypto-install.sh Adapt to the crypto distribution. 2000-03-21 19:13:31 +00:00
dict-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00
dict-make.sh Preserve permissions through tar pipelines. 1999-09-11 06:11:52 +00:00
doc-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00
doc-make.sh Add script for properly breaking out the doc dist. 1998-01-24 17:45:14 +00:00
doFS.sh newfs with `-m 1' 2001-03-09 01:03:15 +00:00
dokern.sh SMALL floppy image require miibus device. 2001-03-06 00:39:53 +00:00
driver-copy2.pl Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp. 2000-10-31 07:39:07 +00:00
driver-remove.pl Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp. 2000-10-31 07:39:07 +00:00
games-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00
games-make.sh Preserve permissions through tar pipelines. 1999-09-11 06:11:52 +00:00
info-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00
info-make.sh Preserve permissions through tar pipelines. 1999-09-11 06:11:52 +00:00
info.sh Various fixes, take power.uu out as it was causing overflows. We'll 1996-06-07 11:46:19 +00:00
manpages-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00
manpages-make.sh New build scripts for these distributions. 1997-06-21 15:42:17 +00:00
ports-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00
proflibs-install.sh Link libcrypt_p.a to the DES profiled library, if this library is present. 1999-08-19 06:36:24 +00:00
proflibs-make.sh Fix proflibs again. 1998-09-23 03:58:41 +00:00
src-install.sh Add 'tools' to the list of tarballs to be extracted when 'all' is 2000-06-13 03:05:56 +00:00
tar.sh Minor nit: this tar(1) replacement still used /dev/rst0 as its default 2000-05-19 16:02:54 +00:00
xperimnt-install.sh Allow the use of ${DESTDIR} in the enviroment to optionally get 1998-09-22 08:43:10 +00:00