summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs
AgeCommit message (Expand)Author
2016-12-17While here nuke some more annoying whitespace nits.Kenneth R Westerback
2016-11-11Clean up FFS option handling somewhat; no functional change.Martin Natano
2016-10-26s/EXIT_FAILURE/1/Martin Natano
2016-10-22Get rid of remaining FFS byteswap function stubs.Martin Natano
2016-10-22Remove huge amounts of debug code, that make the code nearly unreadable.Martin Natano
2016-10-22s/panic/errx/ This is userland.Martin Natano
2016-10-22Include our own <ufs/ufs/dinode.h>, <ufs/ufs/dir.h> and <ufs/ffs/fs.h>Martin Natano
2016-10-22Remove unused code for 4.3BSD format filesystems.Martin Natano
2016-10-22Avoid writing pointers to the disk (image).Martin Natano
2016-10-21Use the superblock passed to ffs_write_superblock() instead of referringMartin Natano
2016-10-21Remove the superfluous 'sbsize' variable & s/sbsize/SBLOCKSIZE/.Martin Natano
2016-10-21whitespace; no functional changeMartin Natano
2016-10-18Merge ufs/{ufs,ffs}/ into ffs/.Martin Natano
2016-10-17Dedup ffs_extern.h.Martin Natano
2016-10-17mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoidTed Unangst
2016-10-16we're not going to be using kauth_credsTed Unangst
2016-10-16remove swapping add macrosTed Unangst
2016-10-16another round of deswappingTed Unangst
2016-10-16remove some byte swapping code from the top endTed Unangst
2016-10-16Add OpenBSD RCS tags; reminded by tbMartin Natano
2016-10-16Unused includes, as reported by include-what-you-use from ports.Martin Natano
2016-10-16Remove some unused functions. Found by cppcheck from ports.Martin Natano
2016-10-16Import makefs - a tool to create filesystem images from a directory.Martin Natano