History log of /freebsd-9.3-release/sbin/ffsinfo/ffsinfo.8
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 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