aboutsummaryrefslogtreecommitdiff
path: root/sbin/tunefs
Commit message (Expand)AuthorAgeFilesLines
* When creating a directory entry for the journal, always read at leastKonstantin Belousov2011-02-121-10/+20
* Add support for FS_TRIM to user-mode UFS utilities.Konstantin Belousov2010-12-292-5/+50
* - Round up the journal size to the block size so we don't confuse fsck.Jeff Roberson2010-05-181-4/+8
* Improve usage of tunefs:Edwin Groothuis2010-05-011-3/+4
* - Use the path to the filesystem mountpoint to look up the statfsJeff Roberson2010-04-301-4/+4
* - Temporarily lower WARNS until I fix alignment warnings on sparc64.Jeff Roberson2010-04-241-0/+2
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-242-9/+567
* Quiet spurious warnings.Kirk McKusick2010-02-111-2/+2
* Raise WARNS for various tools where possible.Ed Schouten2010-01-171-1/+0
* Implement NFSv4 ACL support for UFS.Edward Tomasz Napierala2009-12-212-11/+54
* The tunefs utility does not work on active filesystems.Remko Lodder2009-10-211-2/+2
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-0/+1
* Slightly improve gjournal documentation.Edward Tomasz Napierala2009-04-291-1/+2
* o s/filesystem/file system/g.Maxim Konovalov2007-09-231-2/+2
* o You have to reboot the system after tuning softupdates on the rootMaxim Konovalov2007-08-121-1/+3
* Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournalPawel Jakub Dawidek2006-10-312-7/+45
* 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