summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs
AgeCommit message (Expand)AuthorFilesLines
2019-04-23missing dots after ".%P pp"; the case of btree(3) wasschwarze1-3/+3
2016-05-28Don't pledge before opendev. Just leave pledge "stdio" righttb1-9/+1
2015-12-09add braces to correct pledge logicjsg1-3/+3
2015-11-23Use pledge "disklabel" as needed. The theory here is these tools become morederaadt1-1/+9
2015-10-12tunefs can pledge to only use "stdio", after it has opened the device.deraadt1-1/+5
2015-02-07When getopt processing flags, many should be flag=1 instead of flag++deraadt1-4/+4
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt1-2/+2
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+4
2014-05-20As suggested by guenther@ and millert@, replace seek+[read|write] withkrw1-16/+7
2014-05-12No need for a dev_bsize variable that is always set to 512,krw1-7/+5
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt1-5/+5
2011-05-05Use opendev() not opendisk() so we get duid support. OK oga@millert1-16/+11
2010-10-18smm bits removal; whilst here, fix up aliases.5;jmc1-3/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2009-06-21fix rcs ids. ok sthen@martynas1-2/+2
2007-06-10daddr_t -> daddr64_totto1-4/+4
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-02convert to standard usage(); ok millert ottojmc1-7/+7
2007-05-02use strtonum(3) and usage nit; ok millert@otto1-17/+13
2007-05-02remove #ifdef TUNEFS_SOFTDEP code, requested by millert@otto1-39/+1
2007-05-02better wording and cleanup from jmc@otto1-19/+22
2007-05-02FFS2 savvy tunefs from NetBSD. Some cleanup will be done after this.otto3-328/+341
2004-07-28.Xr growfs 8jmc1-1/+2
2003-10-17mention some defaults; noticed by John L. Scarfonejmc1-3/+3
2003-07-10add missing includesdavid1-2/+3
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2002-07-03ansideraadt1-19/+8
2002-06-09rm trailing whitespacetodd1-3/+3
2002-05-06Correct info in "-a maxcontig" section.millert1-5/+8
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-4/+4
2002-02-12while im here; clean -Wall.fgsch1-3/+4
2002-02-12_PATH_DEV already includes the trailing '/'; no need for it.fgsch1-3/+3
2001-12-21Initial patch for a new mdoc issue.mpech1-2/+2
2001-12-04do not open the device for writing if not needed to; millert@ ok & helpmickey1-9/+21
2001-11-05kill more registers;mpech1-3/+3
2001-10-05document missing options. ok deraadt@jakob2-4/+11
2001-05-18treat two exits for a returnmickey1-4/+4
2001-04-13Remove softdep and add avgfilesize/avgfpdir in printfs().gluk1-4/+6
2001-04-08Updates from gluk@ that describe new options that can be used to tweak theaaron1-6/+34
2001-04-08Remove soft updates. Warn users about how to enable softdep.gluk2-33/+7
2001-04-06Replace FFS directory preference algorithm(dirpref) by new one.gluk1-2/+32
2001-03-22sprintf -> snprintfgluk1-3/+4
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.aaron1-8/+11
1999-05-29remove Xr to mkfs(8), since it is long goneaaron1-2/+1
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-2/+2
1999-03-11fix more comma splices that involve misuse of conjunctive adverbspjanzen1-2/+2
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-2/+2
1998-11-28kill redundant .Nm macro arguments; other misc fixesaaron1-3/+3
1998-09-23alphabetize SEE ALSO entries and order them numerically according to sectionaaron1-3/+3
1998-09-17sbin/ man page fixesaaron1-4/+8