Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/11/1995 23:50:02
cgd
Tue Jul 11 23:40:28 EDT 1995
Update of /a/cvsroot/src/sbin/mount_ffs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2379/mount_ffs

Log Message:
Directory /a/cvsroot/src/sbin/mount_ffs added to the repository


cgd
Tue Jul 11 23:45:19 EDT 1995
Update of /a/cvsroot/src/sbin/mount
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2426/mount

Modified Files:
	Makefile mount.8 mount.c 
Removed Files:
	mount_ufs.c 
Log Message:
remove FFS mounting code from mount(8); there are now _no_ 'internal' mount
types.  when using mount(8) with '-a', do _NOT_ remount file systems
that have been mounted once already.  (This cannot be 100% precisely
determined (thanks to mfs, union fs, and similar file systems which
don't use a 'real' mounted-from node), and changed options cannot be updated
with mount -a.  however, options wouldn't be updated with the old mount -a
anyway, and this solves several annoyances.


cgd
Tue Jul 11 23:46:52 EDT 1995
Update of /a/cvsroot/src/sbin/mount_ffs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2475/mount_ffs

Added Files:
	Makefile mount_ffs.8 mount_ffs.c 
Log Message:
split FFS mount code out of mount(8).  the correct way to name fast file
systems is now 'ffs', though 'ufs' is tolerated in fstab for backward
compatibility.