aboutsummaryrefslogtreecommitdiff
path: root/sbin/tunefs
Commit message (Expand)AuthorAgeFilesLines
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-0/+2
* Filesystem utilities that modify the filesystem (growfs(8), tunefs(8),Kirk McKusick2020-10-251-17/+24
* Only set WARNS if not definedKyle Evans2020-09-111-1/+1
* The size of the UFS soft-updates journal must be a multiple of theKirk McKusick2019-03-021-2/+2
* Allow dashes as a valid character in UFS labels.Dmitry Morozovsky2019-01-292-4/+7
* Update tunefs and newfs error messages for the -L (volume label) optionKirk McKusick2019-01-261-3/+2
* Allow tunefs to include '_' as a legal character in label namesKirk McKusick2019-01-252-1/+2
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-131-89/+72
* Fix spelling of an error message and add warning to another errorBjoern A. Zeeb2018-10-171-2/+4
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-2/+2
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-2/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-13/+13
* Convert tunefs use to nmount(2)Brooks Davis2016-12-222-5/+19
* Mention fsck_ffs -E in tunefs(8). It's non-obvious that one shouldEdward Tomasz Napierala2016-04-191-2/+8
* MFHGlen Barber2016-03-101-1/+1
|\
| * tunefs: clear the entire previous label when setting a new oneEd Maste2016-03-071-1/+1
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
|/
* 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