History log of /netbsd-src/usr.sbin/makefs/README (Results 1 – 9 of 9)
Revision Date Author Comments
# 6da2a6ed 07-Feb-2024 msaitoh <msaitoh@NetBSD.org>

s/strucutre/structure/ in comment.


# 49811c99 26-Oct-2022 andvar <andvar@NetBSD.org>

fix various typos in comments and makefs README file.


# e701837b 12-Jan-2015 christos <christos@NetBSD.org>

reflect reality about filesystems supported.


# f0a7346d 18-Oct-2014 snj <snj@NetBSD.org>

src is too big these days to tolerate superfluous apostrophes. It's
"its", people!


# dd9e8309 18-Jul-2011 uch <uch@NetBSD.org>

v7fs(7th edition(V7) file system) support.


# f9dee387 03-Jan-2009 lukem <lukem@NetBSD.org>

cd9660 support has been present for a while


# 2406596e 20-Dec-2004 jmc <jmc@NetBSD.org>

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 a

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.

show more ...


# bb07f837 31-May-2004 lukem <lukem@NetBSD.org>

minor typo


# de8b3ad2 26-Oct-2001 lukem <lukem@NetBSD.org>

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
desig

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.

show more ...