History log of /netbsd-src/usr.sbin/makefs/TODO (Results 1 – 7 of 7)
Revision Date Author Comments
# 537fc556 10-Dec-2007 dyoung <dyoung@NetBSD.org>

Add a todo item: read files from multiple directories.


# 6d5ff7c4 06-Feb-2002 lukem <lukem@NetBSD.org>

- clean up some debugging and verbose output
- use fs_cstotal.cs_nifree rather than fs->fs_ncg * fs->fs_ipg to
determine the number of free inodes available in the file system
- don't count '.' (th

- clean up some debugging and verbose output
- use fs_cstotal.cs_nifree rather than fs->fs_ncg * fs->fs_ipg to
determine the number of free inodes available in the file system
- don't count '.' (the root node for a level) in inode sizing, since
the parent has already been counted
- some more todo items

show more ...


# 002b1b8f 24-Jan-2002 lukem <lukem@NetBSD.org>

-N dbdir allows reading user & group info from a different source


# e30101d9 23-Jan-2002 lukem <lukem@NetBSD.org>

more stuff


# 751eb87e 29-Oct-2001 lukem <lukem@NetBSD.org>

typographical cleanups


# 1450efa8 28-Oct-2001 lukem <lukem@NetBSD.org>

a possible feature...


# 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 ...