1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/release
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
..
alpha SMALL floppy image require miibus device. 2001-03-06 00:39:53 +00:00
amd64 SMALL floppy image require miibus device. 2001-03-06 00:39:53 +00:00
i386 SMALL floppy image require miibus device. 2001-03-06 00:39:53 +00:00
pc98 SMALL floppy image require miibus device. 2001-03-06 00:39:53 +00:00
picobsd Bring the new script into -current. Still untested here, but there 2001-02-20 17:09:40 +00:00
scripts newfs with `-m 1' 2001-03-09 01:03:15 +00:00
texts add PC-Card entry 2001-03-07 13:30:44 +00:00
boot_crunch.conf Add fsck_4.2bsd to boot crunch target. This returns the ability to 2001-02-25 08:02:46 +00:00
fixit_crunch.conf - Removed machine dependent directory and command from 2000-06-29 13:34:54 +00:00
fixit.profile $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
fixit.services $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
Makefile Set NO_X during release build so the doc ports don't try to build XFree86. 2001-03-07 07:39:32 +00:00
write_mfs_in_kernel.c Correct slight stuff-up in previous patch. 1999-12-16 02:14:30 +00:00