summaryrefslogtreecommitdiffstats
path: root/sbin/newfs_msdos/newfs_msdos.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary newlines from errx() arguments.tjr2004-02-171-4/+4
|
* Bring newfs_msdos into the GEOM world. Totally rewrite and simplifyscottl2002-11-031-83/+49
| | | | | | | | getdiskinfo(). For the fixed-disk case, bpb->hid probably isn't handled correctly, but I'm not sure if this is a serious problem since the primary use of this program is to format floppy disks. Reviewed by: phk
* 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-211-13/+13
|
* more file system > filesystemtrhodes2002-05-161-13/+13
|
* 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.
* 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
* 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-301-0/+2
| | | | | | | 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)
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* 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
|
* 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-151-27/+8
| | | | page for details.
* Add newfs_msdos: extensive newfs-style support for creating FAT12,rnordier1998-07-061-0/+924
FAT16, and FAT32 file systems in all their various horriblenesses. Approved-in-concept by: joerg
OpenPOWER on IntegriCloud