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: 04/12/1995 17:30:01
mycroft
Wed Apr 12 17:21:03 EDT 1995
Update of /a/cvsroot/src/sys/ufs/ffs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv8906
Modified Files:
ffs_vfsops.c fs.h
Log Message:
Make use of the `fs_clean' field. If it was set when the file system was
mounted or upgraded to r-w, then clear it and set it again later when the
file system is unmounted or downgraded.
mycroft
Wed Apr 12 17:23:26 EDT 1995
Update of /a/cvsroot/src/sbin/dumpfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9017/dumpfs
Modified Files:
dumpfs.c
Log Message:
Print out the `clean' field.
mycroft
Wed Apr 12 17:24:14 EDT 1995
Update of /a/cvsroot/src/sbin/fsck
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9039/fsck
Modified Files:
extern.h fsck.h main.c setup.c utilities.c
Log Message:
Set the clean flag if necessary. If preening, don't check `clean' file
systems.
mycroft
Wed Apr 12 17:24:33 EDT 1995
Update of /a/cvsroot/src/sbin/newfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9078/newfs
Modified Files:
mkfs.c
Log Message:
Set the `clean' flag.