summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs
Commit message (Expand)AuthorAgeFilesLines
* Constify string pointers.delphij2013-05-161-3/+3
* Fix error check.mckusick2013-04-231-1/+1
* The purpose of this change to the FFS layout policy is to reduce themckusick2013-03-222-8/+47
* The .journal file needs to reside on the ROOTINO which must not extendpho2013-02-271-1/+1
* Declare functions as static and move global variables to the top;trasz2012-10-281-13/+12
* Fix sbin/ build with a 64-bit ino_t.mdf2012-09-271-3/+3
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+1
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-2/+2
* After creating a filesystem using newfs -j the time stamps are allmckusick2011-10-111-0/+10
* Advertise growfs(8) a little better.trasz2011-06-221-1/+2
* We now have multiple filesystems (UFS, ZFS, ...), so for tools that onlygavin2011-05-081-3/+3
* When creating a directory entry for the journal, always read at leastkib2011-02-121-10/+20
* Add support for FS_TRIM to user-mode UFS utilities.kib2010-12-292-5/+50
* - Round up the journal size to the block size so we don't confuse fsck.jeff2010-05-181-4/+8
* Improve usage of tunefs:edwin2010-05-011-3/+4
* - Use the path to the filesystem mountpoint to look up the statfsjeff2010-04-301-4/+4
* - Temporarily lower WARNS until I fix alignment warnings on sparc64.jeff2010-04-241-0/+2
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-242-9/+567
* Quiet spurious warnings.mckusick2010-02-111-2/+2
* Raise WARNS for various tools where possible.ed2010-01-171-1/+0
* Implement NFSv4 ACL support for UFS.trasz2009-12-212-11/+54
* The tunefs utility does not work on active filesystems.remko2009-10-211-2/+2
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-0/+1
* Slightly improve gjournal documentation.trasz2009-04-291-1/+2
* o s/filesystem/file system/g.maxim2007-09-231-2/+2
* o You have to reboot the system after tuning softupdates on the rootmaxim2007-08-121-1/+3
* Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournalpjd2006-10-312-7/+45
* Expand *n't contractions.ru2005-02-131-1/+1
* Sort sections.ru2005-01-181-5/+5
* Remove advertising clause from University of California Regent's license,markm2004-04-092-8/+0
* Fixed some style bugs in the residue of rev.1.14 (mainly initialization inbde2004-03-261-26/+23
* Fixed some style bugs in or related to rev.1.13 (mainly misindentation ofbde2004-03-261-109/+128
* Remove another reference to ffsinfo.8brueffer2003-06-171-3/+1
* Remove references to ffsinfo(8) for now. It was disconnected frombrueffer2003-06-171-1/+0
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+4
* Sort options.ru2003-02-232-22/+22
* Bring in support for volume labels to the filesystem utilities.gordon2003-02-012-8/+35
* Fix problems with how libufs was used, with regard to mounted/active fs's,jmallett2003-01-281-32/+16
* Added UFS library to the bsd.libnames.mk namespace.ru2003-01-231-1/+1
* Make tunefs use libufs, it seems to do well enough for printing / settingjmallett2003-01-202-108/+15
* Consistentify output whitespace.jmallett2003-01-181-1/+1
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-1/+1
* s/clear/cleared/ for consistency (sigh)rwatson2002-10-161-2/+2
* Spell 'set' as 'cleared' where appropriate.rwatson2002-10-151-2/+2
* Teach tunefs to print the ACL and multilabel flag information whenrwatson2002-10-151-0/+4
* Correct some of the style problems in this file:rwatson2002-10-152-10/+10
* Introduce -a [enable|disable] and -l [enable|disable] flags to the tunefsrwatson2002-10-142-7/+73
* Removed vestiges of the -a and -d options.bde2002-09-061-5/+3
* Remove the -a maxcontig option, the kernel doesn't inspect fs_maxcontigphk2002-09-062-27/+3
* Fix some 'SYNOPSIS' and 'usage' messages.trhodes2002-08-271-1/+1
OpenPOWER on IntegriCloud