Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/usr.sbin/makefs
Module Name: basesrc
Committed By: lukem
Date: Mon Jan 7 05:07:51 UTC 2002
Modified Files:
basesrc/usr.sbin/makefs: ffs.c makefs.h
basesrc/usr.sbin/makefs/ffs: buf.c ffs_alloc.c ffs_balloc.c mkfs.c
ufs_bmap.c
Log Message:
fix bugs reported by matt green:
- when calculating file size, round up to frag size not block size
- #define FFS_EI in makefs.h, and include that before [uf]fs/*.h
other stuff:
- round up final size to next block (instead of next sector)
- protect makefs.h from multiple inclusion
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/usr.sbin/makefs/ffs.c
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/makefs/makefs.h
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/makefs/ffs/buf.c \
basesrc/usr.sbin/makefs/ffs/ffs_balloc.c
cvs rdiff -r1.3 -r1.4 basesrc/usr.sbin/makefs/ffs/ffs_alloc.c
cvs rdiff -r1.2 -r1.3 basesrc/usr.sbin/makefs/ffs/mkfs.c
cvs rdiff -r1.5 -r1.6 basesrc/usr.sbin/makefs/ffs/ufs_bmap.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