Module Name:src
Committed By: dholland
Date: Thu Oct 15 06:24:33 UTC 2015
Modified Files:
src/sbin/newfs_lfs: extern.h make_lfs.c newfs.c newfs_lfs.8
Log Message:
Enable the creation of lfs64 volumes.
To create an lfs64 volume, use -w 64. You can also force a 32-bit
volum
Module Name:src
Committed By: dholland
Date: Sat Oct 10 22:34:19 UTC 2015
Modified Files:
src/sbin/newfs_lfs: make_lfs.c
Log Message:
Use a specific SEGSUM size instead of the size of the union.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sbin/newfs
Module Name:src
Committed By: dholland
Date: Sun Aug 2 18:11:36 UTC 2015
Modified Files:
src/sbin/newfs_lfs: make_lfs.c
Log Message:
Typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sbin/newfs_lfs/make_lfs.c
Please note that diffs are
Module Name:src
Committed By: dholland
Date: Sun Aug 2 18:11:12 UTC 2015
Modified Files:
src/sbin/newfs_lfs: make_lfs.c
Log Message:
Use c99 initializers.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sbin/newfs_lfs/make_lfs.c
Please note that diffs
Module Name:src
Committed By: wiz
Date: Sat Jan 4 15:35:10 UTC 2014
Modified Files:
src/sbin/newfs_lfs: newfs_lfs.8
Log Message:
New sentence, new line. Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sbin/newfs_lfs/newfs_lf
Module Name:src
Committed By: dholland
Date: Thu Jun 6 00:53:12 UTC 2013
Modified Files:
src/sbin/newfs_lfs: make_lfs.c newfs.c
Log Message:
ufs -> ulfs for newfs_lfs
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sbin/newfs_lfs/make_lfs.c
cvs rdiff -
Module Name:src
Committed By: perseant
Date: Thu Feb 2 03:50:32 UTC 2012
Modified Files:
src/sbin/newfs_lfs: config.h make_lfs.c
Log Message:
When creating a very small filesystem, use well-known small segment,
block and fragment sizes by default instead of the ordinary 1
Module Name:src
Committed By: perseant
Date: Thu Feb 2 03:49:22 UTC 2012
Modified Files:
src/sbin/newfs_lfs: newfs.c
Log Message:
If invoked with -D and creating an image file, ensure that the image
file is filled to the given size. This prevents false failures
with "lfs
Module Name:src
Committed By: perseant
Date: Tue Jan 17 16:27:19 UTC 2012
Modified Files:
src/sbin/newfs_lfs: make_lfs.c
Log Message:
Use an even smaller segment size when creating a very small filesystem.
This allows the lfs_renamerace_dirs case of the t_renamerace test t