summaryrefslogtreecommitdiffstats
path: root/sbin/ffsinfo
Commit message (Collapse)AuthorAgeFilesLines
* Clarify behaviour of ffsinfo: It appends to outfile withoutcperciva2004-01-231-1/+1
| | | | | | | | | removing any existing contents. PR: bin/61473 Submitted by: Alex Popa <razon@ldc.ro> MFC after: 7 days Approved by: rwatson (mentor)
* Commit 1 of 2 to fix ffsinfo(8) for UFS2.rwatson2003-08-143-211/+226
| | | | | | | | | | | | | | | | 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
* style clean.obrien2003-06-111-9/+7
|
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-212-9/+9
|
* mdoc(7) police: nits.ru2002-05-291-2/+4
|
* more file system > filesystemtrhodes2002-05-161-4/+4
|
* Use `The .Nm utility'charnier2002-04-201-4/+5
|
* "-" now sends output to stdout.rwatson2002-03-201-0/+1
|
* Default to WARNS=2.obrien2001-12-041-0/+2
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-1/+0
|
* MFS: in HISTORY section, fix release number of first appearancesheldonh2001-08-011-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-5/+5
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* cleanup to get rid of most warnings on alphatomsoft2001-06-071-42/+47
| | | | | | | and yes now it also works on alpha Reviewed by: chm MFC after: 3 weeks
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* Prepare for mdoc(7)NG.ru2000-12-191-1/+1
|
* Mdoc(7)ify.ru2000-12-131-33/+49
|
* corrected spelling mistakes in commentstomsoft2000-12-122-91/+121
| | | | | | | | | | 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
* added growfs(8) including ffsinfo(8) to the freebsd base systemtomsoft2000-12-093-0/+766
Reviewed by: grog
OpenPOWER on IntegriCloud