summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
AgeCommit message (Expand)Author
2016-10-24document the options for msdos systems; help/ok natanoJason McIntyre
2016-10-23No verbose flag for cd9660.Martin Natano
2016-10-23Remove the msdos no_create option.Martin Natano
2016-10-23Remove cd9660's keep-bad-images option.Martin Natano
2016-10-23Remove short option names for -o.Martin Natano
2016-10-22Dedup msdosfs/{bootsect.h,bpb.h}.Martin Natano
2016-10-22-#include <stdbool.h>Martin Natano
2016-10-22various cleanup; ok natanoJason McIntyre
2016-10-22Get rid of remaining FFS byteswap function stubs.Martin Natano
2016-10-22More "debug" code that has to go.Martin Natano
2016-10-22Clean up timestamp handling code to be less confusing.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-22Use deterministic pseudo-random numbers when the -T flag is used; forMartin 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-18cleanup MakefileTheo de Raadt
2016-10-18Remove setprogname().Martin Natano
2016-10-18Only allow epoch timestamps for -T. A shared option for either using theMartin Natano
2016-10-18Remove the -B flag. Most of the byteswapping code was tedu'd already.Martin Natano
2016-10-18Merge ufs/{ufs,ffs}/ into ffs/.Martin Natano
2016-10-18Merge fs/msdosfs/ and newfs_msdos/ into msdos/.Martin Natano
2016-10-18Merge fs/cd9660/ into cd9660.Martin Natano
2016-10-17unused variablesMartin Natano
2016-10-17Remove apple ufs bits.Martin Natano
2016-10-17makefs doesn't care about quotas.Martin Natano
2016-10-17Dedup ffs_extern.h.Martin Natano
2016-10-17Remove some more unused cd9660 options.Martin Natano
2016-10-17Remove cd9660's archimedes option, we won't need RISC OS metadata on ourMartin Natano
2016-10-17Remove "feature" defines. This code won't try to be portable when we areMartin Natano
2016-10-17Remove the -d option.Martin Natano
2016-10-17Everything in ffs_bswap.c is unused.Martin Natano
2016-10-17mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoidTed Unangst
2016-10-17Only a few apple-specific bits are needed by eltorito, so copy them local.Theo de Raadt
2016-10-16we're not going to be using kauth_credsTed Unangst
2016-10-16remove swapping add macrosTed Unangst
2016-10-16simplify swapper functions a bitTed Unangst
2016-10-16another round of deswappingTed Unangst
2016-10-16remove some byte swapping code from the top endTed Unangst
2016-10-16there's no need for a special typedef and function pointer for pickingTed Unangst
2016-10-16/* XXX bounds checking! */Ted Unangst
2016-10-16remove GEMDOS codeTed Unangst
2016-10-16The MSDOS_EI define isn't used anywhere.Martin Natano
2016-10-16Only allow one directory as argument and remove the -r option.Martin Natano
2016-10-16Remove the -Z (spare ffs image) option.Martin Natano
2016-10-16Add OpenBSD RCS tags; reminded by tbMartin Natano