History log of /freebsd/sbin/newfs_msdos/newfs_msdos.c (Results 126 – 138 of 138)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e3d24c1a 15-Aug-2000 Robert Nordier <rnordier@FreeBSD.org>

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.


Revision tags: release/4.1.0
# 7333848d 26-Jul-2000 Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>

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


Revision tags: release/3.5.0_cvs
# 71e93b39 14-Apr-2000 Warner Losh <imp@FreeBSD.org>

Better error message for a case that I hit.


# 4557555b 30-Mar-2000 KATO Takenori <kato@FreeBSD.org>

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 Shib

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)

show more ...


Revision tags: release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs
# 7f3dea24 28-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 9292be42 21-Jul-1999 Bill Fumerola <billf@FreeBSD.org>

Avoid ambigious if-else


Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8
# d26a815b 03-Jan-1999 Jordan K. Hubbard <jkh@FreeBSD.org>

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? :)


# 71d7142d 07-Dec-1998 Robert Nordier <rnordier@FreeBSD.org>

Use '#' flag in place of "0x" in format strings.


# b5bd7211 17-Oct-1998 Bruce Evans <bde@FreeBSD.org>

Don't assume that time_t is long.


Revision tags: release/2.2.7
# 5fc905fc 19-Jul-1998 Robert Nordier <rnordier@FreeBSD.org>

Minor consistency fixes.


# 4633bc16 16-Jul-1998 Robert Nordier <rnordier@FreeBSD.org>

Reverse charnier's changes to usage.


# f6f3d507 15-Jul-1998 Philippe Charnier <charnier@FreeBSD.org>

Correct use of .Nm. Remove unused #includes. Short usage() string, see man
page for details.


# dc9ef4d1 06-Jul-1998 Robert Nordier <rnordier@FreeBSD.org>

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


123456