summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs (follow)
Commit message (Expand)AuthorAgeFilesLines
* missing dots after ".%P pp"; the case of btree(3) wasschwarze2019-04-231-3/+3
* Don't pledge before opendev. Just leave pledge "stdio" righttb2016-05-281-9/+1
* add braces to correct pledge logicjsg2015-12-091-3/+3
* Use pledge "disklabel" as needed. The theory here is these tools become morederaadt2015-11-231-1/+9
* tunefs can pledge to only use "stdio", after it has opened the device.deraadt2015-10-121-1/+5
* When getopt processing flags, many should be flag=1 instead of flag++deraadt2015-02-071-4/+4
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* As suggested by guenther@ and millert@, replace seek+[read|write] withkrw2014-05-201-16/+7
* No need for a dev_bsize variable that is always set to 512,krw2014-05-121-7/+5
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-5/+5
* Use opendev() not opendisk() so we get duid support. OK oga@millert2011-05-051-16/+11
* smm bits removal; whilst here, fix up aliases.5;jmc2010-10-181-3/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* fix rcs ids. ok sthen@martynas2009-06-211-2/+2
* daddr_t -> daddr64_totto2007-06-101-4/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* convert to standard usage(); ok millert ottojmc2007-05-021-7/+7
* use strtonum(3) and usage nit; ok millert@otto2007-05-021-18/+14
* remove #ifdef TUNEFS_SOFTDEP code, requested by millert@otto2007-05-021-39/+1
* better wording and cleanup from jmc@otto2007-05-021-19/+22
* FFS2 savvy tunefs from NetBSD. Some cleanup will be done after this.otto2007-05-023-340/+353
* .Xr growfs 8jmc2004-07-281-1/+2
* mention some defaults; noticed by John L. Scarfonejmc2003-10-171-3/+3
* add missing includesdavid2003-07-101-2/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-13/+5
* ansideraadt2002-07-031-19/+8
* rm trailing whitespacetodd2002-06-091-3/+3
* Correct info in "-a maxcontig" section.millert2002-05-061-5/+8
* Part 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.millert2002-02-161-4/+4
* while im here; clean -Wall.fgsch2002-02-121-3/+4
* _PATH_DEV already includes the trailing '/'; no need for it.fgsch2002-02-121-3/+3
* Initial patch for a new mdoc issue.mpech2001-12-211-2/+2
* do not open the device for writing if not needed to; millert@ ok & helpmickey2001-12-041-9/+21
* kill more registers;mpech2001-11-051-3/+3
* document missing options. ok deraadt@jakob2001-10-052-4/+11
* treat two exits for a returnmickey2001-05-181-4/+4
* Remove softdep and add avgfilesize/avgfpdir in printfs().gluk2001-04-131-4/+6
* Updates from gluk@ that describe new options that can be used to tweak theaaron2001-04-081-6/+34
* Remove soft updates. Warn users about how to enable softdep.gluk2001-04-082-33/+7
* Replace FFS directory preference algorithm(dirpref) by new one.gluk2001-04-061-2/+32
* sprintf -> snprintfgluk2001-03-221-3/+4
* Remove hard sentence breaks, and some other cleanup along the way.aaron2000-03-181-8/+11
* remove Xr to mkfs(8), since it is long goneaaron1999-05-291-2/+1
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
* fix more comma splices that involve misuse of conjunctive adverbspjanzen1999-03-111-2/+2
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-2/+2
* kill redundant .Nm macro arguments; other misc fixesaaron1998-11-281-3/+3
* alphabetize SEE ALSO entries and order them numerically according to sectionaaron1998-09-231-3/+3
* sbin/ man page fixesaaron1998-09-171-4/+8