aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mkdosfs
Commit message (Collapse)AuthorAgeFilesLines
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-225-5/+5
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-145-5/+5
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-2/+2
| | | | Notes: svn path=/head/; revision=17786
* Attempt to figure out the size of the device/file we are about toJoerg Wunsch1996-01-302-13/+90
| | | | | | | | format. A bit tricky, but i believe this to work for 98 % of the cases. Notes: svn path=/head/; revision=13723
* mkdosfs -- a tool to create an MS-DOS file system on a device or file.Joerg Wunsch1995-11-056-0/+717
Since msdosfs is part of the base system, it's not wise to rely on something like mtools to provide this functionality. This utility is the agreed fix for PR # misc/804 fdformat did not ... Notes: svn path=/cvs2svn/branches/JOERG/; revision=12102