summaryrefslogtreecommitdiff
path: root/sbin/tunefs
AgeCommit message (Collapse)Author
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok
2001-12-04do not open the device for writing if not needed to; millert@ ok & helpMichael Shalayeff
2001-11-05kill more registers;Mike Pechkin
millert@ ok
2001-10-05document missing options. ok deraadt@Jakob Schlyter
2001-05-18treat two exits for a returnMichael Shalayeff
2001-04-13Remove softdep and add avgfilesize/avgfpdir in printfs().Grigoriy Orlov
Pointed out by fgs@. deraadt@ ok.
2001-04-08Updates from gluk@ that describe new options that can be used to tweak theAaron Campbell
new directory allocation policy.
2001-04-08Remove soft updates. Warn users about how to enable softdep.Grigoriy Orlov
art, deraadt ok.
2001-04-06Replace FFS directory preference algorithm(dirpref) by new one.Grigoriy Orlov
It allocates directory inode in the same cylinder group as a parent directory in. This speedup file/directory intensive operations on a big file systems in times. Don't forget to recompile fsck_ffs with updated fs.h or you will get "VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE" at the next boot. In any case you can ignore this error safely. Requested by deraadt@
2001-03-22sprintf -> snprintfGrigoriy Orlov
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
1999-05-29remove Xr to mkfs(8), since it is long goneAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-09-23alphabetize SEE ALSO entries and order them numerically according to sectionAaron Campbell
1998-09-17sbin/ man page fixesAaron Campbell
1998-07-20MINFREE is 5%; hgweigand@wiesbaden.netsurf.deTheo de Raadt
1997-11-20Document -s in SYNOPSISTodd C. Miller
1997-11-07indentTheo de Raadt
1997-11-06Added support for enabling soft updates.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-09-21$OpenBSD$Theo de Raadt
1997-09-04use err()/warn()/__progname where appropriate, consolidate string, some -WallMichael Shalayeff
1996-08-02add -p option to show current values; this information is available fromTheo de Raadt
dumpfs but not readily obvious. from freebsd by peter@haywire.dialix.com
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt