summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/msdos
AgeCommit message (Expand)Author
2013-10-19fix unused variable warnings.christos
2013-01-30- don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts;christos
2013-01-29workaround for gcc/vaxchristos
2013-01-28- use emalloc and friendschristos
2013-01-28use pcbmap instead of the open coded hack now the pcbmap works.christos
2013-01-28don't forget to initialize the cache.christos
2013-01-27fix root detection (although the code is a noop)christos
2013-01-27- don't forget to set de_pmpchristos
2013-01-27undo c99christos
2013-01-27- some more debuggingchristos
2013-01-27This works well enough to populate plain files in the root dir. creatingchristos
2013-01-27the max msdos file size is less than size_t so don't bother checking against it.christos
2013-01-27fixed directory entry allocation. Now the file data remains and is currentlychristos
2013-01-27Make it compile on 32bit AND 64bit archs.martin
2013-01-27Allow this to compile on 32bit architectures.mbalmer
2013-01-26depend on TOOLS instead of __NetBSD__ for extra functionalitychristos
2013-01-26make this cross-compile friendly.christos
2013-01-26add debugging, fix warnings.christos
2013-01-26add more msdos stuff.christos
2013-01-23ok, we can create the filesystem now.christos
2013-01-23don't reuse the same variableschristos
2013-01-23- add support for parsing different types; not just int.christos