aboutsummaryrefslogtreecommitdiff
path: root/sbin/tunefs
Commit message (Expand)AuthorAgeFilesLines
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* Fixed some style bugs in the residue of rev.1.14 (mainly initialization inBruce Evans2004-03-261-26/+23
* Fixed some style bugs in or related to rev.1.13 (mainly misindentation ofBruce Evans2004-03-261-109/+128
* Remove another reference to ffsinfo.8Christian Brueffer2003-06-171-3/+1
* Remove references to ffsinfo(8) for now. It was disconnected fromChristian Brueffer2003-06-171-1/+0
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* Sort options.Ruslan Ermilov2003-02-232-22/+22
* Bring in support for volume labels to the filesystem utilities.Gordon Tetlow2003-02-012-8/+35
* Fix problems with how libufs was used, with regard to mounted/active fs's,Juli Mallett2003-01-281-32/+16
* Added UFS library to the bsd.libnames.mk namespace.Ruslan Ermilov2003-01-231-1/+1
* Make tunefs use libufs, it seems to do well enough for printing / settingJuli Mallett2003-01-202-108/+15
* Consistentify output whitespace.Juli Mallett2003-01-181-1/+1
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-1/+1
* s/clear/cleared/ for consistency (sigh)Robert Watson2002-10-161-2/+2
* Spell 'set' as 'cleared' where appropriate.Robert Watson2002-10-151-2/+2
* Teach tunefs to print the ACL and multilabel flag information whenRobert Watson2002-10-151-0/+4
* Correct some of the style problems in this file:Robert Watson2002-10-152-10/+10
* Introduce -a [enable|disable] and -l [enable|disable] flags to the tunefsRobert Watson2002-10-142-7/+73
* Removed vestiges of the -a and -d options.Bruce Evans2002-09-061-5/+3
* Remove the -a maxcontig option, the kernel doesn't inspect fs_maxcontigPoul-Henning Kamp2002-09-062-27/+3
* Fix some 'SYNOPSIS' and 'usage' messages.Tom Rhodes2002-08-271-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-212-18/+18
* mdoc(7) police: laundry.Ruslan Ermilov2002-08-131-17/+16
* The .Nm utility.Philippe Charnier2002-07-061-3/+4
* Don't say that an umounted filesystem is required for -n. An unmountedBruce Evans2002-06-211-1/+0
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-212-57/+48
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-291-1/+1
* more file system > filesystemTom Rhodes2002-05-161-3/+3
* Sigh, more BBSIZE related breakage.Poul-Henning Kamp2002-05-121-0/+1
* 'file system' > filesystemTom Rhodes2002-05-061-12/+18
* Expand the reserved space section. Explain how the amount of reservedGiorgos Keramidas2002-04-161-4/+12
* o remove __PWarner Losh2002-03-211-6/+6
* tunefs no longer outputs a warning if one tries to set soft-updates onDima Dorfman2002-01-071-21/+0
* Default to WARNS=2.David E. O'Brien2001-12-041-1/+0
* Don't require that the special/filesystem argument translates intoIan Dowse2001-09-301-5/+4
* sprintf -> snprintfKris Kennaway2001-07-241-1/+2
* Constify, de-register-ify, and set WARNS=2.Dima Dorfman2001-07-152-12/+15
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Do not allow the soft updates flag to be set if the filesystem is dirty.Kirk McKusick2001-04-131-1/+4
* Add information about the new options to newfs and tunefs which set theNik Clayton2001-04-101-0/+6
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.Kirk McKusick2001-04-101-7/+50
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+1
* Fix 'tunefs -p'Ben Smithurst2001-01-291-0/+1
* The tunefs code assumed that the last argument was the device specification.Philippe Charnier2000-12-102-90/+142
* Remove .Op when arg is required (special | filesystem). Document that atPhilippe Charnier2000-11-282-126/+117
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Open the device read-only initially and re-open read-write if necessarySheldon Hearn2000-03-141-13/+33