Home | History | Annotate | Download | only in makefs
History log of /src/usr.sbin/makefs/README
RevisionDateAuthorComments
 1.9  07-Feb-2024  msaitoh s/strucutre/structure/ in comment.
 1.8  26-Oct-2022  andvar fix various typos in comments and makefs README file.
 1.7  12-Jan-2015  christos reflect reality about filesystems supported.
 1.6  18-Oct-2014  snj src is too big these days to tolerate superfluous apostrophes. It's
"its", people!
 1.5  18-Jul-2011  uch v7fs(7th edition(V7) file system) support.
 1.4  03-Jan-2009  lukem cd9660 support has been present for a while
 1.3  20-Dec-2004  jmc 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.
 1.2  31-May-2004  lukem minor typo
 1.1  26-Oct-2001  lukem branches: 1.1.1;
Initial revision
 1.1.1.1  26-Oct-2001  lukem makefs - create a file system image from a directory tree.
It doesn't need any special privileges or kernel devices.

Only ffs image creation is supported at this time, although makefs has been
designed to allow the addition of other file system formats by writing new
back-ends.

This program was designed & implemented by Luke Mewburn of Wasabi Systems.

RSS XML Feed