summaryrefslogtreecommitdiffstats
path: root/sbin/ffsinfo
Commit message (Collapse)AuthorAgeFilesLines
* Cross-reference gvinum(8) instead of vinum(8).joel2013-03-161-2/+2
|
* Remove trailing whitespace.ed2011-11-091-2/+2
|
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-1/+1
| | | | | | These tools declare global variables without using the static keyword, even though their use is limited to a single C-file, or without placing an extern declaration of them in the proper header file.
* Bump WARNS where possible.uqs2010-02-151-1/+1
| | | | | Checked by: make universe Approved by: ed (co-mentor)
* Don't coredump when executed with -o.delphij2008-01-291-1/+1
|
* Default output to stdout as the man page suggests.brian2007-02-141-3/+1
|
* Only go through our cylinder group and inode info when we need to.brian2007-02-141-45/+49
| | | | This allows ``ffsinfo -o - -l1 /tmp'' to run a lot quicker.
* Re-indent main() in preparation for further changes.brian2007-02-141-126/+87
|
* o Fix typo.maxim2006-06-111-1/+1
| | | | Obtained from: DragonFlyBSD
* Grammatical improvement.ceri2005-04-081-1/+1
|
* Don't default to '/var/tmp/ffsinfo' for the output of ffsinfo(8), sincerwatson2005-03-312-8/+8
| | | | | | | /var/tmp is a world-writable directory. MFC after: 3 days Reported by: Jon Passki <cykyc@yahoo.com>
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-1/+1
|
* Sort sections.ru2005-01-181-10/+10
|
* The ffsinfo utility uses atol() to parse numeric values out of optargrwatson2005-01-031-3/+10
| | | | | | | | | | | | | | strings. This isn't necessarily a bug, but it can be slightly inconvenient, because atol() doesn't know how to parse hexadecimal or octal numbers and at least one of the options of ffsinfo(8) would be easier to use if it did. Changing atol() -> strtol() allows one to use hex masks for -l MASK, i.e.: orion:/a/freebsd/src/sbin/ffsinfo# ./ffsinfo -l 0x3ff / PR: 73110 Submitted by: keramida MFC after: 2 weeks
* Assign the result of getopt() to an int rather than to a char (which isstefanf2004-07-261-1/+1
| | | | possibly unsigned).
* Remove these MAINTAINER lines since the maintainers has had theirjohan2004-04-011-2/+0
| | | | commit bits retired for safe keeping.
* 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