summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs/tunefs.c
Commit message (Expand)AuthorAgeFilesLines
* tunefs: clear the entire previous label when setting a new oneemaste2016-03-071-1/+1
* 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-221-8/+33
* 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
* 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-291-4/+40
* - 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
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-8/+559
* Quiet spurious warnings.mckusick2010-02-111-2/+2
* Implement NFSv4 ACL support for UFS.trasz2009-12-211-10/+50
* Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournalpjd2006-10-311-7/+42
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+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
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+4
* Sort options.ru2003-02-231-19/+19
* Bring in support for volume labels to the filesystem utilities.gordon2003-02-011-8/+32
* Fix problems with how libufs was used, with regard to mounted/active fs's,jmallett2003-01-281-32/+16
* Make tunefs use libufs, it seems to do well enough for printing / settingjmallett2003-01-201-108/+13
* 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-151-6/+6
* Introduce -a [enable|disable] and -l [enable|disable] flags to the tunefsrwatson2002-10-141-7/+67
* 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-061-22/+3
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-5/+5
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-33/+31
* more file system > filesystemtrhodes2002-05-161-3/+3
* Sigh, more BBSIZE related breakage.phk2002-05-121-0/+1
* o remove __Pimp2002-03-211-6/+6
* Don't require that the special/filesystem argument translates intoiedowse2001-09-301-5/+4
* sprintf -> snprintfkris2001-07-241-1/+2
* Constify, de-register-ify, and set WARNS=2.dd2001-07-151-12/+14
* Do not allow the soft updates flag to be set if the filesystem is dirty.mckusick2001-04-131-1/+4
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.mckusick2001-04-101-7/+50
* Fix 'tunefs -p'ben2001-01-291-0/+1
* The tunefs code assumed that the last argument was the device specification.charnier2000-12-101-88/+140
* Remove .Op when arg is required (special | filesystem). Document that atcharnier2000-11-281-125/+114
* Open the device read-only initially and re-open read-write if necessarysheldonh2000-03-141-13/+33
OpenPOWER on IntegriCloud