History log of /freebsd-10-stable/sbin/ffsinfo/ffsinfo.8
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 307403 16-Oct-2016 sevan

MFC r267667:
use .Mt to mark up email addresses consistently (part1)

PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>


# 293692 11-Jan-2016 trasz

MFC r287396:

It's 2015, and some people are still trying to use fdisk and then
go asking what debug flags to set for GEOM to make it work. Advice
them to use gpart(8) instead.

Something similar should probably done with disklabel,
but I need to rewrite the disklabel examples first.

Sponsored by: The FreeBSD Foundation


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 248385 16-Mar-2013 joel

Cross-reference gvinum(8) instead of vinum(8).


# 159510 11-Jun-2006 maxim

o Fix typo.

Obtained from: DragonFlyBSD


# 144793 08-Apr-2005 ceri

Grammatical improvement.


# 144361 31-Mar-2005 rwatson

Don't default to '/var/tmp/ffsinfo' for the output of ffsinfo(8), since
/var/tmp is a world-writable directory.

MFC after: 3 days
Reported by: Jon Passki <cykyc@yahoo.com>


# 140415 18-Jan-2005 ru

Sort sections.


# 124853 23-Jan-2004 cperciva

Clarify behaviour of ffsinfo: It appends to outfile without
removing any existing contents.

PR: bin/61473
Submitted by: Alex Popa <razon@ldc.ro>
MFC after: 7 days
Approved by: rwatson (mentor)


# 118918 14-Aug-2003 rwatson

Commit 1 of 2 to fix ffsinfo(8) for UFS2.

Update ffsinfo(8) to use new UFS2 support in the growfs(8) debugging
functions. Largely consists of renaming fields and types to be aware
of the UFS1/UFS2 distinction, relying on libufs(3) to open and sanity
check the device/file/label accessed.

Since libufs(3) now handles label/UFS interactions, remove -L argument.

Note: when submitted, this patch had substantial style changes. I've
attempted to remove the restyling from the patch to separate the
functional and style changes.

Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: bin/53517


# 102231 21-Aug-2002 trhodes

s/filesystem/file system/g as discussed on -developers


# 97476 29-May-2002 ru

mdoc(7) police: nits.


# 96707 16-May-2002 trhodes

more file system > filesystem


# 95122 20-Apr-2002 charnier

Use `The .Nm utility'


# 92744 20-Mar-2002 rwatson

"-" now sends output to stdout.


# 80898 01-Aug-2001 sheldonh

MFS: in HISTORY section, fix release number of first appearance


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 70192 19-Dec-2000 ru

Prepare for mdoc(7)NG.


# 69977 13-Dec-2000 ru

Mdoc(7)ify.


# 69926 12-Dec-2000 tomsoft

corrected spelling mistakes in comments
check a couple of mallocs
usage of errx
linebreaks of DBG_ macros,
correcting the usage of nroff macros

Submitted by: grog, charnier
Reviewed by: chm


# 69800 09-Dec-2000 tomsoft

added growfs(8) including ffsinfo(8) to the freebsd base system

Reviewed by: grog