summaryrefslogtreecommitdiff
path: root/sbin/tunefs
AgeCommit message (Expand)Author
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2012-12-03Document how to resize the WAPBL log size.wiz
2012-04-08Remove unnecessary Bk/Ek pairs from SYNOPSIS.wiz
2012-04-07use getfsspecname()christos
2011-08-29Use __deadjoerg
2011-03-06Fix punctuation markup; new sentence, new line.wiz
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2009-09-13Restore change from 1.39 after previous commit.bouyer
2009-09-13Allow tunefs to clear any type of WAPBL log, not only in-filesystembouyer
2009-08-17fix pasto: UFS_WAPBL_FLAGS_CREATE_LOG is "create-log" not "clear-log"bouyer
2009-04-07fix sign-compare issuelukem
2009-02-22PR kern/26878 FFSv2 + softdep = livelock (no free ram)ad
2008-07-31Just use printf(...) instead of fprintf(stdout, ...).simonb
2008-07-31Pretty-print the journal log size with humanize_number(3).simonb
2008-07-31Merge the simonb-wapbl branch. From the original branch commit:simonb
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-02-09WARNS=3.xtraeme
2005-01-19Remove main() prototype.xtraeme
2004-12-20Add comment that there are strings attached to the fish. Beware!hubertf
2004-11-18Remove (wrong?) default for minfree, xref newfs.8 instead.hubertf
2004-06-25Remove removed options from usage. From Kouichirou Hiratsuka in PR 25874.wiz
2004-04-26according to newfs(8) and reality, the default minfree value is actuallygrant
2004-03-27don'e require FS_FLAGS_UPDATED be set for ffsv2dsl
2004-03-21When searching for the superblock, don't pick an ffsv1 superblock from thedsl
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-12-21dependent only has es, no as; from Adrian Mrva.wiz
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2001-11-16Sort sections.wiz
2001-11-16Whitespace nitswiz
2001-11-09move guts of non-F special parsing into separate openpartition() funclukem
2001-11-09Change -F from "special must be a regular file" to "special can be any type,lukem
2001-09-06Incorporate the enhanced ffs_dirpref() by Grigoriy Orlov, as found inlukem
2001-09-03comment the commenting-out, to reduce confusionlukem
2001-09-03- rename option `-t trackskew' to `-k trackskew', for consistency with newfs(8)lukem
2001-08-19- add -F; indicates "special" is a file system image in a regular filelukem
2001-08-17remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap()lukem
2001-06-05Drop arguments of .Os.wiz
2001-03-05Move reference to article on soft-updates from tunefs.8 to mount_ffs.8aymeric
2000-06-15Disable (unifdef for now) tunefs -n <disable|enable>, this is done viafvdl
2000-04-27Finish describing what the soft dependancy code does.nathanw
2000-03-30State the possible values of optimize_prefernce in description ofjdolecek
2000-01-28reorder long descriptions for arguments to be in alphabetical order.wiz
1999-11-15Fix typo.fvdl
1999-11-15Update for soft updates code.fvdl
1999-03-07Clean up SYNOPSIS formatting.mycroft
1999-01-15#include machine/bswap.h and remove -lutil.bouyer