summaryrefslogtreecommitdiff
path: root/sbin/tunefs/tunefs.c
AgeCommit message (Collapse)Author
2011-05-05Use opendev() not opendisk() so we get duid support. OK oga@Todd C. Miller
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2007-06-10daddr_t -> daddr64_tOtto Moerbeek
2007-05-02convert to standard usage(); ok millert ottoJason McIntyre
2007-05-02use strtonum(3) and usage nit; ok millert@Otto Moerbeek
2007-05-02remove #ifdef TUNEFS_SOFTDEP code, requested by millert@Otto Moerbeek
2007-05-02FFS2 savvy tunefs from NetBSD. Some cleanup will be done after this.Otto Moerbeek
ok millert@ and jmc@ for the man page.
2003-07-10add missing includesDavid Krause
ok deraadt@ millert@ tedu@
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-07-03ansiTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-12while im here; clean -Wall.Federico G. Schwindt
2002-02-12_PATH_DEV already includes the trailing '/'; no need for it.Federico G. Schwindt
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-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
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-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