aboutsummaryrefslogtreecommitdiff
path: root/sbin/ffsinfo
Commit message (Collapse)AuthorAgeFilesLines
* Grammatical improvement.Ceri Davies2005-04-081-1/+1
| | | | Notes: svn path=/head/; revision=144793
* Don't default to '/var/tmp/ffsinfo' for the output of ffsinfo(8), sinceRobert Watson2005-03-312-8/+8
| | | | | | | | | | /var/tmp is a world-writable directory. MFC after: 3 days Reported by: Jon Passki <cykyc@yahoo.com> Notes: svn path=/head/; revision=144361
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-1/+1
| | | | Notes: svn path=/head/; revision=141611
* Sort sections.Ruslan Ermilov2005-01-181-10/+10
| | | | Notes: svn path=/head/; revision=140415
* The ffsinfo utility uses atol() to parse numeric values out of optargRobert Watson2005-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 Notes: svn path=/head/; revision=139647
* Assign the result of getopt() to an int rather than to a char (which isStefan Farfeleder2004-07-261-1/+1
| | | | | | | possibly unsigned). Notes: svn path=/head/; revision=132660
* Remove these MAINTAINER lines since the maintainers has had theirJohan Karlsson2004-04-011-2/+0
| | | | | | | commit bits retired for safe keeping. Notes: svn path=/head/; revision=127729
* Clarify behaviour of ffsinfo: It appends to outfile withoutColin Percival2004-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) Notes: svn path=/head/; revision=124853
* Commit 1 of 2 to fix ffsinfo(8) for UFS2.Robert Watson2003-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 Notes: svn path=/head/; revision=118918
* style clean.David E. O'Brien2003-06-111-9/+7
| | | | Notes: svn path=/head/; revision=116224
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-212-9/+9
| | | | Notes: svn path=/head/; revision=102231
* mdoc(7) police: nits.Ruslan Ermilov2002-05-291-2/+4
| | | | Notes: svn path=/head/; revision=97476
* more file system > filesystemTom Rhodes2002-05-161-4/+4
| | | | Notes: svn path=/head/; revision=96707
* Use `The .Nm utility'Philippe Charnier2002-04-201-4/+5
| | | | Notes: svn path=/head/; revision=95122
* "-" now sends output to stdout.Robert Watson2002-03-201-0/+1
| | | | Notes: svn path=/head/; revision=92744
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+2
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-1/+0
| | | | Notes: svn path=/head/; revision=81586
* MFS: in HISTORY section, fix release number of first appearanceSheldon Hearn2001-08-011-1/+1
| | | | Notes: svn path=/head/; revision=80898
* Remove whitespace at EOL.Dima Dorfman2001-07-151-5/+5
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
| | | | Notes: svn path=/head/; revision=79454
* cleanup to get rid of most warnings on alphaThomas-Henning von Kamptz2001-06-071-42/+47
| | | | | | | | | | and yes now it also works on alpha Reviewed by: chm MFC after: 3 weeks Notes: svn path=/head/; revision=77885
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74531
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
| | | | Notes: svn path=/head/; revision=70192
* Mdoc(7)ify.Ruslan Ermilov2000-12-131-33/+49
| | | | Notes: svn path=/head/; revision=69977
* corrected spelling mistakes in commentsThomas-Henning von Kamptz2000-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 Notes: svn path=/head/; revision=69926
* added growfs(8) including ffsinfo(8) to the freebsd base systemThomas-Henning von Kamptz2000-12-093-0/+766
Reviewed by: grog Notes: svn path=/head/; revision=69800