aboutsummaryrefslogtreecommitdiff
path: root/sbin/tunefs/tunefs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* Document the mntopts(3) functions.Kirk McKusick2023-01-151-28/+5
* Increase the maximum size of the journaled soft-updates journal.Kirk McKusick2022-10-211-1/+0
* 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
* 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-291-2/+5
* 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-251-1/+1
* 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
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-13/+13
* Convert tunefs use to nmount(2)Brooks Davis2016-12-221-5/+14
* tunefs: clear the entire previous label when setting a new oneEd Maste2016-03-071-1/+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-221-8/+33
* 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
* 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-291-4/+40
* - 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
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-8/+559
* Quiet spurious warnings.Kirk McKusick2010-02-111-2/+2
* Implement NFSv4 ACL support for UFS.Edward Tomasz Napierala2009-12-211-10/+50
* Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournalPawel Jakub Dawidek2006-10-311-7/+42
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+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
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* Sort options.Ruslan Ermilov2003-02-231-19/+19
* Bring in support for volume labels to the filesystem utilities.Gordon Tetlow2003-02-011-8/+32
* Fix problems with how libufs was used, with regard to mounted/active fs's,Juli Mallett2003-01-281-32/+16
* Make tunefs use libufs, it seems to do well enough for printing / settingJuli Mallett2003-01-201-108/+13
* 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