summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs/msdos (follow)
Commit message (Expand)AuthorAgeFilesLines
* msdosfs: remove timezone supportcheloha2019-09-041-9/+2
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-2/+1
* Use emalloc, like in the rest of makefsjca2017-11-021-3/+3
* assorted warning fixes; ok millert@otto2017-08-311-2/+2
* add missing braces around a multi line if statementjsg2017-03-281-2/+3
* While here nuke some more annoying whitespace nits.krw2016-12-177-45/+45
* Remove FS-specific option descriptions from the source code. We have anatano2016-10-261-24/+24
* No verbose flag for cd9660.natano2016-10-231-2/+1
* Remove the msdos no_create option.natano2016-10-232-135/+129
* Remove short option names for -o.natano2016-10-231-25/+25
* Dedup msdosfs/{bootsect.h,bpb.h}.natano2016-10-227-299/+11
* -#include <stdbool.h>natano2016-10-221-3/+3
* Remove huge amounts of debug code, that make the code nearly unreadable.natano2016-10-221-26/+1
* Merge fs/msdosfs/ and newfs_msdos/ into msdos/.natano2016-10-1815-23/+5043
* unused variablesnatano2016-10-171-3/+2
* makefs doesn't care about quotas.natano2016-10-171-9/+1
* mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoidtedu2016-10-173-26/+26
* we're not going to be using kauth_credstedu2016-10-162-7/+7
* remove GEMDOS codetedu2016-10-161-80/+20
* Add OpenBSD RCS tags; reminded by tbnatano2016-10-163-0/+4
* Replace fs/msdosfs/{msdosfs_conv.c,direntry.h} with stripped-downnatano2016-10-162-13/+17
* Import makefs - a tool to create filesystem images from a directory.natano2016-10-163-0/+1411