summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs/ffs (follow)
Commit message (Expand)AuthorAgeFilesLines
* While here nuke some more annoying whitespace nits.krw2016-12-174-14/+14
* Clean up FFS option handling somewhat; no functional change.natano2016-11-111-2/+2
* s/EXIT_FAILURE/1/natano2016-10-263-18/+17
* Get rid of remaining FFS byteswap function stubs.natano2016-10-226-94/+34
* Remove huge amounts of debug code, that make the code nearly unreadable.natano2016-10-222-23/+4
* s/panic/errx/ This is userland.natano2016-10-222-12/+7
* Include our own <ufs/ufs/dinode.h>, <ufs/ufs/dir.h> and <ufs/ffs/fs.h>natano2016-10-229-1237/+185
* Remove unused code for 4.3BSD format filesystems.natano2016-10-221-12/+7
* Avoid writing pointers to the disk (image).natano2016-10-221-1/+7
* Use the superblock passed to ffs_write_superblock() instead of referringnatano2016-10-211-2/+2
* Remove the superfluous 'sbsize' variable & s/sbsize/SBLOCKSIZE/.natano2016-10-211-7/+5
* whitespace; no functional changenatano2016-10-211-2/+2
* Merge ufs/{ufs,ffs}/ into ffs/.natano2016-10-1810-16/+1468
* Dedup ffs_extern.h.natano2016-10-171-8/+2
* mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoidtedu2016-10-176-34/+34
* we're not going to be using kauth_credstedu2016-10-161-2/+1
* remove swapping add macrostedu2016-10-161-7/+7
* another round of deswappingtedu2016-10-162-47/+42
* remove some byte swapping code from the top endtedu2016-10-161-12/+2
* Add OpenBSD RCS tags; reminded by tbnatano2016-10-169-0/+9
* Unused includes, as reported by include-what-you-use from ports.natano2016-10-162-9/+0
* Remove some unused functions. Found by cppcheck from ports.natano2016-10-162-100/+0
* Import makefs - a tool to create filesystem images from a directory.natano2016-10-169-0/+2671