Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |