summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
AgeCommit message (Expand)Author
2013-12-02Fix pasto in the !ufs2 case (use dp->dp1 and not of dp->dp2).bouyer
2013-10-19fix unused variable warnings.christos
2013-06-23Stick ffs_ in front of the following macros:dholland
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-19blkoff() -> ffs_blkoff() stragglersdholland
2013-06-19Rename ambiguous macros:dholland
2013-06-09Stick UFS_ in front of these symbols:dholland
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2013-01-06Show pass1 SIGINFO output on stderr like other passes, not on stdout.riastradh
2012-08-26stdlib.h, not malloc.hdholland
2012-08-10Don't depend on HAVE_GCC being always defined.joerg
2012-03-20Convert to C89 function definitionsmatt
2012-03-06Mention scan_ffs -b.wiz
2012-01-29use FS_UFS[12]_MAGIC_SWAPPED instead of bswap32(FS_UFS[12]_MAGIC).nonaka
2011-08-29Use __deadjoerg
2011-08-14WARNS=4christos
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-06-09share more code.christos
2011-06-07Fix bad cut'n'paste in copyright. Pointed out by dyoung@bouyer
2011-05-14Improve documentation of FFS formats and format levels from PR 32100.dholland
2011-04-29Re-add -q description that got lost when -x was added.wiz
2011-03-20initialise memory allocated for uquot_user_hash & uquot_group_hash.bouyer
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2011-02-06Do Skip device checks, which ends up parsing fstab, when working on anjoly
2010-09-12minimal ansification/constificationdrochner
2010-04-11Add -x option which allows to run `fsck_msdos -n' on a snapshot ofhannken
2010-03-06When clearing a log on failure, not only ask the kernel to ignore anmlelstv
2010-02-04Centralize time printing and deal with ctime possibly returning NULL.christos
2010-01-31Skip handling of APPLEUFS_LABEL if it is smaller than a device block.mlelstv
2010-01-07make this compile again.christos
2010-01-06PR/42568: Pedro F. Giffuni: Better signal handling from OpenBSD, but simplified.christos
2009-09-27Restore changes from 1.86 and 1.87 after commit of 1.88.bouyer
2009-09-13Do some basic checks of the WAPBL journal, to abort the boot before thebouyer
2009-06-05Add support for DIOCGDISKINFO to disk like device drivers. Changehaad
2009-05-07New sentence, new line.wiz
2009-05-07Use "FFSv2" instead of "UFS2".lukem
2009-04-11Enable WARNS=4 by default except for:lukem
2009-04-11fix sign-compare issueslukem
2009-04-07fix a logic error in the previous, as point out by frank kardel.mrg
2009-03-25don't ignore "fsck -f" when given with "-p" on a wapbl filesystem.mrg
2009-02-25don't copy the address of a pointer. Noticed by Anon Ymouschristos
2008-11-10Reduce internals of WAPBL exposed to the rest of the system.joerg
2008-10-12reallocate the correct amount. From Anon Ymouschristos
2008-10-12Don't use unicode in usage.wiz
2008-10-09Sync usage with man page.wiz
2008-10-09Disable userid to username lookups by default. Add a -U flag to perform them.christos
2008-10-09Avoid allocating 2 x inospace and use realloc instead. This also saves achristos
2008-08-30Add an explanation of why one would want to use -x/-X, aftergdt
2008-08-30Make it compile. (HI BOUYER!)dogcow