Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace. | ed | 2011-11-09 | 1 | -2/+2 |
| | |||||
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 1 | -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. | uqs | 2010-02-15 | 1 | -1/+1 |
| | | | | | Checked by: make universe Approved by: ed (co-mentor) | ||||
* | Don't coredump when executed with -o. | delphij | 2008-01-29 | 1 | -1/+1 |
| | |||||
* | Default output to stdout as the man page suggests. | brian | 2007-02-14 | 1 | -3/+1 |
| | |||||
* | Only go through our cylinder group and inode info when we need to. | brian | 2007-02-14 | 1 | -45/+49 |
| | | | | This allows ``ffsinfo -o - -l1 /tmp'' to run a lot quicker. | ||||
* | Re-indent main() in preparation for further changes. | brian | 2007-02-14 | 1 | -126/+87 |
| | |||||
* | o Fix typo. | maxim | 2006-06-11 | 1 | -1/+1 |
| | | | | Obtained from: DragonFlyBSD | ||||
* | Grammatical improvement. | ceri | 2005-04-08 | 1 | -1/+1 |
| | |||||
* | Don't default to '/var/tmp/ffsinfo' for the output of ffsinfo(8), since | rwatson | 2005-03-31 | 2 | -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. | ru | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 1 | -10/+10 |
| | |||||
* | The ffsinfo utility uses atol() to parse numeric values out of optarg | rwatson | 2005-01-03 | 1 | -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 is | stefanf | 2004-07-26 | 1 | -1/+1 |
| | | | | possibly unsigned). | ||||
* | Remove these MAINTAINER lines since the maintainers has had their | johan | 2004-04-01 | 1 | -2/+0 |
| | | | | commit bits retired for safe keeping. | ||||
* | Clarify behaviour of ffsinfo: It appends to outfile without | cperciva | 2004-01-23 | 1 | -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. | rwatson | 2003-08-14 | 3 | -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. | obrien | 2003-06-11 | 1 | -9/+7 |
| | |||||
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 2 | -9/+9 |
| | |||||
* | mdoc(7) police: nits. | ru | 2002-05-29 | 1 | -2/+4 |
| | |||||
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -4/+4 |
| | |||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -4/+5 |
| | |||||
* | "-" now sends output to stdout. | rwatson | 2002-03-20 | 1 | -0/+1 |
| | |||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -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). | ru | 2001-08-13 | 1 | -1/+0 |
| | |||||
* | MFS: in HISTORY section, fix release number of first appearance | sheldonh | 2001-08-01 | 1 | -1/+1 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -5/+5 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | cleanup to get rid of most warnings on alpha | tomsoft | 2001-06-07 | 1 | -42/+47 |
| | | | | | | | and yes now it also works on alpha Reviewed by: chm MFC after: 3 weeks | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -1/+1 |
| | |||||
* | Mdoc(7)ify. | ru | 2000-12-13 | 1 | -33/+49 |
| | |||||
* | corrected spelling mistakes in comments | tomsoft | 2000-12-12 | 2 | -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 system | tomsoft | 2000-12-09 | 3 | -0/+766 |
Reviewed by: grog |