summaryrefslogtreecommitdiffstats
path: root/sbin/newfs_msdos
Commit message (Collapse)AuthorAgeFilesLines
* EFI GPT partitions use 'p' as a slice seperator. eg: da0p1 or da0p217.peter2002-10-041-1/+1
| | | | (There is a theoretical limit of 16384 partitions)
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-212-23/+23
|
* The .Nm utilitycharnier2002-07-061-1/+1
|
* more file system > filesystemtrhodes2002-05-162-23/+23
|
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* Added pc98 support.nyan2001-02-161-0/+4
| | | | Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
* Prepare for mdoc(7)NG.ru2000-12-181-9/+14
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-101-1/+3
| | | | <time.h>).
* Remove redundant code left over on removal of /dev/rXXX handlingrnordier2000-08-151-2/+0
| | | | in r1.12.
* Partially revert r1.12, in which a warnx() if the device is not arnordier2000-08-151-1/+1
| | | | | character device is changed to an errx(). This unnecessarily compromises device independence.
* Consistency fix.rnordier2000-08-061-1/+1
|
* Fix the reporting of a raw device node.asmodai2000-07-261-2/+2
| | | | | | | Change a warnx to an errx since we should only attempt to use this utility on a character device. Approved by: green
* Update device names in examples.kris2000-05-071-3/+3
|
* Better error message for a case that I hit.imp2000-04-141-1/+2
|
* Added 640KB and 1232KB formats, which were standard MS-DOS formats ofkato2000-03-302-2/+4
| | | | | | | 2DD and 2HD disks in Japan. Submitted by: Shigeharu TAKENO <shige@iee.niit.ac.jp> Pointed out by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Avoid ambigious if-elsebillf1999-07-211-4/+7
|
* Clean up some more residual /usr/mdec references. I left all thejkh1999-01-031-2/+2
| | | | | extra rbootd/boot rom cruft pointing at /usr/mdec since it either doesn't exist or doesn't work anyway, so who cares? :)
* Use '#' flag in place of "0x" in format strings.rnordier1998-12-071-5/+5
|
* Don't assume that time_t is long.bde1998-10-171-2/+4
|
* Kill an extraneous dot.rnordier1998-10-101-2/+2
| | | | | PR: 8103 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* Add history.obrien1998-09-291-1/+6
|
* Sort cross references.wosch1998-08-311-2/+2
|
* Minor consistency fixes.rnordier1998-07-191-8/+7
|
* Reverse charnier's changes to usage.rnordier1998-07-161-8/+26
|
* Correct use of .Nm. Remove unused #includes. Short usage() string, see mancharnier1998-07-152-31/+12
| | | | page for details.
* Add newfs_msdos: extensive newfs-style support for creating FAT12,rnordier1998-07-063-0/+1103
FAT16, and FAT32 file systems in all their various horriblenesses. Approved-in-concept by: joerg
OpenPOWER on IntegriCloud