Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: perseant
Date: Sat Feb 26 05:45:54 UTC 2005
Modified Files:
src/regress/sys/fs/lfs/newfs_fsck: Makefile mkfs_mount smallfiles
src/sbin/fsck_lfs: bufcache.c bufcache.h lfs.c lfs.h pass0.c pass3.c
segwrite.c setup.c utilities.c
src/sbin/newfs_lfs: Makefile newfs.c
Added Files:
src/sbin/newfs_lfs: make_lfs.c
Removed Files:
src/sbin/newfs_lfs: lfs.c
Log Message:
Various minor LFS improvements:
* Extend the lfs library from fsck_lfs(8) so that it can be used with a
not-yet-existent LFS. Make newfs_lfs(8) use this library, so it can
create LFSs whose Ifile is larger than one segment.
* Make newfs_lfs(8) use strsuftoi64() for its arguments, a la newfs(8).
* Make fsck_lfs(8) respect the "file system is clean" flag.
* Don't let fsck_lfs(8) think it has dirty blocks when invoked with the
-n flag.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/regress/sys/fs/lfs/newfs_fsck/Makefile
cvs rdiff -r1.1 -r1.2 src/regress/sys/fs/lfs/newfs_fsck/mkfs_mount \
src/regress/sys/fs/lfs/newfs_fsck/smallfiles
cvs rdiff -r1.2 -r1.3 src/sbin/fsck_lfs/bufcache.c \
src/sbin/fsck_lfs/bufcache.h src/sbin/fsck_lfs/lfs.h
cvs rdiff -r1.7 -r1.8 src/sbin/fsck_lfs/lfs.c src/sbin/fsck_lfs/pass3.c
cvs rdiff -r1.17 -r1.18 src/sbin/fsck_lfs/pass0.c \
src/sbin/fsck_lfs/utilities.c
cvs rdiff -r1.6 -r1.7 src/sbin/fsck_lfs/segwrite.c
cvs rdiff -r1.18 -r1.19 src/sbin/fsck_lfs/setup.c
cvs rdiff -r1.2 -r1.3 src/sbin/newfs_lfs/Makefile
cvs rdiff -r1.35 -r0 src/sbin/newfs_lfs/lfs.c
cvs rdiff -r0 -r1.1 src/sbin/newfs_lfs/make_lfs.c
cvs rdiff -r1.14 -r1.15 src/sbin/newfs_lfs/newfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index