NetBSD/usr.sbin/makefs/ffs
jmc 2406596e11 Refactor the filesystem specific portions out of makefs.c/makefs.h completely.
Instead of extending fsinfo_t it now holds a void * to file system specific
data. This is then setup/cleaned up by the additional of 2 additional
callbacks. Makes adding new filesystems simpler as almost no code has
to be updated in the generic makefs code now.
2004-12-20 20:51:42 +00:00
..
buf.c Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
buf.h tweak copyright 2001-11-02 03:12:48 +00:00
ffs_alloc.c Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
ffs_balloc.c Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
ffs_extern.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
mkfs.c Refactor the filesystem specific portions out of makefs.c/makefs.h completely. 2004-12-20 20:51:42 +00:00
newfs_extern.h Define FFS_MAXBSIZE to 65536 and use instead of MAXBSIZE. 2004-06-24 22:30:13 +00:00
ufs_bmap.c Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
ufs_inode.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00