aboutsummaryrefslogtreecommitdiff
path: root/sbin/tunefs
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2013-09-051-4/+4
| |\
| * \ sync from headSimon J. Gerraty2013-04-122-9/+48
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-041-16/+15
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | Constify string pointers.Xin LI2013-05-161-3/+3
* | | | Fix error check.Kirk McKusick2013-04-231-1/+1
| |_|/ |/| |
* | | The purpose of this change to the FFS layout policy is to reduce theKirk McKusick2013-03-222-8/+47
* | | The .journal file needs to reside on the ROOTINO which must not extendPeter Holm2013-02-271-1/+1
| |/ |/|
* | Declare functions as static and move global variables to the top;Edward Tomasz Napierala2012-10-281-13/+12
* | Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-3/+3
|/
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-2/+2
* After creating a filesystem using newfs -j the time stamps are allKirk McKusick2011-10-111-0/+10
* Advertise growfs(8) a little better.Edward Tomasz Napierala2011-06-221-1/+2
* We now have multiple filesystems (UFS, ZFS, ...), so for tools that onlyGavin Atkinson2011-05-081-3/+3
* 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