Tim J. Robbins
6abefb4fcd
Remove unnecessary newlines from errx() arguments.
2004-02-17 02:02:18 +00:00
Scott Long
d702a8542a
Bring newfs_msdos into the GEOM world. Totally rewrite and simplify
...
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
2002-11-03 08:54:46 +00:00
Peter Wemm
a1c254d8c6
EFI GPT partitions use 'p' as a slice seperator. eg: da0p1 or da0p217.
...
(There is a theoretical limit of 16384 partitions)
2002-10-04 00:29:26 +00:00
Tom Rhodes
ce66ddb763
s/filesystem/file system/g as discussed on -developers
2002-08-21 18:11:48 +00:00
Tom Rhodes
3468b317cb
more file system > filesystem
2002-05-16 04:10:46 +00:00
Garrett Wollman
eb2fc78027
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
...
<time.h>).
2000-10-10 01:50:26 +00:00
Robert Nordier
5306a1eccb
Remove redundant code left over on removal of /dev/rXXX handling
...
in r1.12.
2000-08-15 18:04:16 +00:00
Robert Nordier
e3d24c1a5f
Partially revert r1.12, in which a warnx() if the device is not a
...
character device is changed to an errx(). This unnecessarily
compromises device independence.
2000-08-15 17:42:24 +00:00
Jeroen Ruigrok van der Werven
7333848d98
Fix the reporting of a raw device node.
...
Change a warnx to an errx since we should only attempt to use
this utility on a character device.
Approved by: green
2000-07-26 20:12:46 +00:00
Warner Losh
71e93b3961
Better error message for a case that I hit.
2000-04-14 06:10:01 +00:00
KATO Takenori
4557555b36
Added 640KB and 1232KB formats, which were standard MS-DOS formats of
...
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)
2000-03-30 03:41:09 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Bill Fumerola
9292be42ca
Avoid ambigious if-else
1999-07-21 01:55:03 +00:00
Jordan K. Hubbard
d26a815b77
Clean up some more residual /usr/mdec references. I left all the
...
extra rbootd/boot rom cruft pointing at /usr/mdec since it either
doesn't exist or doesn't work anyway, so who cares? :)
1999-01-03 02:18:58 +00:00
Robert Nordier
71d7142d82
Use '#' flag in place of "0x" in format strings.
1998-12-07 14:09:17 +00:00
Bruce Evans
b5bd72112d
Don't assume that time_t is long.
1998-10-17 12:44:55 +00:00
Robert Nordier
5fc905fcf0
Minor consistency fixes.
1998-07-19 15:02:39 +00:00
Robert Nordier
4633bc16d2
Reverse charnier's changes to usage.
1998-07-16 12:24:51 +00:00
Philippe Charnier
f6f3d50730
Correct use of .Nm. Remove unused #includes. Short usage() string, see man
...
page for details.
1998-07-15 06:30:38 +00:00
Robert Nordier
dc9ef4d1f7
Add newfs_msdos: extensive newfs-style support for creating FAT12,
...
FAT16, and FAT32 file systems in all their various horriblenesses.
Approved-in-concept by: joerg
1998-07-06 20:01:34 +00:00