summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* More "debug" code that has to go.natano2016-10-222-39/+2
* Clean up timestamp handling code to be less confusing.natano2016-10-225-48/+45
* Remove huge amounts of debug code, that make the code nearly unreadable.natano2016-10-229-340/+15
* s/panic/errx/ This is userland.natano2016-10-223-24/+8
* Include our own <ufs/ufs/dinode.h>, <ufs/ufs/dir.h> and <ufs/ffs/fs.h>natano2016-10-2211-1291/+235
* Remove unused code for 4.3BSD format filesystems.natano2016-10-221-12/+7
* Use deterministic pseudo-random numbers when the -T flag is used; fornatano2016-10-221-5/+6
* 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
* cleanup Makefilederaadt2016-10-181-14/+6
* Remove setprogname().natano2016-10-181-6/+3
* Only allow epoch timestamps for -T. A shared option for either using thenatano2016-10-182-19/+4
* Remove the -B flag. Most of the byteswapping code was tedu'd already.natano2016-10-182-30/+6
* Merge ufs/{ufs,ffs}/ into ffs/.natano2016-10-1813-38/+36
* Merge fs/msdosfs/ and newfs_msdos/ into msdos/.natano2016-10-1817-57/+58
* Merge fs/cd9660/ into cd9660.natano2016-10-186-13/+11
* unused variablesnatano2016-10-172-5/+4
* Remove apple ufs bits.natano2016-10-173-34/+3
* makefs doesn't care about quotas.natano2016-10-173-184/+1
* Dedup ffs_extern.h.natano2016-10-173-112/+6
* Remove some more unused cd9660 options.natano2016-10-172-17/+2
* Remove cd9660's archimedes option, we won't need RISC OS metadata on ournatano2016-10-176-201/+6
* Remove "feature" defines. This code won't try to be portable when we arenatano2016-10-173-40/+4
* Remove the -d option.natano2016-10-172-18/+7
* Everything in ffs_bswap.c is unused.natano2016-10-172-270/+2
* mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoidtedu2016-10-1719-108/+107
* Only a few apple-specific bits are needed by eltorito, so copy them local.deraadt2016-10-172-1460/+9
* we're not going to be using kauth_credstedu2016-10-165-16/+14
* remove swapping add macrostedu2016-10-164-20/+15
* simplify swapper functions a bittedu2016-10-161-6/+4
* another round of deswappingtedu2016-10-164-63/+52
* remove some byte swapping code from the top endtedu2016-10-165-132/+42
* there's no need for a special typedef and function pointer for pickingtedu2016-10-161-25/+6
* /* XXX bounds checking! */tedu2016-10-162-17/+19
* remove GEMDOS codetedu2016-10-163-89/+23
* The MSDOS_EI define isn't used anywhere.natano2016-10-161-2/+2
* Only allow one directory as argument and remove the -r option.natano2016-10-164-64/+17
* Remove the -Z (spare ffs image) option.natano2016-10-164-27/+8
* Add OpenBSD RCS tags; reminded by tbnatano2016-10-1659-0/+61
* Unused includes, as reported by include-what-you-use from ports.natano2016-10-1613-42/+0
* Remove some unused functions. Found by cppcheck from ports.natano2016-10-166-456/+0
* Replace fs/msdosfs/{msdosfs_conv.c,direntry.h} with stripped-downnatano2016-10-1612-1153/+256
* Import makefs - a tool to create filesystem images from a directory.natano2016-10-1664-0/+23526