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 16:56:28 UTC 2002

Modified Files:
        basesrc/usr.sbin/makefs: ffs.c
        basesrc/usr.sbin/makefs/ffs: buf.c ffs_alloc.c ffs_balloc.c
            ffs_extern.h mkfs.c ufs_bmap.c
Added Files:
        basesrc/usr.sbin/makefs/ffs: ufs_inode.h

Log Message:
add "ffs/ufs_inode.h" with a minimal struct inode, to replace
<ufs/ufs/inode.h>, since the latter has a lot of cruft we don't need
and it #include's way more stuff in <sys/*> (etc) than is needed here.
yet another nail in the "let's make makefs a proper host tool" coffin.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/usr.sbin/makefs/ffs.c
cvs rdiff -r1.6 -r1.7 basesrc/usr.sbin/makefs/ffs/buf.c \
    basesrc/usr.sbin/makefs/ffs/ffs_balloc.c
cvs rdiff -r1.5 -r1.6 basesrc/usr.sbin/makefs/ffs/ffs_alloc.c
cvs rdiff -r1.1.1.1 -r1.2 basesrc/usr.sbin/makefs/ffs/ffs_extern.h
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/makefs/ffs/mkfs.c
cvs rdiff -r1.7 -r1.8 basesrc/usr.sbin/makefs/ffs/ufs_bmap.c
cvs rdiff -r0 -r1.1 basesrc/usr.sbin/makefs/ffs/ufs_inode.h

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