summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/msdos.c
AgeCommit message (Expand)Author
2013-02-03- more changes to make -O workchristos
2013-01-30- don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts;christos
2013-01-30gc global sectorsize.christos
2013-01-29add missing arguments.christos
2013-01-28- use emalloc and friendschristos
2013-01-27fix recursion error handling. top level directory works.christos
2013-01-27This works well enough to populate plain files in the root dir. creatingchristos
2013-01-27fixed directory entry allocation. Now the file data remains and is currentlychristos
2013-01-26add more msdos stuff.christos
2013-01-24- Fix single letter option parsing.christos
2013-01-23ok, we can create the filesystem now.christos
2013-01-23return the bit of the option set, so that others can act on it.christos
2013-01-23remove duplicated code, and try to cleanup parsing by using the shared code.christos
2013-01-23- add support for parsing different types; not just int.christos